HTTPS Edge Route Circuit Breaker Module#

Do not construct this object directly, instead access the edge_route_circuit_breaker_module property of an ngrok.Client object.

class ngrok.services.EdgeRouteCircuitBreakerModuleClient(client)[source]#
delete(edge_id, id)[source]#
Parameters:
  • edge_id (str) – unique identifier of this edge

  • id (str) – unique identifier of this edge route

https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-delete

get(edge_id, id)[source]#
Parameters:
  • edge_id (str) – unique identifier of this edge

  • id (str) – unique identifier of this edge route

https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-get

Return type:

EndpointCircuitBreaker

replace(edge_id, id, module=None)[source]#
Parameters:

https://ngrok.com/docs/api#api-edge-route-circuit-breaker-module-replace

Return type:

EndpointCircuitBreaker