NSX-T Data Center REST API

ControlClusterNodeStatus (type)

{
  "additionalProperties": false,
  "id": "ControlClusterNodeStatus",
  "module_id": "ClusterManagement",
  "properties": {
    "control_cluster_status": {
      "$ref": "ClusteringStatus",
      "readonly": true,
      "title": "Status of this node's connection to the control cluster"
    },
    "mgmt_connection_status": {
      "$ref": "MgmtConnStatus",
      "readonly": true,
      "title": "Status of this node's management plane connection"
    }
  },
  "type": "object"
}