blob: ae14b5ca21dd3cfcb87340ac067d98fc8607b064 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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"
}
]
}
}
|