Improve AAI simulator by configuring responses
[policy/models.git] / models-interactions / model-simulators / src / main / resources / org / onap / policy / simulators / aai / invalid-cq.json
diff --git a/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/invalid-cq.json b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/invalid-cq.json
new file mode 100644 (file)
index 0000000..b06e534
--- /dev/null
@@ -0,0 +1,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"
+      ]
+    }
+  }
+}
\ No newline at end of file