{ "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" }, "evpn_tunnel_status": { "$ref": "TunnelStatusCount, "title": "EVPN Tunnel Status" }, "last_aggsvc_heartbeat": { "$ref": "EpochMsTimestamp, "title": "Timestamp of the last agg-service heartbeat, in epoch milliseconds." }, "last_status_changed_time": { "$ref": "EpochMsTimestamp, "title": "Timestamp of the last status change, in epoch milliseconds." }, "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" }, "status_description": { "description": "Describe what makes the status not UP", "title": "Status description", "type": "string" }, "threat_status": { "$ref": "ThreatStatus, "title": "Threat status" }, "tunnel_status": { "$ref": "TunnelStatusCount, "title": "Tunnel Status" }, "vm_uuid": { "description": "Edge node virtual machine unique identifier. This is reported only for Edge Virtual Machine Type deployed on NSX configured host nodes.", "title": "Edge VM UUID", "type": "string" } }, "type": "object" }