Modify DmiDataOperationRequest to make it identical as DataOperationRequest
[cps.git] / cps-ncmp-service / src / test / resources / 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         "id": "CMHandle3",
19         "status": "PENDING",
20         "details": "No reply from DMI yet"
21       },
22       {
23         "id": "CMHandle4",
24         "status": "PENDING",
25         "details": "No reply from DMI yet"
26       }
27     ]
28   }
29 }