NamespaceManagement_SupervisorServices_Info

NamespaceManagement_SupervisorServices_Info
NamespaceManagement_SupervisorServices_Info

The SupervisorServices.Info structure contains detailed information about a Supervisor Service.

JSON Example
{
    "display_name": "string",
    "state": "string",
    "description": "string"
}
string
display_name
Required

The human readable name of the Supervisor Service.

state
Required

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.

string
description
Optional

A human readable description of the Supervisor Service. If unset, no description is available for the Supervisor Service.