Update an Access Control List (ACL) for a particular service and version.

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

External Documentation

To learn more, visit the Fastly documentation.

Parameters

ParameterDescription
ACL’s Current NameThe name of the ACL. Must start with a letter or a number and contain only letters, numbers, underscores and whitespace.
ACL’s New NameThe new name for the ACL.
Service IDThe unique identifier of the service.
Version IDThe unique identifier of the version.

Example Output

{
	"version": "1",
	"name": "updated-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

Update an Acl with Fastly and Send Results Via Email

Preview this Workflow on desktop