It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ContainerSetsSummary
editContainerSetsSummary
editSummarized information about container sets
Properties
edit-
healthy
(boolean
, required) - Whether all container sets are healthy
-
healthy_container_sets_count
(integer
asint32
, required) - Number of healthy container sets
-
unhealthy_container_sets
(array[
ContainerSetSummary
]
, required) - Summarized information about unhealthy container sets
-
unhealthy_container_sets_count
(integer
asint32
, required) - Number of unhealthy container sets
Example
edit{ "healthy" : true, "healthy_container_sets_count" : 0, "unhealthy_container_sets" : [ { "container_set_id" : "string", "containers_created_count" : 0, "containers_expected_running_count" : 0, "containers_running_count" : 0, "containers_started_count" : 0, "healthy" : true, "hidden" : true } ], "unhealthy_container_sets_count" : 0 }