Ryzehosting
  1. Server
Ryzehosting
  • Server
    • List Servers
      GET
    • List OS
      GET
    • List Hardware
      GET
    • Order KVM
      POST
    • Update PTR
      PUT
    • Renew Server
      POST
    • Cancel Server
      POST
    • Get Config
      GET
    • Stop Server
      POST
    • Start Server
      POST
    • Restart Server
      POST
    • Reinstall Server
      POST
    • Update Password
      PUT
    • Get RRData
      GET
    • Get Status
      GET
    • Server VNC
      GET
  • Account
    • Account Balance
      GET
  1. Server

List Hardware

GET
/api/v1/server/host

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dash.ryzehosting.com/api/v1/server/host' \
--header 'Authorization: Bearer <API-KEY>'
Response Response Example
{
    "response": "All available host systems are shown below",
    "state": "success",
    "code": 200,
    "data": [
        {
            "name": "nl_xeon",
            "displayname": "XEON KVM-Server im SkyLink Data Center BV",
            "datacenter": {
                "name": "SkyLink Data Center BV",
                "displayname": "SkyLink Data Center BV",
                "country": "Niederlande",
                "city": "Eygelshoven"
            },
            "hardware": {
                "processor": "Intel(R) Xeon(R) Prozessor E5-2697 v4",
                "memory": "HP 809085-091 Equivalent 64GB PC4-2400 LRDIMM Memory RAM",
                "nvme_hard_drives": "Samsung MZ1L21T9HCLS-00A07 PM9A3 1.92TB PCI-E Gen4 x4 M.2 SSD"
            },
            "configuration": {
                "cores": {
                    "min": 1,
                    "max": 12,
                    "step": 1
                },
                "mem": {
                    "min": 1024,
                    "max": 131072,
                    "step": 1024
                },
                "disk": {
                    "min": 10,
                    "max": 500,
                    "step": 10
                },
                "ip4": {
                    "min": 1,
                    "max": 32,
                    "step": 1
                },
                "ip6": {
                    "min": 1,
                    "max": 32,
                    "step": 1
                },
                "network_speed": {
                    "min": 1250,
                    "max": 1250,
                    "step": 125
                }
            }
        },
        {
            "name": "nl_ryzen",
            "displayname": "AMD KVM-Server im SkyLink Data Center BV",
            "datacenter": {
                "name": "SkyLink Data Center BV",
                "displayname": "SkyLink Data Center BV",
                "country": "Niederlande",
                "city": "Eygelshoven"
            },
            "hardware": {
                "processor": "AMD Ryzenâ„¢ 9 9950X",
                "memory": "Unknown",
                "nvme_hard_drives": "Unknown"
            },
            "configuration": {
                "cores": {
                    "min": 1,
                    "max": 8,
                    "step": 1
                },
                "mem": {
                    "min": 1024,
                    "max": 32768,
                    "step": 1024
                },
                "disk": {
                    "min": 10,
                    "max": 300,
                    "step": 10
                },
                "ip4": {
                    "min": 1,
                    "max": 32,
                    "step": 1
                },
                "ip6": {
                    "min": 1,
                    "max": 32,
                    "step": 1
                },
                "network_speed": {
                    "min": 1250,
                    "max": 1250,
                    "step": 125
                }
            }
        }
    ]
}
Modified at 2025-10-17 19:11:54
Previous
List OS
Next
Order KVM
Built with