esx kms providers server certificates: get
Return trusted server certificates.
Request:
HTTP request
GET https://{server}/api/esx/kms/providers/{provider}/server-certificates
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
provider | string | Identifier of the provider. |
Response:
HTTP Status Code: 200
Response Body Structure:
{
"certificates" : [
"string",
"string"
]
}
"certificates" : [
"string",
"string"
]
}
Headers:
NoneType:
Name | Type | Description |
---|---|---|
bold = required | ||
- | info | A structure containing Server certificates. |
-.certificates | string[] | Certificates. PEM format. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
400 | invalid_argument | if the provider Id is empty. |
404 | not_found | if the provider is not found. |
401 | unauthenticated | if the caller is not authenticated. |
403 | unauthorized | if the caller is not authorized. |
500 | error | if any other error occurs. |