Get an ACL by it’s name for the specified version and service.

Note: Using this action requires Engineer-level permissions or higher.

External Documentation

To learn more, visit the Fastly documentation.

Parameters

ParameterDescription
ACL NameThe name of the ACL. Must start with a letter or a number and contain only letters, numbers, underscores and whitespace.
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

Get Acl with Fastly and Send Results Via Email

Preview this Workflow on desktop