Logo
Akamai APIs API Documentation

Application Security API-Custom Rules Builder

Number of APIs: 7


1. Get a custom rule

GET https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}



2. List custom rules

GET https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules



3. Create a custom rule

POST https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules



4. Modify a custom rule

PUT https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}



5. List custom rule actions

GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/custom-rules



6. Remove a custom rule

DELETE https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}



7. Modify a custom rule action

PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/custom-rules/{{customRuleId}}



ENDPOINTS