Inspect a Gateway cluster

Runs a named inspection operation against the specified gateway cluster. Use ‘health’ to get per-component health status, or ‘activity’ to get running and recently completed work across all runner nodes.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

clusterIdstringRequired
The cluster Id of the target gateway
targetstringRequired
The inspection target to run against the cluster

Response

The result of the inspection operation. Shape varies by target.
healthobject
Returned when target is 'health'. Use the healthy boolean to determine if the cluster can accept work.
OR
activityobject
Returned when target is 'activity'.

Errors

500
Internal Server Error