curl --location --request POST '/api/host_resource/query/?ct_user_id=&os_id=&dc_uuid='
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"ph_total": 0,
"cpu_total": 0,
"mem_total": 0,
"sys_total": 0,
"cpu_util": 0,
"mem_util": 0,
"storage_util": 0,
"disk_units": "string",
"memory_units": "string"
}
],
"code": 0
}