IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
RunnerOverview
editRunnerOverview
editInformation about all of the runners.
Properties
edit-
runners
(array[
RunnerInfo
]
, required) - List of runners
Example
edit{ "runners" : [ { "build_info" : { "commit_hash" : "string", "version" : "string" }, "connected" : true, "containers" : [ { "container_name" : "string", "container_set_name" : "string" } ], "features" : { "some_property" : true }, "healthy" : true, "host_ip" : "string", "public_hostname" : "string", "region" : "string", "roles" : [ { "role_name" : "string" } ], "runner_id" : "string", "runner_name" : "string", "tags" : { "some_property" : "string" }, "zone" : "string" } ] }