github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.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      },
    17      {
    18        "id": 83,
    19        "name": "FMS Configuration2",
    20        "description": "Malware scan configuration details",
    21        "hostnames": [
    22          "abc.com",
    23          "def.com",
    24          "xyz.com"
    25        ],
    26        "paths": [
    27          "/base-path",
    28          "/test"
    29        ]
    30      }
    31    ]
    32  }