NSX-T Data Center REST API

MgmtConnStatus (type)

{
  "additionalProperties": false,
  "id": "MgmtConnStatus",
  "module_id": "ClusterManagement",
  "properties": {
    "connectivity_status": {
      "enum": [
        "CONNECTED",
        "DISCONNECTED",
        "UNKNOWN"
      ],
      "readonly": true,
      "title": "Indicates the controller node's MP channel connectivity status",
      "type": "string"
    }
  },
  "type": "object"
}