Logo
Akamai APIs API Documentation

Application Security API-Custom Rules Builder

Number of APIs: 7


1. List custom rules

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



2. Create a custom rule

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



3. Get a custom rule

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



4. Modify a custom rule

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



5. Remove a custom rule

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



6. List custom rule actions

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



7. Modify a custom rule action

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



ENDPOINTS