Deployment_ReplicatedPscSpec

Deployment_ReplicatedPscSpec
Deployment_ReplicatedPscSpec

The ReplicatedPscSpec structure contains information used to check if the configuring PSC can be replicated to the remote PSC.

JSON Example
{
    "sso_site_name": "string",
    "partner_hostname": "string",
    "https_port": 0,
    "sso_admin_password": "string",
    "ssl_thumbprint": "string",
    "ssl_verify": false
}
string
sso_site_name
Optional

The SSO sitename that will be used in PSC replication. If unset, default-first-site will be used.

string
partner_hostname
Required

The IP address or DNS resolvable name of the partner PSC appliance.

integer As int64
https_port
Optional

The HTTPS port of the external PSC appliance. If unset, port 443 will be used.

string
sso_admin_password
Required

The SSO administrator account password.

string
ssl_thumbprint
Optional

SHA1 thumbprint of the server SSL certificate will be used for verification. This field is only relevant if ReplicatedSpec.ssl-verify is unset or has the value true.

boolean
ssl_verify
Optional

SSL verification should be enabled or disabled. If unset, ssl_verify true will be used.