14e8cbb4c40a149782653a8e001908d947f726a3
[cps.git] / cps-ncmp-service / src / test / resources / avcSubscriptionOutcomeEvent.json
1 {
2   "data": {
3     "statusCode": 104,
4     "statusMessage": "partially applied subscription",
5     "additionalInfo": {
6       "rejected": [
7         {
8           "details": "Some other error message from the DMI",
9           "targets": ["CMHandle2"]
10         },
11         {
12           "details": "Some error message from the DMI",
13           "targets": ["CMHandle1"]
14         }
15       ],
16       "pending": [
17         {
18           "details": "No reply from DMI yet",
19           "targets": ["CMHandle3", "CMHandle4"]
20         }
21       ]
22     }
23   }
24 }