POST
/
kvm
/
v2
/
get
/
isos
curl --request POST \
  --url https://{api_host}.edisglobal.com/kvm/v2/get/isos \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data signature=session_signature_12345 \
  --data kvm_id=kvm_xxxxx_yyyyy \
  --data valid_until=2025-01-12T15:30:00Z
{
  "data": [
    "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"
  ],
  "status": "success"
}

Body

application/x-www-form-urlencoded
Required parameters to retrieve the ISO list.
signature
string

The session signature obtained from the "Create AUTH-session" call."

kvm_id
string

The unique identifier of the KVM."

valid_until
string

The expiration timestamp of the session obtained from the "Create AUTH-session" call."

Response

200
application/json
A list of available ISO files retrieved successfully.
data
string[]

The list of available ISO files.

status
string

The status of the request.