Number of APIs: 2
PUT https://{{host}}/network-list/v2/network-lists/:networkListId/elements?element={{element}}
Adds the specified element
to the list. If the network list's type
is IP
, the value needs to be a URL-encoded IP address or CIDR block. If the type is GEO
, it's a two-character country code. (See the EdgeScape Documentation) for more information. For a list of countries, go to Data Codes ⇒ Country Code.)
DELETE https://{{host}}/network-list/v2/network-lists/:networkListId/elements?element={{element}}
Removes the specified element
from the list. If the network list's type
is IP
, the value is a URL-encoded IP address or CIDR block. If the type is GEO
, it's a two-character country code.
ENDPOINTS