---
title: "Get CPU usage"
method: POST
path: "/kvm/v2/get/cpu_usage"
tags: ["Collect Information"]
---

# Get CPU usage

`POST /kvm/v2/get/cpu_usage`

This endpoint retrieves the CPU usage statistics for the specified KVM VPS.  
The `api_host` parameter, obtained from the **"Create AUTH-session"** response,  
is dynamically set in the URL.  
Provide the `signature`, `kvm_id`, and `valid_until` parameters obtained  
from the same response to access CPU usage data.

## Response `200`

CPU usage data retrieved successfully.

- InlineResponse20012
  - `status` string
  - `chart_cpu` string — JSON string containing CPU usage chart data.

## Other responses

- `400` — Bad Request - Invalid parameters or missing fields.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
