v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-23241216351.5 KB
EdgeRouteCircuitBreakerModule

Get

get/edges/https/{edge_id}/routes/{id}/circuit_breaker

Path parameters

edge_idstring required

unique identifier of this edge

idstring required

unique identifier of this edge route

Headers

ngrok-versioninteger required

Response

n/a

enabledboolean

true if the module will be applied to traffic, false to disable. default true if unspecified

tripped_durationinteger

Integer number of seconds after which the circuit is tripped to wait before re-evaluating upstream health

rolling_windowinteger

Integer number of seconds in the statistical rolling window that metrics are retained for.

num_bucketsinteger

Integer number of buckets into which metrics are retained. Max 128.

volume_thresholdinteger

Integer number of requests in a rolling window that will trip the circuit. Helpful if traffic volume is low.

error_threshold_percentagenumber

Error threshold percentage should be between 0 - 1.0, not 0-100.0