Content_Registries_Health_Status
Content_Registries_Health_Status
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.
This data structure has no properties.
Enumeration:
STARTING,
RUNNING,
WARNING,
ERROR,
DELETING,