Deployment_RemotePscSpec

Deployment_RemotePscSpec
Deployment_RemotePscSpec

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

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

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 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.