aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/invalid-cq.json
blob: b06e534ce028ee68592a1a617d66eb0bd408f8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "requestError": {
    "serviceException": {
      "messageId": "SVC3001",
      "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
      "variables": [
        "GET",
        "v16/query",
        "Node Not Found. Start URI returned no vertexes, please check the start URI",
        "ERR.5.4.6148"
      ]
    }
  }
}