NSX-T Data Center REST API

HeatMapTransportZoneStatus (type)

{
  "additionalProperties": false,
  "id": "HeatMapTransportZoneStatus",
  "module_id": "Heatmap",
  "properties": {
    "degraded_count": {
      "title": "Number of transport nodes that are degraded",
      "type": "int"
    },
    "down_count": {
      "title": "Number of transport nodes that are down",
      "type": "int"
    },
    "unknown_count": {
      "title": "Number of transport nodes with unknown status",
      "type": "int"
    },
    "up_count": {
      "title": "Number of transport nodes that are up",
      "type": "int"
    }
  },
  "type": "object"
}