{ "operationId": "get-url-protection-policies-actions", "method": "GET", "path": "/configs/{configId}/versions/{versionNumber}/security-policies/{policyId}/url-protections", "summary": "List URL protection policy actions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "urlProtectionActions": [ { "loadSheddingAction": "alert", "maxRpsAction": "alert", "policyId": 747 }, { "loadSheddingAction": "none", "maxRpsAction": "deny", "policyId": 745 }, { "loadSheddingAction": "none", "maxRpsAction": "deny", "policyId": 681 } ] } }, { "status": "404", "contentType": "application/problem+json", "example": { "detail": "The requested resource is not found", "instance": "https://problems.luna.akamaiapis.net/appsec/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749", "status": 404, "title": "Not Found", "type": "https://problems.luna.akamaiapis.net/appsec/error-types/NOT-FOUND" } } ] }