Get Proxy Certificate Thumbprint

Get Proxy Certificate Thumbprint

Retrieve a Proxy SSL certificate thumbprint and algorithm used for calculation. Only SHA-256 is supported.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/proxies/{id}/thumbprint
COPY
Path Parameters
string
id
Required

Proxy ID URN

string
id
Required

Proxy ID URN


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ThumbprintAndAlgorithm of type(s) application/json;version=37.0
{
    "thumbprint": "00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00",
    "algorithm": "SHA-256"
}
string
thumbprint
Optional

The SDDC Proxy SSL certificate thumbprint.

string
algorithm
Optional

Algorithm used for the thumbprint calculation.