856f238c6ebec436e4c0dce3998dbfbd22195fe3
[cps.git] / cps-ncmp-service / src / test / resources / deprecatedCmSubscription / cmSubscriptionNcmpOutEvent.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": "Some other error happened",
19           "targets": ["CMHandle4", "CMHandle5"]
20         },
21         {
22           "details": "Some error causes pending",
23           "targets": ["CMHandle3"]
24         }
25       ]
26     }
27   }
28 }