Logo
API_DOC API Documentation

Get activation status

GET https://{{host}}/network-list/v2/network-lists/:networkListId/environments/:environment/status

Shows a network list's activation status on either the STAGING or PRODUCTION environment. The response reflects standard activation status. For fast activation status, see Get activation details.

 

Body PARAM

Key Datatype Required Description 
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "activationComments": "Allow IPs of new employees who joined this week", "activationId": 12345, "activationStatus": "PENDING_ACTIVATION", "dispatchCount": 1, "fast": false, "links": { "activationDetails": { "href": "/network-list/v2/network-lists/activations/12345/" }, "appendItems": { "href": "/networklist-api/rest/v2/network-lists/25614_GENERALLIST/append", "method": "POST" }, "retrieve": { "href": "/networklist-api/rest/v2/network-lists/25614_GENERALLIST" }, "statusInProduction": { "href": "/networklist-api/rest/v2/network-lists/25614_GENERALLIST/environments/PRODUCTION/status" }, "statusInStaging": { "href": "/networklist-api/rest/v2/network-lists/25614_GENERALLIST/environments/STAGING/status" }, "syncPointHistory": { "href": "/networklist-api/rest/v2/network-lists/25614_GENERALLIST/sync-points/5/history" }, "update": { "href": "/networklist-api/rest/v2/network-lists/25614_GENERALLIST", "method": "PUT" } }, "syncPoint": 5, "uniqueId": "25614_GENERALLIST" }



Curl
curl -X GET 'https://host/network-list/v2/network-lists/:networkListId/environments/:environment/status?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS