For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Agent ACL

Define user agent–based access control rules for CDN Resources through the Security API

Configure User Agent ACL

put

Enables or disables User Agent ACL and defines allow/deny rules for incoming requests. Available for Small, Large, Dynamic (Aksela), and Streaming Resources.

Path parameters
organization_uuidstringRequired

Unique identifier of the organization.

Example: ****-*****-****-****
resource_uuidstringRequired

Unique identifier of the CDN Resource.

Example: ****-*****-****-*****
Body
status_user_agent_aclbooleanRequiredExample: true
Responses
200

Returns a confirmation indicating that the configuration was applied.

application/json
statusbooleanRequiredExample: true
dataobjectRequired
put/api/v1/cdn/{organization_uuid}/resource/{resource_uuid}
200

Returns a confirmation indicating that the configuration was applied.

Last updated

Was this helpful?