NSX-T Data Center REST API

TnNodeAgentstatus (type)

{
  "id": "TnNodeAgentstatus",
  "module_id": "TnContainerStatus",
  "properties": {
    "hyperbus_connection_status": {
      "$ref": "TnAgentStatusType",
      "description": "Show the Node Agent connected VM vif status.",
      "required": true,
      "title": "Show VIF status"
    },
    "vif_id": {
      "description": "Connected VM vif id.",
      "required": true,
      "title": "Connected VM VIF id",
      "type": "string"
    }
  },
  "type": "object"
}