Get a list of all Access Control Lists (ACLs) configured for the specified service version. Note: Using this action requires Engineer-level permissions or higher.
External DocumentationTo learn more, visit the Fastly documentation.

Parameters

ParameterDescription
Service IDThe unique identifier of the service.
Version IDThe unique identifier of the version.

Example Output

[
	{
		"version": "1",
		"name": "test-acl",
		"service_id": "SU1Z0isxPaozGVKXdv0eY",
		"id": "2cFflPOskFLhmnZJEKU7y6",
		"created_at": "2020-04-21T18:14:32.000Z",
		"deleted_at": null,
		"updated_at": "2020-04-21T18:14:32.000Z"
	}
]

Workflow Library Example

List Acls with Fastly and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop