github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.0/pkg/appsec/testdata/TestReputationProfile/ReputationProfileEmpty.json (about) 1 { 2 "id": 12345, 3 "name": "Web Attack Rep Profile", 4 "context": "WEBATCK", 5 "description": "Reputation profile description", 6 "threshold": 5, 7 "sharedIpHandling": "NON_SHARED", 8 "condition": { 9 "atomicConditions": [ 10 { 11 "checkIps": "connecting", 12 "className": "AsNumberCondition", 13 "index": 1, 14 "positiveMatch": true, 15 "value": [ 16 "1" 17 ] 18 }, 19 { 20 "className": "RequestCookieCondition", 21 "index": 2, 22 "name": "x-header", 23 "nameCase": true, 24 "nameWildcard": true, 25 "positiveMatch": true, 26 "valueCase": false, 27 "valueWildcard": true 28 }, 29 { 30 "className": "HostCondition", 31 "host": [ 32 "*.com" 33 ], 34 "index": 3, 35 "positiveMatch": true, 36 "valueWildcard": true 37 } 38 ], 39 "positiveMatch": true 40 }, 41 "enabled": false 42 }