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 Documentation

To 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

Preview this Workflow on desktop