v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Traffic Pool

Assign Traffic Resources from Global Pool

This endpoint assigns additional traffic resources from the global pool to a specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
The amount of traffic to assign is specified in the traffic parameter (in GB).

post/kvm/v2/set/additional_pool_traffic

Response

Traffic resources assigned successfully.

statusstring

The status of the operation.

assigned_trafficinteger

The amount of traffic assigned (in GB).

Example response

{
  "status": "success",
  "assigned_traffic": 10
}