{
  "trafficShapingEnabled": true,
  "defaultRulesEnabled": true,
  "rules": [
    {
      "definitions": [
        {
          "type": "host",
          "value": "google.com"
        },
        {
          "type": "port",
          "value": "9090"
        },
        {
          "type": "ipRange",
          "value": "192.1.0.0"
        },
        {
          "type": "ipRange",
          "value": "192.1.0.0/16"
        },
        {
          "type": "ipRange",
          "value": "10.1.0.0/16:80"
        },
        {
          "type": "localNet",
          "value": "192.168.0.0/16"
        },
        {
          "type": "applicationCategory",
          "value": {
            "id": "meraki:layer7/category/2",
            "name": "Blogging"
          }
        },
        {
          "type": "application",
          "value": {
            "id": "meraki:layer7/application/133",
            "name": "Battle.net"
          }
        }
      ],
      "perClientBandwidthLimits": {
        "settings": "custom",
        "bandwidthLimits": {
          "limitUp": 1000000,
          "limitDown": 1000000
        }
      },
      "dscpTagValue": null,
      "pcpTagValue": null
    }
  ]
}