NamespaceManagementSupervisorServicesClusterSupervisorServicesSummary

The ClusterSupervisorServices.Summary structure contains the basic information about a Supervisor Service on the vSphere Supervisor.


Properties

config_status Required

The ClusterSupervisorServices.ConfigStatus enumerated type describes the status of reaching the desired state configuration for the Supervisor Service.
CONFIGURING : The Supervisor Service is being installed.
REMOVING : The Supervisor Service is being deleted.
CONFIGURED : The Supervisor Service has been configured correctly (i.e. the provided YAML content has been applied successfully to the cluster)
ERROR : Failed to install the Supervisor Service, user intervention needed.

Possible values are: CONFIGURINGREMOVINGCONFIGUREDERROR


string
desired_version Required

The desired version of this Supervisor Service.


string
supervisor_service Required

The identifier of the Supervisor Service. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.


string
current_version Optional

The current version for the Supervisor Service. If unset, there is no version installed for the Supervisor Service.

JSON Example

{
	"config_status": "CONFIGURING",
	"desired_version": "string",
	"supervisor_service": "string"
}

Feedback

Was this page helpful?