migrate model-impl from drools-applications
[policy/models.git] / models-interactions / model-impl / aai / src / test / resources / org / onap / policy / aai / AaiGetResponseError.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/generic-vnfs/generic-vnf/3f02-f878-436b-870c-f0e91e81570d",
9                 "Node Not Found:No Node of type generic-vnf found at: network/generic-vnfs/generic-vnf/3f02-f878-436b-870c-f0e91e81570d",
10                 "ERR.5.4.6114"
11             ]
12         }
13     }
14 }