Get cloud VM metrics
Returns current resource-usage metrics for a cloud VM. Requires scope: vm.read.
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Path parameters
vm_id
Virtual machine ID.
Query parameters
workspace_id
The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.
Response
VM metrics returned successfully.
vm_id
vm_type
power_state
monitoring_status
month_rx_bytes
month_tx_bytes
last_collected_at
cpu_percent
memory_used_bytes
memory_used_percent
storage_used_bytes
storage_total_bytes
storage_used_percent
storage_provisioned_bytes
disk_read_bps
disk_write_bps
disk_read_iops
disk_write_iops
net_rx_bps
net_tx_bps
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
