vcenter deployment install initial config remote psc thumbprint: get

Gets the SHA1 thumbprint of the remote PSC. This operation was added in vSphere API 6.7

Request:

HTTP request

GET https://{server}/rest/vcenter/deployment/install/initial-config/remote-psc/thumbprint

?spec.address=string
&spec.https_port=1

Request Query Parameters:

Name Type Description
bold = required
spec remote_spec Information used to connect to the remote PSC.
spec.address string The IP address or DNS resolvable name of the remote PSC. This attribute was added in vSphere API 6.7

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

Response:

HTTP Status Code: 200

Representation:

{
    "value""string"
}

Response Type:

Name Type Description
bold = required
value string The thumbprint of the specified remote PSC.

Errors:

HTTP Status Code Type Description
401 unauthenticated if the caller is not authenticated.
500 error on exception.