View the diagnostic report
Retrieve a diagnostic report with general information about the state of your Tanzu Ops Manager.
0K
{
"versions": {
"installation_schema_version": "string",
"metadata_version": "string",
"release_version": "string",
"javascript_migrations_version": "string"
},
"generation_time": "string",
"infrastructure_type": "string",
"director_configuration": {},
"releases": [
"string"
],
"available_stemcells": [
{
"filename": "string",
"os": "string",
"version": "string"
}
],
"product_templates": [
"string"
],
"added_products": [
{
"deployed": [
{
"name": "string",
"version": "string",
"stemcells": [
{
"filename": "string",
"os": "string",
"version": "string"
}
]
}
],
"staged": [
{
"name": "string",
"version": "string",
"stemcells": [
{
"filename": "string",
"os": "string",
"version": "string"
}
]
}
]
}
]
}
versions
The time at which the report was generated
The IAAS associated with this foundation
A hash of properties associated with the BOSH director
List of strings that correspond to the BOSH releases that are present on disk at /var/tempest/releases
List of stemcells that are present on disk at /var/tempest/stemcells
List of strings that correspond to the product template files that are present on disk at /var/tempest/workspaces/default/metadata
List of all products that are staged or deployed
curl -H 'Authorization: <value>' https://{api_host}/api/v0/diagnostic_report