vcenter hvc management administrators: add

Add the local sso group with the new group. Warning: This operation is available as technical preview. It may be changed in a future release.

Request:

HTTP request

POST https://{server}/rest/hvc/management/administrators?action=add

Request Body Structure:

{
    "group_name""string"
}

Request Body Parameters:

Name Type Description
bold = required
group_name string Name of the new group to be added. Ex - xyz@abc.com where xyz is the group name and abc.com is the domain name.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
403 unauthorized If the user is not authorized.
500 error if the system reports an error while responding to the request.