vcenter trust subscriptions: list
List all the subscriptions that a client have. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
GET https://{server}/rest/vcenter/trust/subscriptions
?action=list
?action=list
Request Query Parameters:
None No request parametersResponse:
HTTP Status Code: 200
Representation:
{
"value" : [
"string",
"string"
]
}
"value" : [
"string",
"string"
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string[] | A list of subscription Id. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
403 | unauthorized | not authorized |
500 | error | all other errors |