NSX-T Data Center REST API

ManagementPlaneBaseNodeInfo (type)

{
  "description": "The basic node info of management plane node",
  "id": "ManagementPlaneBaseNodeInfo",
  "module_id": "ClusterManagement",
  "properties": {
    "mgmt_cluster_listen_ip_address": {
      "readonly": true,
      "title": "The IP address of MP node",
      "type": "string"
    },
    "mgmt_cluster_listen_ipv6_address": {
      "readonly": true,
      "title": "The IPv6 address of MP node",
      "type": "string"
    },
    "uuid": {
      "readonly": true,
      "title": "Management plane node UUID",
      "type": "string"
    }
  },
  "type": "object"
}