HTTPS Edge Route User Agent Filter Module#

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

class ngrok.services.EdgeRouteUserAgentFilterModuleClient(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-user-agent-filter-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-user-agent-filter-module-get

Return type:

EndpointUserAgentFilter

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

https://ngrok.com/docs/api#api-edge-route-user-agent-filter-module-replace

Return type:

EndpointUserAgentFilter