RunnerOverview

edit

Overview over all runners

Properties

edit
runners (array[RunnerInfo], required)
List of runners

Example

edit
{
   "runners" : [
      {
         "connected" : true,
         "containers" : [
            {
               "container_name" : "string",
               "container_set_name" : "string"
            }
         ],
         "healthy" : true,
         "host_ip" : "string",
         "public_hostname" : "string",
         "roles" : [
            {
               "role_name" : "string"
            }
         ],
         "runner_id" : "string"
      }
   ]
}