curl --location --request GET '/v4/resource/query-bms-resource-total?regionID=' \
--header 'x-ctyun-traceid;' \
--header 'x-ctyun-reqid;' \
--header 'x-ctyun-reqtime;'
{
"returnObj": [
{
"phTotal": "string",
"cpuTotal": "string",
"memTotal": 0,
"sysTotal": 0,
"dataDiskTotal": "string",
"phRunning": 0,
"phOffline": 0,
"cpuUtil": 0,
"memoryUnit": "string",
"storageUtil": 0
}
],
"description": "string",
"errorCode": "string",
"message": "string",
"statusCode": 0
}