Get a list of security configuration policies that use a specific client list.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
List IDThe ID of the client list to get security configuration policies for.

Advanced Parameters

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

Example Output

{
	"listId": "1234_NORTHAMERICAGEOALLOWLIST",
	"usage": [
		{
			"configId": 1111,
			"configName": "Sec Configuration for IT",
			"policyId": "abc_12345",
			"policyName": "WAF Policy",
			"production": {
				"protections": [
					{
						"instances": [
							{
								"id": "54321"
							}
						],
						"protection": "CUSTOM_RULES"
					}
				],
				"version": 2
			},
			"staging": {
				"protections": [
					{
						"instances": [
							{
								"id": "54321"
							}
						],
						"protection": "CUSTOM_RULES"
					}
				],
				"version": 2
			}
		}
	]
}

Workflow Library Example

Get Client List Usage Data with Akamai Client List and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop