v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Collect Information

Get mount details

This endpoint retrieves the mount details 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 the mount details.

post/kvm/v2/get/mount

Response

Mount details retrieved successfully.

statusstring
current_isostring

The currently mounted ISO file or empty if no ISO is mounted.

Example response

{
  "status": "success",
  "current_iso": "empty"
}