Example searches: “trust_all”, “Elastic Cloud Enterprise API”, “fields”, “code”, “errors”
Retrieves a runner by id.
The identifier for the runner
The information for the runner specified by {runner_id}.
The runner identifier
The runner name
Identifier of the zone
Meta data of the runner, like image ID or processor architecture
State of features of the runner
Build Info of the container artifact
Git commit hash
Version of the runner artifact
Host IP for the runner
Public hostname for the runner
Containers for the runner
Information about a container within a runner.
Name of this container
Name of the container set for the container
Roles for the runner
Information about a runner role.
Name of the role
Specifies if the runner is connected
Specifies if the runner is healthy
Checks used to determine if a runner is healthy or not
Check performed by the runner to figure out if docker is healthy
Whether the runner is connected to zk or not
Whether the runner has containers that it manages
The region that this runner belongs to. Only populated in SaaS or federated ECE.
Unable to find the {runner_id} specified runner. Edit your request, then try again. (code: runners.runner_not_found)
runners.runner_not_found
The error codes associated with the response
Value is runners.runner_not_found.
A list of errors that occurred in the failing request
A structured code representing the error type that occurred
A human readable message describing the error that occurred
If the error can be tied to a specific field or fields in the user request, this lists those fields
curl \ --request GET 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}' \ --user "username:password"