Ryzehosting
  1. server
Ryzehosting
  • account
    • redeem voucher
      POST
    • save address
      POST
    • affiliate stats
      GET
    • transactions
      GET
    • get address
      GET
    • dashboard
      GET
    • balance
      GET
    • session
      GET
  • domain
    • whois privacy update
      POST
    • whois privacy get
      GET
    • contact update
      POST
    • nameservers
      POST
    • dns-records
      GET
    • contact get
      GET
    • dns update
      POST
    • authcode
      POST
    • pricelist
      GET
    • details
      GET
    • check
      POST
    • order
      POST
    • list
      GET
  • server
    • ipaddresses
      GET
    • password
      POST
    • hardware
      GET
    • reinstall
      POST
    • rrddata
      GET
    • cancel
      POST
    • status
      GET
    • prices
      GET
    • config
      GET
    • renew
      POST
    • power
      POST
    • hosts
      GET
    • order
      POST
    • vnc
      GET
    • list
      GET
    • ptr
      POST
    • os
      GET
  • webspace
    • packages
    • details
    • renew
    • status
    • order
    • list
  • ryzectrl
    • packages
    • details
    • renew
    • order
    • list
  • ticket
    • messages
    • message
    • details
    • create
    • open
    • close
    • list
  • tools
    • Create UUID
    • Iban Verify
    • Network
    • NoVNC
    • Whois
  • Schemas
    • Unauthorized
    • Success
  1. server

os

GET
server/os

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dash.ryzehosting.com/api/v2/server/os' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success
{
    "response": "Successfully fetched OS list",
    "state": "success",
    "code": 200,
    "data": [
        {
            "name": "debian10",
            "display_name": "Debian 10",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/debian.png"
        },
        {
            "name": "debian11",
            "display_name": "Debian 11",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/debian.png"
        },
        {
            "name": "debian12",
            "display_name": "Debian 12",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/debian.png"
        },
        {
            "name": "debian13",
            "display_name": "Debian 13",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/debian.png"
        },
        {
            "name": "archlinux",
            "display_name": "ArchLinux",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/archlinux.png"
        },
        {
            "name": "fedora",
            "display_name": "Fedora",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/fedora.png"
        },
        {
            "name": "ubuntu18.04",
            "display_name": "Ubuntu 18.04",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/ubuntu.png"
        },
        {
            "name": "ubuntu20.04",
            "display_name": "Ubuntu 20.04",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/ubuntu.png"
        },
        {
            "name": "ubuntu22.04",
            "display_name": "Ubuntu 22.04",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/ubuntu.png"
        },
        {
            "name": "ubuntu24.04",
            "display_name": "Ubuntu 24.04",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/ubuntu.png"
        },
        {
            "name": "almalinux9",
            "display_name": "AlmaLinux 9",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/almalinux.png"
        },
        {
            "name": "almalinux10",
            "display_name": "AlmaLinux 10",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/almalinux.png"
        },
        {
            "name": "centos8",
            "display_name": "CentOS 8",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/centos.png"
        },
        {
            "name": "centos9",
            "display_name": "CentOS 9",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/centos.png"
        },
        {
            "name": "centos10",
            "display_name": "CentOS 10",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/centos.png"
        },
        {
            "name": "rockylinux9",
            "display_name": "RockyLinux 9",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/rockylinux.png"
        },
        {
            "name": "rockylinux10",
            "display_name": "RockyLinux 10",
            "minDiskSize": 10,
            "image": "https://cdn.ryzehosting.com/os/rockylinux.png"
        }
    ]
}
Modified at 2025-12-30 03:59:21
Previous
ptr
Next
packages
Built with