{ "additionalProperties": false, "id": "TransportNodeStatus", "module_id": "Heatmap", "properties": { "agent_status": { "$ref": "AgentStatusCount, "title": "NSX agents status" }, "control_connection_status": { "$ref": "StatusCount, "title": "Control connection status" }, "mgmt_connection_status": { "enum": [ "UP", "DOWN" ], "title": "Management connection status", "type": "string" }, "node_display_name": { "description": "Transport node display name", "title": "Display name", "type": "string" }, "node_path": { "title": "Transport node path", "type": "string" }, "node_status": { "$ref": "NodeStatus, "title": "Node status" }, "node_uuid": { "title": "Transport node uuid", "type": "string" }, "pnic_status": { "$ref": "StatusCount, "title": "pNIC status" }, "status": { "description": "Roll-up status of pNIC, management connection, control connection, tunnel status, agent status", "enum": [ "UP", "DOWN", "DEGRADED", "UNKNOWN" ], "title": "Roll-up status of connections", "type": "string" }, "threat_status": { "$ref": "ThreatStatus, "title": "Threat status" }, "tunnel_status": { "$ref": "TunnelStatusCount, "title": "Tunnel Status" } }, "type": "object" }