Last updated 4 months ago
Was this helpful?
This setting is available in small, large, dynamic(aksela) and streaming resource types.
****-*****-****-****
****-*****-****-*****
true
Main parameter for the user agent access control list. Maximum 50 items can be entered.
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1 Host: cloud.medianova.com Content-Type: application/json Accept: */* Content-Length: 207 { "status_user_agent_acl": true, "user_agent_acl": { "type": "blacklist", "whitelist": [], "blacklist": [ { "type": "contains", "value": "range" }, { "type": "exact_match", "value": "test" }, { "type": "contains", "value": "da*dy" } ] } }
Successful operation
{ "status": true, "data": {} }