DeploymentRemotePscSpec

The RemotePscSpec structure contains information used to configure an external vCenter Server that registers with a remote PSC.


Properties

string
psc_hostname Required

The IP address or DNS resolvable name of the remote PSC to which this configuring vCenter Server will be registered to.


string
sso_admin_password Required

The SSO administrator account password.


integer as int64
https_port Optional

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


string
ssl_thumbprint Optional

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


boolean
ssl_verify Optional

SSL verification should be enabled or disabled. If RemotePscSpec.ssl-verify is true and and RemotePscSpec.ssl-thumbprint is unset, the CA certificate will be used for verification. If RemotePscSpec.ssl-verify is true and RemotePscSpec.ssl-thumbprint is set then the thumbprint will be used for verification. No verification will be performed if RemotePscSpec.ssl-verify value is set to false. If unset, RemotePscSpec.ssl-verify true will be used.

JSON Example

{
	"psc_hostname": "string",
	"sso_admin_password": "string"
}

Feedback

Was this page helpful?