NamespaceManagementSupervisorServicesInfo
The SupervisorServices.Info structure contains detailed information about a Supervisor Service.
Properties
The human readable name of the Supervisor Service.
The SupervisorServices.State enumerated type defines the state of a Supervisor Service.
ACTIVATED : The is the default state of a Supervisor Service upon creation. In this state, at least one version of the Supervisor Service is activated.
DEACTIVATED : The is the deactivated state of a Supervisor Service. In this state, all existing versions of the Supervisor Service will be deactivated, and cannot be activated. In addition to that, no new versions can be added to the Supervisor Service.
Possible values are: ACTIVATED , DEACTIVATED
A human readable description of the Supervisor Service. If unset, no description is available for the Supervisor Service.
JSON Example
{
"display_name": "string",
"state": "ACTIVATED"
}