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
Responses
200
OK
Returns ThumbprintAndAlgorithm of type(s) application/json;version=39.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.
Availability
Added in 34.0
Deprecated in 36.0
With alternative: see
See GET /cloudapi/1.0.0/proxies/{id}/cert
Proxy Operations
POST
Create Proxy
DELETE
Delete Proxy
GET
Get Proxies
GET
Get Proxies Pac File For Tenant
GET
Get Proxy
GET
Get Proxy Certificate
GET
Get Proxy Certificate Thumbprint
GET
Get Proxy CRL
PUT
Update Proxy
PUT
Update Proxy Certificate
PUT
Update Proxy CRL