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
clusterId
The cluster Id of the target gateway
target
The inspection target to run against the cluster
Response
The result of the inspection operation. Shape varies by target.
health
Returned when target is 'health'. Use the healthy boolean to determine if the cluster can accept work.
OR
activity
Returned when target is 'activity'.
Errors
500
Internal Server Error