NSX-T Data Center REST API

AddManagementNodeSpec (type)

{
  "additionalProperties": false,
  "id": "AddManagementNodeSpec",
  "module_id": "ClusterManagement",
  "properties": {
    "cert_thumbprint": {
      "readonly": false,
      "title": "The certificate thumbprint of the remote node.",
      "type": "string"
    },
    "mpa_msg_client_info": {
      "$ref": "MsgClientInfo"
    },
    "password": {
      "readonly": false,
      "required": true,
      "sensitive": true,
      "title": "The password to be used to authenticate with the remote node.",
      "type": "secure_string"
    },
    "remote_address": {
      "$ref": "IPAddress",
      "readonly": false,
      "required": true,
      "title": "The host address of the remote node to which to send this join request."
    },
    "type": {
      "enum": [
        "AddManagementNodeSpec"
      ],
      "readonly": false,
      "required": true,
      "title": "must be set to AddManagementNodeSpec",
      "type": "string"
    },
    "user_name": {
      "readonly": false,
      "required": true,
      "title": "The username to be used to authenticate with the remote node.",
      "type": "string"
    }
  },
  "type": "object"
}