get https://{hostname}/appsec/v1/configs//versions//security-policies//rules//condition-exception
List a KRS rule's conditions and exceptions. Products: Kona Site Defender, App & API Protector with the Advanced Security module.
Responses
List a KRS rule's conditions and exceptions. Products: Kona Site Defender, App & API Protector with the Advanced Security module.
xxxxxxxxxx
curl --request GET \
--url https://hostname/appsec/v1/configs/configId/versions/versionNumber/security-policies/policyId/rules/ruleId/condition-exception \
--header 'accept: application/json'
xxxxxxxxxx
132}
{
"advancedExceptions": {
"conditionOperator": "AND",
"conditions": [
{
"extensions": [
"test"
],
"positiveMatch": true,
"type": "extensionMatch"
},
{
"filenames": [
"test2"
],
"positiveMatch": true,
"type": "filenameMatch"
},
{
"hosts": [
"www.test.com"
],
"positiveMatch": true,
"type": "hostMatch"
},