NSX-T Data Center REST API

TransportNodeStatusReport (type)

{
  "additionalProperties": false,
  "id": "TransportNodeStatusReport",
  "module_id": "Heatmap",
  "properties": {
    "agent_status": {
      "enum": [
        "UNKNOWN",
        "UP",
        "DOWN",
        "DEGRADED"
      ],
      "title": "Agent status",
      "type": "string"
    },
    "control_connection_status": {
      "enum": [
        "UNKNOWN",
        "UP",
        "DOWN",
        "DEGRADED"
      ],
      "title": "Ccp connection status",
      "type": "string"
    },
    "down_agent_count": {
      "title": "Agent down count",
      "type": "int"
    },
    "down_tunnel_count": {
      "title": "Tunnel down count",
      "type": "int"
    },
    "mgmt_connection_status": {
      "enum": [
        "UNKNOWN",
        "UP",
        "DOWN",
        "DEGRADED"
      ],
      "title": "Management connection status",
      "type": "string"
    },
    "node_uuid": {
      "title": "Node uuid",
      "type": "string"
    },
    "pnic_status": {
      "enum": [
        "UNKNOWN",
        "UP",
        "DOWN",
        "DEGRADED"
      ],
      "title": "Pnic status",
      "type": "string"
    },
    "threat_status": {
      "enum": [
        "NORMAL",
        "ABNORMAL"
      ],
      "title": "Transport node threat status",
      "type": "string"
    },
    "tunnel_status": {
      "enum": [
        "UNKNOWN",
        "UP",
        "DOWN",
        "DEGRADED"
      ],
      "title": "Tunnel status",
      "type": "string"
    },
    "up_agent_count": {
      "title": "Agent up count",
      "type": "int"
    },
    "up_tunnel_count": {
      "title": "Tunnel up count",
      "type": "int"
    }
  },
  "title": "transport node status report item",
  "type": "object"
}