CPAJoinSpec
CPAJoinSpec
The specification for joining the pod federation.
JSON Example
{
"password": [
"<password>"
],
"remote_pod_address": "cs1.example.com",
"username": "AD-TEST-DOMAIN\\Administrator"
}
array of string
password
Required
The password for the user.
string
remote_pod_address
Required
The IP address or hostname for the remote pod.
string
username
Required
The user name, along with domain name, with sufficient privilege to perform a global LDAP join against the remote pod. The down-level logon name format (domain\username) is allowed.