RunnerOverviewedit

Overview over all runners

Propertiesedit

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

Exampleedit

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