Misaka.io | Docs
Misaka.io | Docs

Get live hypervisor metrics

GET
/v3/mc2/metrics/hypervisors

Authorization

AuthorizationBearer <token>

Bearer is only available for WebApp. Please use API tokens for programmatic access.

In: header

Query Parameters

ids*array<integer>

Response Body

application/json

curl -X GET "https://example.com/v3/mc2/metrics/hypervisors?ids=0"
[  {    "id": 0,    "cpu_usage": 0,    "memory_usage": 0,    "memory_used": 0,    "memory_cache_buffers": 0,    "memory_free": 0,    "observed_at": 0  }]

How is this guide?

Last updated on 8/12/2026