Installation
ISO Images
This endpoint retrieves a list of available ISO files that can be used for installation on 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 from the
“Create AUTH-session” response to authenticate the request.
POST
Body
application/x-www-form-urlencoded
Required parameters to retrieve the ISO list.
The session signature obtained from the "Create AUTH-session" call."
Example:
"session_signature_12345"
The unique identifier of the KVM."
Example:
"kvm_xxxxx_yyyyy"
The expiration timestamp of the session obtained from the "Create AUTH-session" call."
Example:
"2025-01-12T15:30:00Z"
Response
200
application/json
A list of available ISO files retrieved successfully.
The list of available ISO files.
Example:
[
"0_SystemRescue-10.02-amd64.iso",
"Kali-linux-2021.1-installer-netinst-amd64.iso",
"LinuxMint-20.3-Desktop-xfce-64bit.iso",
"MikroTik-RouterOS-6.48.6.iso",
"MikroTik-RouterOS-7.2.iso",
"Windows_Server_2016_RS1_EVAL_x64_ENG.iso",
"Windows_Server_2019_RS5_EVAL_x64_EN-US.iso",
"Windows_Server_2022_EVAL_x64_EN-US.iso",
"netgate-installer-amd64.iso"
]
The status of the request.
Example:
"success"
Was this page helpful?