{
  "versionInfo": "00000001",
  "resources": [
    {
      "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration",
      "name": "db",
      "virtualHosts": [
        {
          "name": "db",
          "domains": [
            "*"
          ],
          "routes": [
            {
              "match": {
                "prefix": "/"
              },
              "route": {
                "weightedClusters": {
                  "clusters": [
                    {
                      "name": "big-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
                      "weight": 9550
                    },
                    {
                      "name": "goldilocks-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
                      "weight": 400
                    },
                    {
                      "name": "lil-bit-side.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul",
                      "weight": 50
                    }
                  ],
                  "totalWeight": 10000
                }
              }
            }
          ]
        }
      ],
      "validateClusters": true
    }
  ],
  "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration",
  "nonce": "00000001"
}