REST API - get

vcenter namespace management supervisor services: get

Return the information for the specified supervisor service. 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}/api/vcenter/namespace-management/supervisor-services/{supervisorService}

Response:

HTTP Status Code: 200

Response Body Structure:

{
    "description""string",
    "display_name""string"
}

Headers:

None

Type:

Name Type Description
bold = required
- info Information for the specified supervisor service.
-.display_name string The human readable name of the supervisor service. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

-.description string A human readable description of the supervisor service. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Optional. If unset, no description is available for the supervisor service.

Errors:

HTTP Status Code Type Description
500 error if the system reports an error while responding to the request.
404 not_found if supervisor service with the ID supervisor_service could not be located.
401 unauthenticated if the user can not be authenticated.
403 unauthorized if the user doesn't have the System.Read privilege.