curl --location --request GET '/api/resources/count/?ct_user_id=&os_id='
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"vm_on": 0,
"vm_off": 0,
"vm_error": 0,
"baremetal_on": 0,
"baremetal_off": 0,
"host_on": 0,
"host_off": 0,
"dc_openstack": 0,
"dc_aliyun": 0,
"alarms": 0,
"alarm_info": 0,
"alarms_warnint": 0,
"alarms_critical": 0,
"vms": 0,
"baremetals": 0,
"hosts": 0
}
],
"code": 0
}