Deployment_ReplicatedSpec

Deployment_ReplicatedSpec
Deployment_ReplicatedSpec

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

JSON Example
{
    "partner_hostname": "string",
    "https_port": 0,
    "sso_admin_password": "string",
    "ssl_thumbprint": "string",
    "ssl_verify": false
}
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.