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