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"
    }, 
    "uuid": {
      "readonly": true, 
      "title": "Management plane node UUID", 
      "type": "string"
    }
  }, 
  "type": "object"
}