curl --location --request GET '/v4/dec/list?regionId=&azName=&dedicatedID=&pageNo=&pageSize='
{
"description": "string",
"errorCode": "string",
"message": "string",
"returnObj": {
"results": [
{
"dedicatedID": "string",
"resourceID": "string",
"expireDays": 0,
"expireDate": "string",
"createDate": "string",
"ctBillType": "string",
"freeze": true,
"name": "string",
"azName": "string",
"decType": "string",
"description": "string",
"totalHosts": "string",
"vm": {
"totalVms": 0,
"runningVms": 0
},
"vcpu": {
"vcpus": 0,
"vcpusUsed": 0,
"vcpusUsedRatio": 0
},
"memory": {
"memory": 0,
"memoryUsed": 0,
"memoryUsedRatio": 0
}
}
],
"currentCount": 0,
"totalCount": 0,
"totalPage": 0
},
"statusCode": 0
}