NSX-T Data Center REST API
HeatMapTransportNodesAggregateStatus (type)
{
"additionalProperties": false,
"id": "HeatMapTransportNodesAggregateStatus",
"module_id": "Heatmap",
"properties": {
"degraded_count": {
"description": "Number of transport zones that are degraded.",
"title": "Degraded count",
"type": "int"
},
"down_count": {
"description": "Number of transport zones that are down.",
"title": "Down count",
"type": "int"
},
"unknown_count": {
"description": "Number of transport zones with unknown status.",
"title": "Unknown count",
"type": "int"
},
"unused_count": {
"description": "Number of transport zones with unused status.",
"title": "Unused count",
"type": "int"
},
"up_count": {
"description": "Number of transport zones that are up.",
"title": "Up count",
"type": "int"
}
},
"type": "object"
}