DeploymentInstallInitialConfigRemotePscThumbprintRemoteSpec

The Thumbprint.RemoteSpec structure contains the information used to connect to the remote PSC.


Properties

string
address Required

The IP address or DNS resolvable name of the remote PSC.


integer as int64
https_port Optional

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

JSON Example

{
	"address": "string"
}

Feedback

Was this page helpful?