List Operating Systems
List all operating systems we support for prebuilt images.
List URL:
GEThttps://api.hyperleaf.com/api/os/list
Get Example
curl https://api.hyperleaf.com/api/os/list?key=mykeyActual Response
{
"status": "ok",
"count": 12,
"data": [
{
"id": "1",
"os_name": "RockyLinux 8.6",
"os_type": "linux",
"short": "rocky8",
"status": "active"
},
{
"id": "3",
"os_name": "Ubuntu 22.0.4 LTS",
"os_type": "linux",
"short": "ubuntu22",
"status": "active"
},
{
"id": "4",
"os_name": "Windows 2022",
"os_type": "windows",
"short": "windows",
"status": "active"
},
{
"id": "5",
"os_name": "Debian 10.12",
"os_type": "linux",
"short": "debian10",
"status": "active"
},
{
"id": "6",
"os_name": "Debian 11.6",
"os_type": "linux",
"short": "debian11",
"status": "active"
},
{
"id": "7",
"os_name": "Centos 7",
"os_type": "linux",
"short": "centos7",
"status": "active"
},
{
"id": "8",
"os_name": "AlmaLinux 9",
"os_type": "linux",
"short": "almalinux9",
"status": "active"
},
{
"id": "9",
"os_name": "Centos 9",
"os_type": "linux",
"short": "centos9stream",
"status": "active"
},
{
"id": "10",
"os_name": "RockyLinux 9",
"os_type": "linux",
"short": "rocky9",
"status": "active"
},
{
"id": "11",
"os_name": "Ubuntu 20.0.4 LTS",
"os_type": "linux",
"short": "ubuntu20",
"status": "active"
},
{
"id": "12",
"os_name": "Ubuntu 18.0.4 LTS",
"os_type": "linux",
"short": "ubuntu18",
"status": "active"
},
{
"id": "13",
"os_name": "FreePBX 16",
"os_type": "linux",
"short": "freepbx16",
"status": "active"
}
]
}Last updated