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.
RunnersSummary
editRunnersSummary
editSummarized information about the runners.
Properties
edit-
connected_capacity
(integer
asint32
, required) - Total capacity of connected runners in megabytes
-
connected_runners
(integer
asint32
, required) - Number of connected runners
-
containers_count
(integer
asint32
, required) - Total number of containers
-
healthy
(boolean
, required) - Whether all runners are healthy
-
max_available_capacity
(integer
asint32
, required) - Maximum capacity available in one runner in megabytes
-
total_runners
(integer
asint32
, required) - Total number of runners
Example
edit{ "connected_capacity" : 0, "connected_runners" : 0, "containers_count" : 0, "healthy" : true, "max_available_capacity" : 0, "total_runners" : 0 }