GET Appliance Vm Support Bundles Manifests

GET Appliance Vm Support Bundles Manifests

Gets a list of manifests of available support bundle content. The manifest list is returned in XML format.

Request
URI
GET
https://{api_host}/api/v1/appliance/vm-support-bundles/manifests
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Successfully retrieved the list of manifests.

"<xml>\n  <manifestList>\n    <manifest name=\"Agent\" id=\"Agent:Agent\" group=\"Agent\" defaultSelected=\"true\" vmOnly=\"false\"></manifest>\n    <manifest name=\"Configuration\" id=\"Core:Configuration\" group=\"Core\" defaultSelected=\"true\" vmOnly=\"false\"></manifest>\n    <manifest name=\"Logs\" id=\"Core:Logs\" group=\"Core\" defaultSelected=\"true\" vmOnly=\"false\"></manifest>\n  </manifestList>\n</xml>"

401

The request was refused because it lacks valid authentication credentials. This can happen if the Authorization header was missing, or if it contained an invalid session ID.

Obtain a new session ID and retry the request, or make an unauthenticated request without the Authorization header.

"Invalid session ID"

440

The request was refused because the session ID has expired. Obtain a new session ID from /api/v1/sessions.

"Login Timeout"

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v1/appliance/vm-support-bundles/manifests