List Support Bundle
Get list of support-bundles generated.
Request
URLURL
https://{api_host}/api/appliance/support-bundle
Query Parameters
Query Parameters
boolean
available
Optional
Filter only downloadable details.
integer
size
Optional
Size specifies the maximum number of results to return. If unset defaults to 50.
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
SupportBundleListResult
of type application/json
List of support bundle details.
{
"supportbundle_operations": [
{
"description": "string",
"downloadable": false,
"expiration_time": "string",
"failure_reason": {
"args": [
"string"
],
"default_message": "string",
"id": "string",
"localized": "string",
"params": {
"key": {
"d": 0,
"dt": "string",
"format": "SHORT_DATE",
"i": 0,
"l": {
"id": "string",
"params": "StdLocalizationParam Object"
},
"precision": 0,
"s": "string"
}
}
},
"generation_time": "string",
"size": 0,
"status": "SUCCEEDED",
"url": "string"
}
]
}
array of
SupportBundleInfo
supportbundle_operations
Required
Information about all support bundle requests.
Errors
default
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
Invoke-ListSupportBundle -Size 789 -Available $true -CreationStatus "SUCCEEDED"
cURL Command
curl -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/api/appliance/support-bundle
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: list
Availability
Added in 7.0.1.0