Body
Required parameters to download a custom ISO and add it to the VPS.
All parameters must be passed in the request body as application/x-www-form-urlencoded
.
The session signature obtained from the "Create AUTH-session" call.
"session_signature_12345"
The unique identifier of the KVM VPS to which the ISO will be added.
This value is specific to your VPS.
"kvm_xxxxx_yyyyy"
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
"1737476000"
The URL of the ISO file to download.
The provided URL must point to a valid ISO file accessible via HTTP or HTTPS.
"http://example.com/my-custom.iso"
Response
The custom ISO was successfully downloaded and added to the VPS.
The status of the operation.
"success"