v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Installation

Download custom ISO

This endpoint downloads a custom ISO from a provided URL and adds it to 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, valid_until, and the url of the ISO to be downloaded.

post/kvm/v2/set/download_iso

Response

The custom ISO was successfully downloaded and added to the VPS.

statusstring
kvmidstring
serviceidstring

Example response

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