v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Traffic Pool

Get Global Traffic Pool Size

This endpoint retrieves the total size of the global traffic pool for a specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.

post/kvm/v2/get/pool_traffic

Response

Global traffic pool size retrieved successfully.

statusstring

The status of the operation.

msgstring

Message indicating the status of the traffic pool.

available_pool_trafficstring

The available traffic pool size in GB.

Example response

{
  "status": "success",
  "msg": "traffic_pool exists",
  "available_pool_traffic": "5000"
}