Merge "Update certificates in PM Mapper CSIT's"
[integration/csit.git] / tests / dcaegen2 / bbs-testcases / assets / aai_records / aai_pnf_not_found.json
1 [
2 {
3     "requestError": {
4         "serviceException": {
5             "messageId": "SVC3001",
6             "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
7             "variables": [
8                 "GET",
9                 "nodes/pnfs/pnf/Wrong-PNF-Name",
10                 "Node Not Found:No Node of type pnf found at: nodes/pnfs/pnf/Wrong-PNF-Name",
11                 "ERR.5.4.6114"
12             ]
13         }
14     }
15 }
16
17 ]