AddManagementNodeSpec

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

mpa_msg_client_info

string
type
Required

must be set to AddManagementNodeSpec

string
password
Optional

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

string
user_name
Required

The username 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
cert_thumbprint
Optional

The certificate thumbprint of the remote node.