esx kms providers: list
Return a list of Key Providers.
Request:
HTTP request
GET https://{server}/api/esx/kms/providers
Response:
HTTP Status Code: 200
Response Body Structure:
[
{
"provider" : "obj-103"
},
{
"provider" : "obj-103"
}
]
{
"provider" : "obj-103"
},
{
"provider" : "obj-103"
}
]
Headers:
NoneType:
Name | Type | Description |
---|---|---|
bold = required | ||
- | summary[] | List of providers. |
-[].provider | string | Name of the provider. A unique string chosen by the client. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type:com.vmware.esx.kms.providers . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.kms.providers . |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
401 | unauthenticated | if the caller is not authenticated. |
403 | unauthorized | if the caller is not authorized. |
500 | error | if any other error occurs. |