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
get
List Supervisor Services Versions
Return the information about all versions of the Supervisor Service.
Return the information about all versions of the Supervisor Service.
post
Create Supervisor Services Versions
Create a Supervisor Service version based on the provided service definition information for the version.
Create a Supervisor Service version based on the provided service definition information for the version.
get
Get Supervisor Services Versions
Return the information for the specified Supervisor Service version.
Return the information for the specified Supervisor Service version.
delete
Delete Supervisor Services Versions
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.
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.
patch
Activate Supervisor Services Versions
Activate a Supervisor Service version. This operation will change the Versions.State of the version to ACTIVATED state.
Activate a Supervisor Service version. This operation will change the Versions.State of the version to ACTIVATED state.
patch
Deactivate Supervisor Services Versions
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.
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.