DiagnosticReport
DiagnosticReport
JSON Example
{
"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"
}
]
}
]
}
]
}
object
versions
Optional
versions
string
generation_time
Optional
The time at which the report was generated
string
infrastructure_type
Optional
The IAAS associated with this foundation
object
director_configuration
Optional
A hash of properties associated with the BOSH director
array of string
releases
Optional
List of strings that correspond to the BOSH releases that are present on disk at /var/tempest/releases
array of available_stemcells
available_stemcells
Optional
List of stemcells that are present on disk at /var/tempest/stemcells
array of string
product_templates
Optional
List of strings that correspond to the product template files that are present on disk at /var/tempest/workspaces/default/metadata
array of added_products
added_products
Optional
List of all products that are staged or deployed