curl --location --request GET 'https://dash.ryzehosting.com/api/v2/server/hardware' \
--header 'Authorization: Bearer <token>'{
"response": "Successfully fetched hardware list",
"state": "success",
"code": 200,
"data": [
{
"name": "nl_xeon",
"displayname": "Intel Xeon KVM-Server im SkyLink Data Center BV",
"datacenter": {
"name": "SkyLink Data Center BV",
"displayname": "SkyLink Data Center BV",
"country": "Niederlande",
"city": "Eygelshoven"
},
"configuration": {
"cores": {
"min": 1,
"max": 16,
"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
}
},
"pricing": {
"vcore": 0.5,
"ram_per_gb": 0.3,
"nvme_per_gb": 0.02,
"hdd_per_gb": 0,
"ipv4": 1,
"ipv6": 0.01,
"traffic_per_gbps": 0.25
}
},
{
"name": "nl_ryzen",
"displayname": "AMD Ryzen KVM-Server im SkyLink Data Center BV",
"datacenter": {
"name": "SkyLink Data Center BV",
"displayname": "SkyLink Data Center BV",
"country": "Niederlande",
"city": "Eygelshoven"
},
"configuration": {
"cores": {
"min": 1,
"max": 12,
"step": 1
},
"mem": {
"min": 1024,
"max": 65536,
"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
}
},
"pricing": {
"vcore": 1.4,
"ram_per_gb": 0.7,
"nvme_per_gb": 0.02,
"hdd_per_gb": 0,
"ipv4": 1,
"ipv6": 0.01,
"traffic_per_gbps": 0.25
}
}
]
}