v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Power Management

power state

This endpoint retrieves the power state of the specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response, is dynamically set in the URL.
Use the signature, kvm_id, and valid_until parameters returned from the "Create AUTH-session" response to authenticate the request.

post/kvm/v2/get/power

Response

The power state of the KVM VPS was retrieved successfully.

statusstring
kvmidstring
serviceidinteger

Example response

{
  "status": "success",
  "kvmid": "kvm_123456_789012",
  "serviceid": 987654
}