{ | |
"data": { | |
"clientId": "SCO-9989752", | |
"subscriptionName": "cm-subscription-001", | |
"dmiName": "dminame1", | |
"subscriptionStatus": [ | |
{ | |
"id": "CMHandle1", | |
"status": "REJECTED", | |
"details": "Some error message from the DMI" | |
}, | |
{ | |
"id": "CMHandle2", | |
"status": "REJECTED", | |
"details": "Some other error message from the DMI" | |
}, | |
{ | |
"id": "CMHandle3", | |
"status": "PENDING", | |
"details": "No reply from DMI yet" | |
}, | |
{ | |
"id": "CMHandle4", | |
"status": "PENDING", | |
"details": "No reply from DMI yet" | |
} | |
] | |
} | |
} |