AddManagementNodeSpec

AddManagementNodeSpec
AddManagementNodeSpec
JSON Example
{
    "cert_thumbprint": "string",
    "mpa_msg_client_info": {
        "account_name": "string",
        "certificate": "string",
        "shared_secret": "string",
        "software_version": "string"
    },
    "password": "string",
    "remote_address": "string",
    "type": "string",
    "user_name": "string"
}
string
cert_thumbprint
Optional

The certificate thumbprint of the remote node.

mpa_msg_client_info
Optional

Information about a messaging client

string
password
Optional

The password to be used to authenticate with the remote node.

string As ip As ip
remote_address
Required

The host address of the remote node to which to send this join request.

string
type
Required

must be set to AddManagementNodeSpec

string
user_name
Required

The username to be used to authenticate with the remote node.