Application Security API-Custom Rules Builder
Number of APIs: 7
-
Get a custom rule GET https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}
-
List custom rules GET https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules
-
Create a custom rule POST https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules
-
Modify a custom rule PUT https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}
-
List custom rule actions GET https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/custom-rules
-
Remove a custom rule DELETE https://{{host}}/appsec/v1/configs/{{configId}}/custom-rules/{{customRuleId}}
-
Modify a custom rule action PUT https://{{host}}/appsec/v1/configs/{{configId}}/versions/{{versionNumber}}/security-policies/{{policyId}}/custom-rules/{{customRuleId}}