REST API - get

appliance support bundle components: get

Get list of components/manifests included in the support bundle. Manifests for a component specifies the files for a particular component that all needs to be collected as part of support bundle. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

GET https://{server}/api/appliance/support-bundle/components

Response:

HTTP Status Code: 200

Response Body Structure:

{
    "<string>"[
        "string",
        "string"
    ]
}

Headers:

None

Type:

Name Type Description
bold = required
- object A map of components with it's group. The keys in the map are group names and values in the map are a list of components in the group.Object with element values of type string[].
-.* string[]

Errors:

HTTP Status Code Type Description
500 error Generic error