Last updated 3 months ago
Was this helpful?
Restricts a specific status with a IP access control list (ACL).
****-*****-****-****
****-*****-****-*****
true
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1 Host: cloud.medianova.com Content-Type: application/json Accept: */* Content-Length: 168 { "resource_uuid": "****-*****-****-*****", "status_ip_restriction_acl": true, "ip_restriction_acl": { "type": "blacklist", "whitelist": [], "blacklist": [ "1.1.1.1", "4.4.4.0/24" ] } }
Successful operation
{ "status": true, "data": {} }