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.
Example response
{
"status": "success",
"msg": "traffic_pool exists",
"available_pool_traffic": "5000"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.