Get detailed information about a specific activation request.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
Activation IDThe ID for the required activation request.

Advanced Parameters

ParameterDescription
Account Switch KeyAn account switch key to execute the operation on behalf of a different account.

Example Output

{
	"action": "ACTIVATE",
	"activationId": 961,
	"activationStatus": "PENDING_ACTIVATION",
	"comments": "Activation of GEO allowlist list",
	"createDate": "2023-04-05T18:46:56.365Z",
	"createdBy": "tyamada",
	"fast": true,
	"listId": "1234_NORTHAMERICAGEOALLOWLIST",
	"network": "PRODUCTION",
	"notificationRecipients": [
		"nomail@akamai.com"
	],
	"siebelTicketId": "ABC",
	"version": 1
}

Workflow Library Example

Get Activation Details with Akamai Client List and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop