move two modules from drools-application to models
[policy/models.git] / models-interactions / model-simulators / src / main / resources / org / onap / policy / simulators / aai / AaiNqResponse-Error.json
1 {
2   "inventory-response-item": [],
3   "requestError": {
4     "serviceException": {
5       "messageId": "SVC3001",
6       "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
7       "variables": [
8         "POST Search",
9         "getNamedQueryResponse",
10         "Node Not Found:No Node of type ${type} found for properties",
11         "ERR.5.4.6114"
12       ]
13     }
14   }
15 }