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
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |