ContentRegistriesHealthInfo

The Health.Info structure contains health information about a container registry.


Properties

status Required

The Health.Status enumerated type describes the status of the container registry.
STARTING : Container registry is starting.
RUNNING : Container registry is running.
WARNING : Container registry is running with some warning, for example, storage reaches the threshold configuration.
ERROR : Container registry failed to start or stopped with fatal error.
DELETING : Container registry is being deleted.

Possible values are: STARTINGRUNNINGWARNINGERRORDELETING


details Optional

Details about the status. If unset, message details are not required for taking actions.

JSON Example

{
	"status": "STARTING"
}

Feedback

Was this page helpful?