| Parameter | Type | Description |
|---|---|---|
id | int | |
vmid | string | Virtual server id |
Authorization: Bearer ********************
{
"vmid": "openstack-vm-202",
"name": "enterprise-vm-prod",
"status": "ACTIVE",
"usage": {
"cpu": {
"used_percent": 37.8,
"vcpus": 4
},
"memory": {
"used_mb": 2048,
"total_mb": 8192
},
"disk": {
"used_gb": 35,
"total_gb": 100
},
"network": {
"rx_mb": 512.3,
"tx_mb": 248.7
},
"last_updated": "2025-06-17T05:22:00Z"
}
}curl --location --request GET 'https://my.hitechcloud.vn/api/service//vms//usage' \
--header 'Authorization: Bearer <token>'