NSX-T Data Center REST API

SmartnicAgentStatus (type)

{
  "id": "SmartnicAgentStatus",
  "module_id": "Heatmap",
  "properties": {
    "node_id": {
      "description": "Smartnic Node id",
      "title": "Smartnic Node id",
      "type": "string"
    },
    "statuses": {
      "description": "List of agent statuses belonging to the Smartnic",
      "items": {
        "$ref": "AgentStatus"
      },
      "title": "Smartnic agents status",
      "type": "array"
    }
  },
  "type": "object"
}