IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ContainerSetsSummary

edit

Summarized information about container sets

Properties

edit
healthy (boolean, required)
Whether all container sets are healthy
healthy_container_sets_count (integer as int32, required)
Number of healthy container sets
unhealthy_container_sets (array[ContainerSetSummary], required)
Summarized information about unhealthy container sets
unhealthy_container_sets_count (integer as int32, 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
}