Deployment_ReplicatedSpec
The ReplicatedSpec structure contains information used to check if the configuring vCenter Server can be replicated to the remote PSC.
{
"partner_hostname": "string",
"https_port": 0,
"sso_admin_password": "string",
"ssl_thumbprint": "string",
"ssl_verify": false
}
The IP address or DNS resolvable name of the partner PSC appliance.
The HTTPS port of the external PSC appliance. If unset, port 443 will be used.
The SSO administrator account password.
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.
SSL verification should be enabled or disabled. If unset, ssl_verify true will be used.