RunnerInfoedit

Information about a given runner

Propertiesedit

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

Exampleedit

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