blob: 14e8cbb4c40a149782653a8e001908d947f726a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"data": {
"statusCode": 104,
"statusMessage": "partially applied subscription",
"additionalInfo": {
"rejected": [
{
"details": "Some other error message from the DMI",
"targets": ["CMHandle2"]
},
{
"details": "Some error message from the DMI",
"targets": ["CMHandle1"]
}
],
"pending": [
{
"details": "No reply from DMI yet",
"targets": ["CMHandle3", "CMHandle4"]
}
]
}
}
}
|