blob: c38cb79211c124cab4426d901912d4bd21edb18a [file] [log] [blame]
mpriyank2640b912023-08-10 23:09:38 +01001{
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}