vcenter hvc management administrators: get
Enumerates the set of all the groups in the local sso group. Usage beyond VMware Cloud on AWS is not supported. Warning: This operation is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
Request:
HTTP request
GET https://{server}/rest/hvc/management/administrators
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : [
"string",
"string"
]
}
"value" : [
"string",
"string"
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string[] | The set of all the groups. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if the system reports an error while responding to the request. |