Generate the support bundle

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 --ps and bosh vms --vitals if 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