DeploymentReplicatedSpec

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


Properties

integer as int64
https_port Optional

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


string
partner_hostname Required

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


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.


string
sso_admin_password Required

The SSO administrator account password.

JSON Example

{
	"partner_hostname": "string",
	"sso_admin_password": "string"
}

Feedback

Was this page helpful?