Activate or deactivate a client list in the staging or production network environments.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
ActionSelect whether to activate or deactivate the client list.
CommentsA description explaining the reason for the status change.
List IDThe ID of the client list to change the status of.
NetworkThe network environment where the status change will be applied.
Notification Recipient Email AddressesA comma-separated list of email addresses to notify about the status change.

Advanced Parameters

ParameterDescription
Account Switch KeyAn account switch key to execute the operation on behalf of a different account.
Siebel Ticket IDThe ID of an associated Siebel ticket.

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

Change Client List Status with Akamai Client List and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop