{
  "Monitor": {
    "vectors": {
      "type": "dynamic",
      "path": [
        {
        "isPartOfHierarchy": "true",
        "vectorRelation": "",
        "useAs": "value",
        "vectorPath": "$..name"
      },
	  {
	  "isPartOfHierarchy": "true",
        "vectorRelation": "",
        "useAs": "key",
        "vectorPath": "$.networks"
	  }
      ],
      "metrics": {
        "metricPath": [
		{
          "attribute": [
            {
              "name": "tx_bytes",
              "index": "1"
            },
            {
              "name": "rx_bytes",
              "index": "2"
            },
            {
              "name": "tx_dropped",
              "index": "3"
            },
            {
              "name": "rx_dropped",
              "index": "4"
            },
            {
              "name": "tx_packets",
              "index": "5"
            },
            {
              "name": "rx_packets",
              "index": "6"
            },
            {
              "name": "tx_errors",
              "index": "7"
            },
            {
              "name": "rx_errors",
              "index": "8"
            }
          ],
          "mPath": "$..networks.."
        }
		]
      }
    }
  }
}

