Get activation details
GET https://{{host}}/network-list/v2/activations/:activationId
Provides detailed status for a given activation, including progress on fast activation and other audit information, in addition to information ordinarily available from the Get activation status operation.
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
{
"activationId": 1303191,
"createDate": "2018-03-13T10:26:23.659Z",
"createdBy": "hgildong@securedproperty.com",
"environment": "STAGING",
"fast": false,
"networkList": {
"activationComments": "Allow local IPs",
"activationStatus": "PENDING_ACTIVATION",
"links": {
"appendItems": {
"href": "/networklist-api/38069_INTERNALWHITELIST/append",
"method": "POST"
},
"retrieve": {
"href": "/networklist-api/38069_INTERNALWHITELIST"
},
"statusInProduction": {
"href": "/networklist-api/38069_INTERNALWHITELIST/environments/PRODUCTION/status"
},
"statusInStaging": {
"href": "/networklist-api/38069_INTERNALWHITELIST/environments/STAGING/status"
},
"syncPointHistory": {
"href": "/networklist-api/38069_INTERNALWHITELIST/sync-points/0/history"
},
"update": {
"href": "/networklist-api/38069_INTERNALWHITELIST",
"method": "PUT"
}
},
"syncPoint": 0,
"uniqueId": "38069_INTERNALWHITELIST"
}
} |
ENDPOINTS