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 CodesCountry Code.)

Path Params
string
required

Unique identifier for each network list.

Query Params
string
required

Specifies the element to add to the network list.

Responses

Response body
object
string

Name of this network list's access control group (ACG).

string
length between 5 and 20

Identifies the contract where you want to create the list. You need to have write access to the contract you specify. If you include a contractId, you need to pair it with a groupId.

date-time

ISO 8601 timestamp indicating when the network list was first created. Available only when using the extended query parameter to retrieve network list data.

string

Username of this list's creator. Available only when using the extended query parameter to retrieve network list data.

string
length between 1 and 255

Detailed description of the list.

integer

Reflects the number of elements in the list array, which may not necessarily appear in the object when retrieving the list with the includeElements query parameter set to false.

string

For clients with access to expedited activations on select servers, provides the most recent activation status in the PRODUCTION environment. See Activation States for details on each activation state. Available only when using the extended query parameter to retrieve network list data.

INACTIVE ACTIVE MODIFIED PENDING_ACTIVATION FAILED PENDING_DEACTIVATION

string

For clients with access to expedited activations on select servers, provides the most recent activation status in the STAGING environment. See Activation States for details on each activation state. Available only when using the extended query parameter to retrieve network list data.

INACTIVE ACTIVE MODIFIED PENDING_ACTIVATION FAILED PENDING_DEACTIVATION

number

Identifies the group where you want to create the list. You need to have write access to the group you specify. If you include a groupId, you need to pair it with a contractId.

links
object
list
array of strings
list
string
required
length between 1 and 100

Display name of the network list.

string

If set to extendedNetworkListResponse, indicates that the current data features members enabled with the extended query parameter. Otherwise a plain networkListResponse value indicates this additional data is absent.

networkListResponse extendedNetworkListResponse

string

The most recent activation status of the current list in the PRODUCTION environment. See Activation States for details on each activation state. Available only when using the extended query parameter to retrieve network list data.

INACTIVE ACTIVE MODIFIED PENDING_ACTIVATION FAILED PENDING_DEACTIVATION

boolean
Defaults to false

If true, indicates that you don't have permission to modify the network list. This may indicate either a network list that Akamai manages, or insufficient permission for your API client's identity to modify a customer-managed list. The default value is false.

boolean
Defaults to false

Indicates if this list has been shared with you by Akamai or some other account. Shared lists are always read-only.

string

The most recent activation status of the current list in the STAGING environment. See Activation States for details on each activation state. Available only when using the extended query parameter to retrieve network list data.

INACTIVE ACTIVE MODIFIED PENDING_ACTIVATION FAILED PENDING_DEACTIVATION

integer
required
≥ 0
Defaults to 0

Identifies each version of the network list, which increments each time it's modified. You need to include this value in any requests to modify the list. See Concurrency control for details.

string
required

The network list type, either IP for IP addresses and CIDR blocks, or GEO for two-letter country codes.

IP GEO

string
required
length ≥ 3

A unique identifier for each network list, corresponding to the networkListId URL parameter.

date-time

ISO 8601 timestamp indicating when the network list was last modified. Available only when using the extended query parameter to retrieve network list data.

string

Username of this list's creator. Available only when using the extended query parameter to retrieve network list data.

Language
Authentication
URL