Number of APIs: 5
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny?search=
2. Create a custom deny action
POST https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny
For more information on the JSON to modify these settings, visit:
https://developer.akamai.com/api/cloud_security/application_security/v1.html#postcustomdeny
GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}//custom-deny/{{customDenyId}}
4. Modify a custom deny action
PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny/{{customDenyId}}
For more information on the JSON to modify these settings, visit:
https://developer.akamai.com/api/cloud_security/application_security/v1.html#putcustomdenyaction
5. Remove a custom deny action
DELETE https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/custom-deny/{{customDenyId}}
For more information on the JSON to modify these settings, visit:
https://developer.akamai.com/api/cloud_security/application_security/v1.html#putcustomdenyaction
ENDPOINTS