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.
RunnerInfo
editRunnerInfo
editInformation about a given runner
Properties
edit-
connected
(boolean
, required) - Specifies if the runner is connected
-
containers
(array[
RunnerContainerInfo
]
, required) - Containers for this runner
-
healthy
(boolean
, required) - Specifies if the runner is healthy
-
roles
(array[
RunnerRoleInfo
]
, required) - Roles for this runner
-
runner_id
(string
, required) - ID
Example
edit{ "connected" : true, "containers" : [ { "container_name" : "string", "container_set_name" : "string" } ], "healthy" : true, "roles" : [ { "role_name" : "string" } ], "runner_id" : "string" }