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