Append elements to a network list

POST https://{{host}}/network-list/v2/network-lists/:networkListId/append

Appends a set of elements to a network list. If the networks list's type is IP, the submitted list is a series of IP addresses or CIDR blocks. If the type is GEO, it's a set of two-character country codes. (See the EdgeScape Documentation for more information. For a list of countries, go to Data Codes ⇒ Country Code.)

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Request Body

{"list"=>["192.0.2.215", "192.0.2.71/24"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring