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.
Body
The session signature obtained from the "Create AUTH-session" call.
The unique identifier of the KVM VPS to which the ISO will be added.
This value is specific to your VPS.
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
The URL of the ISO file to download.
The provided URL must point to a valid ISO file accessible via HTTP or HTTPS.
Response
The status of the operation.
Was this page helpful?