IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ContainerSetsSummary
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ContainerSetsSummary
editSummarized information about container sets
Properties
edit-
healthy(boolean, required) - Whether all container sets are healthy
-
healthy_container_sets_count(integerasint32, required) - Number of healthy container sets
-
unhealthy_container_sets(array[ContainerSetSummary], required) - Summarized information about unhealthy container sets
-
unhealthy_container_sets_count(integerasint32, 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
}