AgentStatusCount (type)

{
  "additionalProperties": false, 
  "id": "AgentStatusCount", 
  "module_id": "Heatmap", 
  "properties": {
    "agents": {
      "description": "List of agent statuses belonging to the transport node", 
      "items": {
        "$ref": "AgentStatus
      }, 
      "title": "NSX agents status", 
      "type": "array"
    }, 
    "down_count": {
      "title": "Down count", 
      "type": "int"
    }, 
    "status": {
      "enum": [
        "UP", 
        "DOWN", 
        "UNKNOWN"
      ], 
      "title": "Roll-up agent status", 
      "type": "string"
    }, 
    "up_count": {
      "title": "Up count", 
      "type": "int"
    }
  }, 
  "type": "object"
}