vcenter deployment install initial config remote psc thumbprint: remote spec

The remote_spec structure contains the information used to connect to the remote PSC. This structure was added in vSphere API 6.7

Representation:

{
    "address""string",
    "https_port"1
}

Attributes:

Name Type Description
Required
address string The IP address or DNS resolvable name of the remote PSC. This attribute was added in vSphere API 6.7

Optional
https_port long The HTTPS port of the remote PSC. This attribute was added in vSphere API 6.7

Optional. If unset, port 443 will be used.