Cm Subscription: PENDING logic handling in NCMP
[cps.git] / cps-ncmp-service / src / test / resources / cmSubscriptionEvent.json
1 {
2   "clientId": "SCO-9989752",
3   "subscriptionName": "cm-subscription-001",
4   "cmSubscriptionStatus": [
5     {
6       "id": "CMHandle1",
7       "status": "REJECTED",
8       "details": "Some error message from the DMI"
9     },
10     {
11       "id": "CMHandle2",
12       "status": "REJECTED",
13       "details": "Some other error message from the DMI"
14     },
15     {
16       "id": "CMHandle3",
17       "status": "PENDING",
18       "details": "Some error causes pending"
19     },
20     {
21       "id": "CMHandle4",
22       "status": "PENDING",
23       "details": "Some other error happened"
24     },
25     {
26       "id": "CMHandle5",
27       "status": "PENDING",
28       "details": "Some other error happened"
29     }
30   ]
31 }