Skip to main content

Edge Route User Agent Filter Module

Replace HTTPS Edge Route User Agent Filter Module

Request

PUT /edges/https/{edge_id}/routes/{id}/user_agent_filter

Example Request

Loading…

Parameters

NameTypeDescription
enabledboolean
allowList<string>
denyList<string>

Response

Returns a 200 response on success

Example Response

Loading…

Fields

NameTypeDescription
enabledboolean
allowList<string>
denyList<string>

Get HTTPS Edge Route User Agent Filter Module

Request

GET /edges/https/{edge_id}/routes/{id}/user_agent_filter

Example Request

Loading…

Response

Returns a 200 response on success

Example Response

Loading…

Fields

NameTypeDescription
enabledboolean
allowList<string>
denyList<string>

Delete HTTPS Edge Route User Agent Filter Module

Request

DELETE /edges/https/{edge_id}/routes/{id}/user_agent_filter

Example Request

Loading…

Response

Returns a 204 response with no body on success