NSX-T Data Center REST API

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"
    },
    "degraded_count": {
      "title": "Degraded count",
      "type": "int"
    },
    "down_count": {
      "title": "Down count",
      "type": "int"
    },
    "last_status_changed_time": {
      "$ref": "EpochMsTimestamp",
      "title": "Timestamp of the last status change, in epoch milliseconds"
    },
    "smartnic_agents": {
      "description": "List of Smartnic agent statuses",
      "items": {
        "$ref": "SmartnicAgentStatus"
      },
      "title": "NSX smartnic agents status",
      "type": "array"
    },
    "status": {
      "enum": [
        "UP",
        "DOWN",
        "UNKNOWN",
        "DEGRADED"
      ],
      "title": "Roll-up agent status",
      "type": "string"
    },
    "up_count": {
      "title": "Up count",
      "type": "int"
    }
  },
  "type": "object"
}