REST API - get

vcenter namespace management supervisor services versions: get

Return the information for the specified supervisor service version. 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}/versions/{version}

Path Parameters

Name Type Description
Required
version string Identifier of the version.

Response:

HTTP Status Code: 200

Response Body Structure:

{
    "content_type""VSPHERE_APPS_YAML",
    "description""string",
    "display_name""string",
    "content""string",
    "trust_verified"true
}

Headers:

None

Type:

Name Type Description
bold = required
- info Information for the specified supervisor service version.
-.display_name string The human readable name of the supervisor service version. 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 version. 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 version.

-.content_type string The content type of content. 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.

Defines the type of content that describes the format of supervisor service version definition. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Value is one of:
VSPHERE_APPS_YAML: The supervisor service version definition is provided as inline YAML document that follows the vSphere application service format. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
CUSTOM_YAML: The supervisor service version definition is provided as inline YAML document that doesn't follow the vSphere application service format, just like any custom operator. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

-.content string Inline content that contains base64 encoded service definition for the version. 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.

-.trust_verified boolean If true, the supervisor service version is from trusted provider and the trust is verified. 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.

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 or version with the ID {param.name version} 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.