github.com/akamai/AkamaiOPEN-edgegrid-golang/v2@v2.17.0/pkg/appsec/testdata/TestMalwarePolicy/MalwarePolicies.json (about) 1 { 2 "malwarePolicies": [ 3 { 4 "id": 82, 5 "name": "FMS Configuration", 6 "description": "Malware scan configuration details", 7 "hostnames": [ 8 "abc.com", 9 "def.com", 10 "xyz.com" 11 ], 12 "paths": [ 13 "/base-path", 14 "/test" 15 ], 16 "contentTypes": [ 17 "application/xml" 18 ] 19 }, 20 { 21 "id": 83, 22 "name": "FMS Configuration2", 23 "description": "Malware scan configuration details", 24 "hostnames": [ 25 "abc.com", 26 "def.com", 27 "xyz.com" 28 ], 29 "paths": [ 30 "/base-path", 31 "/test" 32 ], 33 "contentTypes": [ 34 "application/xml" 35 ] 36 } 37 ] 38 }