{
  "GlobalSettings": {
    "type": "dynamic"
  },
  "vectors": [
    {
      "URL": "$BaseURL/nifi-api/counters",
      "urlId": 1,
      "path": [
        {
          "isPartOfHierarchy": true,
          "query": "$.counters.aggregateSnapshot.counters[*].id",
          "replaceVectorKey": "IDs"
        },
        {
          "isPartOfHierarchy": true,
          "query": "$.counters.aggregateSnapshot.counters[?(@.id == 'IDs')].name"
        }
      ],
       "metrics": [
        {
          "mPath": "$.counters.aggregateSnapshot.counters[?(@.id == 'IDs')].",
          "attribute": [
            {
              "name": "valueCount",
              "index": 1
            }
          ]
        }
      ]
    }
  ]
}
