Namespace Management Supervisor Services Versions APIs

Namespace Management Supervisor Services Versions APIs

The Versions service provides operations to manage a version object of a Supervisor Service. A Supervisor Service version can be enabled on the vSphere Supervisor.

Operations
PATCH
Update Supervisor Service Version
Activate a Supervisor Service version. This operation will change the Versions.State of the version to ACTIVATED state.
POST
Create Supervisor Service Namespace Management Versions
Create a Supervisor Service version based on the provided service definition information for the version.
GET
List Supervisor Service Namespace Management Versions
Return the information about all versions of the Supervisor Service.
PATCH
Update Supervisor Service Version
Deactivate a Supervisor Service version. This operation will change the Versions.State of the version to DEACTIVATED state, which will make sure the version cannot be created on any Supervisor cluster. Note that this operation should be called before deleting the version.
DELETE
Delete Supervisor Service Version Namespace Management
Delete a Supervisor Service version. This operation only deletes the Supervisor Service version from vCenter if the version is in DEACTIVATED state and all instances of the version are removed from all Supervisors. Note that the Versions.deactivate operation should be called to deactivate the version before the version can be deleted. Note that deleting the last version of the supervisorService does not delete the supervisorService instance automatically.
GET
Get Supervisor Service Version Namespace Management
Return the information for the specified Supervisor Service version.