v1

latestOpenAPI 3.1.0Apache 2.02026-07-264001921002.3 KB
Circuit Breaker

Get circuit breaker state

Returns a snapshot of all currently-open circuits. Main circuits are keyed by policy name. Per-key sub-circuits are keyed by "<policy_name>\x00<key_id>". Circuits not present in the map are closed.

get/api/circuit-breaker/state

Response

Successful response

circuitsobject

Map of circuit keys to their current state. Main circuit key: the policy name. Sub-circuit key: "<policy_name>\x00<key_id>".