NSX-T Data Center REST API
AgentStatus (type)
{
"id": "AgentStatus",
"module_id": "Heatmap",
"properties": {
"name": {
"enum": [
"NSX_AGENT",
"NSX_OPSAGENT",
"NSX_CFGAGENT",
"NSX_NESTDB"
],
"title": "Agent name",
"type": "string"
},
"status": {
"enum": [
"UP",
"DOWN",
"UNKNOWN"
],
"title": "Agent status",
"type": "string"
}
},
"type": "object"
}