Generate and download the support bundle

Generate and download the support bundle
Generate and download the support bundle

Downloads 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 --ps and bosh vms --vitals if BOSH has been deployed
  • The manifests and runtime configs for each deployed product
Request
URI
GET
https://{opsmanager-installation}/api/v0/support_bundle
COPY
Responses
200

OK

Operation doesn't return any data structure

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 -H 'Authorization: <value>' https://{api_host}/api/v0/support_bundle