CPS 1824: Delta Between 2 Anchors release notes
[cps.git] / cps-ncmp-service / src / test / resources / deprecatedCmSubscription / cmSubscriptionDmiOutEvent.json
1 {
2   "data": {
3     "clientId": "SCO-9989752",
4     "subscriptionName": "cm-subscription-001",
5     "dmiName": "dminame1",
6     "subscriptionStatus": [
7       {
8         "id": "CMHandle1",
9         "status": "REJECTED",
10         "details": "Some error message from the DMI"
11       },
12       {
13         "id": "CMHandle2",
14         "status": "REJECTED",
15         "details": "Some other error message from the DMI"
16       }
17     ]
18   }
19 }