List
List all support bundles available for download.
Request
URI
GET
https://{api_host}//diagnostics/bundles
COPY
Header Parameters
string
operationID
Optional
Operation ID for correlating logs across multiple services
Authentication
This operation uses the following authentication methods.
Responses
200
OK
[
{
"generatedOn": "1464261608370L",
"id": "b05d1e00-6338-48ff-86fb-ee0e55b8cd93",
"owner": "owner1",
"sha": "SHA-256:45C9A6614FCCD4F9592D8283A4F25BFF84076FD43EE9F90EAA07746EBBED02CA"
}
]
401
Returned error codes include (but are not limited to):
- NotAuthenticated
Returns ApiError of type(s) application/vnd.vmware.h4-v3.5+json;charset=UTF-8
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
array of string
args
Optional
Positional arguments.
string
code
Optional
Specific error code.
string
msg
Optional
Detailed error message.
string
stacktrace
Optional
Exception stacktrace.
403
Returned error codes include (but are not limited to):
- Forbidden
Returns ApiError of type(s) application/vnd.vmware.h4-v3.5+json;charset=UTF-8
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
array of string
args
Optional
Positional arguments.
string
code
Optional
Specific error code.
string
msg
Optional
Detailed error message.
string
stacktrace
Optional
Exception stacktrace.
500
Returned error codes include (but are not limited to):
- GeneralServerFailure
Returns ApiError of type(s) application/vnd.vmware.h4-v3.5+json;charset=UTF-8
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
array of string
args
Optional
Positional arguments.
string
code
Optional
Specific error code.
string
msg
Optional
Detailed error message.
string
stacktrace
Optional
Exception stacktrace.