Generate the support bundle
Generate the support bundle
Generates a ZIP file containing various diagnostic files including:
- A diagnostic report of Tanzu Ops Manager's current state
- The contents of the Tanzu Ops Manager log directory
- The BOSH logs and install metadata for the last five Apply Changes
- The output of
bosh instances --psandbosh vms --vitalsif BOSH has been deployed - The manifests and runtime configs for each deployed product
Request
URI
POST
https://{opsmanager-installation}/api/v0/support_bundle
COPY
Responses
202
Accepted
Returns
SupportBundle
of type(s)
application/json
{
"process": {
"id": 0,
"status": "string",
"start_time": "string",
"finish_time": "string",
"message": "string"
}
}
process
Optional
process
400
Setup is not completed
Returns
RequireSetupCompleted
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/api/v0/support_bundle
Support Bundle Operations
GET
Download the support bundle
GET
Generate and download the support bundle
POST
Generate the support bundle