e3c981c21b6aa262adae4dbac38cbfc4878cac28
[policy/models.git] / models-interactions / model-simulators / src / main / resources / org / onap / policy / simulators / aai / invalid-pnf.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         "network/pnfs/pnf",
9         "Node Not Found:No Node of type pnf found at: network/pnfs/pnf",
10         "ERR.5.4.6114"
11       ]
12     }
13   }
14 }