Skip to main content

Edge Route IP Restriction Module

Replace HTTPS Edge Route IP Restriction Module

Request

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

Example Request

Loading…

Parameters

NameTypeDescription
enabledbooleantrue if the module will be applied to traffic, false to disable. default true if unspecified
ip_policy_idsList<string>list of all IP policies that will be used to check if a source IP is allowed access to the endpoint

Response

Returns a 200 response on success

Example Response

Loading…

Fields

NameTypeDescription
enabledbooleantrue if the module will be applied to traffic, false to disable. default true if unspecified
ip_policiesReflist of all IP policies that will be used to check if a source IP is allowed access to the endpoint

Ref fields

NameTypeDescription
idstringa resource identifier
uristringa uri for locating a resource

Get HTTPS Edge Route IP Restriction Module

Request

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

Example Request

Loading…

Response

Returns a 200 response on success

Example Response

Loading…

Fields

NameTypeDescription
enabledbooleantrue if the module will be applied to traffic, false to disable. default true if unspecified
ip_policiesReflist of all IP policies that will be used to check if a source IP is allowed access to the endpoint

Ref fields

NameTypeDescription
idstringa resource identifier
uristringa uri for locating a resource

Delete HTTPS Edge Route IP Restriction Module

Request

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

Example Request

Loading…

Response

Returns a 204 response with no body on success