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
Name | Type | Description |
---|---|---|
enabled | boolean | |
allow | List<string> | |
deny | List<string> |
Response
Returns a 200 response on success
Example Response
Loading…
Fields
Name | Type | Description |
---|---|---|
enabled | boolean | |
allow | List<string> | |
deny | List<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
Name | Type | Description |
---|---|---|
enabled | boolean | |
allow | List<string> | |
deny | List<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