Implement Enhancements to the Microservice
[dcaegen2/services/son-handler.git] / src / test / resources / AsyncRespBody.json
1 {
2   "requestId":"9d2d790e-a5f0-11e8-98d0-529269fb1459",
3   "transactionId":"9d2d790e-a5f0-11e8-98d0-529269fb1458",
4   "statusMessage":"accepted",
5   "requestStatus":"success",
6   "solutions":{
7     "networkId":"NTWK005",
8     "pciSolutions":[
9       {
10         "cellId":"EXP001",
11         "pci":"101"
12       },
13       {
14         "cellId":"EXP002",
15         "pci":"102"
16       }
17     ],
18     "anrSolutions":[
19       {"cellId":"EXP003",
20         "removeableNeighbors":["EXP006"]}
21     ]
22   }
23 }