{
  "GlobalSettings": {
    "type": "dynamic"
  },
  "vectors": [
    {
      "URL": "$BaseURL/api/v1/applications",
      "urlId": 1,
      "replaceParams": [
        {
          "param": "appid",
          "path": "$[*].id"
        }
      ],
      "URLSetting": {
        "requestType": "get"
      }
    },
    {
      "URL": "$BaseURL/api/v1/applications/appid#1/jobs",
      "urlId": 2,
      "depURLIds": [
        1
      ],
      "path": [
        {
          "isPartOfHierarchy": true,
          "defName": "1"
        },
        {
          "isPartOfHierarchy": true,
          "query": "$[*].jobId",
          "replaceVectorKey": "jobIdKey"
        },
	{
          "isPartOfHierarchy": true,
          "defName": "appid#1"
        }
      ],
      "URLSetting": {
        "requestType": "get"
      },
      "metrics": [
        {
          "mPath": "$[*].[?(@.jobId=='jobIdKey')]",
          "jOutputPath": "$[*].[?(@.jobId=='jobIdKey')]",
          "index": 1,
          "type": 1,
          "attribute": []
        }
      ]
    }
  ]
}
