Response (application/json)
{
"status": "success",
"requestID": "60677ffa-df5f-4f35-996b-a7a1f59a298e",
"message": "all available host systems are shown below",
"data": [
{
"name": "de_epyc5",
"available": true,
"displayname": "AMD EPYC 5th Gen KVM-Server, NTT FRA1 Datacenter",
"datacenter": {
"name": "ntt",
"displayname": "NTT FRA1 Data Center",
"country": "Deutschland",
"city": "Frankfurt am Main"
},
"hardware": {
"processor": "AMD EPYC 9355P",
"memory": "Samsung DDR5 ECC 4800 MHz",
"nvme_hard_drives": "Samsung NVMe SSD PM9A3"
},
"configuration": {
"cores": {
"min": 1,
"max": 12,
"step": 1
},
"mem": {
"min": 1024,
"max": 131072,
"step": 1024
},
"disk": {
"min": 10,
"max": 750,
"step": 5
},
"ips": {
"min": 1,
"max": 6,
"step": 1
},
"backup_slots": {
"min": 2,
"max": 10,
"step": 1
},
"network_speed": {
"min": 1000,
"max": 1000,
"step": 1000
},
"storage": {
"min": 500,
"max": 5000,
"step": 500
}
}
},
{
"name": "de_epyc",
"available": true,
"displayname": "AMD EPYC 3rd Gen KVM-Server, NTT FRA1 Datacenter",
"datacenter": {
"name": "ntt",
"displayname": "NTT FRA1 Data Center",
"country": "Deutschland",
"city": "Frankfurt am Main"
},
"hardware": {
"processor": "AMD EPYC 7443P",
"memory": "Samsung registered DDR4 ECC 3200 MHz",
"nvme_hard_drives": "Samsung NVMe SSD PM9A3"
},
"configuration": {
"cores": {
"min": 1,
"max": 12,
"step": 1
},
"mem": {
"min": 1024,
"max": 131072,
"step": 1024
},
"disk": {
"min": 10,
"max": 750,
"step": 5
},
"ips": {
"min": 1,
"max": 6,
"step": 1
},
"backup_slots": {
"min": 2,
"max": 10,
"step": 1
},
"network_speed": {
"min": 1000,
"max": 1000,
"step": 1000
},
"storage": {
"min": 500,
"max": 5000,
"step": 500
}
}
},
{
"name": "de_ryzen",
"available": true,
"displayname": "AMD Ryzen KVM-Server, NTT FRA1 Datacenter",
"datacenter": {
"name": "ntt",
"displayname": "NTT FRA1 Data Center",
"country": "Deutschland",
"city": "Frankfurt am Main"
},
"hardware": {
"processor": "AMD Ryzen 9 7950X3D",
"memory": "Crucial DDR5 on-die ECC 5600 MHz",
"nvme_hard_drives": "Samsung NVMe SSD PM9A1"
},
"configuration": {
"cores": {
"min": 1,
"max": 8,
"step": 1
},
"mem": {
"min": 1024,
"max": 32768,
"step": 1024
},
"disk": {
"min": 10,
"max": 300,
"step": 5
},
"ips": {
"min": 1,
"max": 6,
"step": 1
},
"backup_slots": {
"min": 2,
"max": 10,
"step": 1
},
"network_speed": {
"min": 1000,
"max": 1000,
"step": 1000
},
"storage": {
"min": 500,
"max": 5000,
"step": 500
}
}
},
{
"name": "nl_xeon",
"available": true,
"displayname": "Intel Xeon KVM-Server, Skylink Datacenter",
"datacenter": {
"name": "skylink",
"displayname": "SkyLink Data Center BV",
"country": "Niederlande",
"city": "Eygelshoven"
},
"hardware": {
"processor": "Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz",
"memory": "Synchronous DDR4 ECC 2400 MHz",
"nvme_hard_drives": "Kioxia CD6-R U.3 NVMe SSD"
},
"configuration": {
"cores": {
"min": 1,
"max": 12,
"step": 1
},
"mem": {
"min": 1024,
"max": 131072,
"step": 1024
},
"disk": {
"min": 10,
"max": 500,
"step": 5
},
"ips": {
"min": 1,
"max": 6,
"step": 1
},
"backup_slots": {
"min": 2,
"max": 10,
"step": 1
},
"network_speed": {
"min": 1000,
"max": 5000,
"step": 1000
},
"storage": null
}
},
{
"name": "nl_ryzen",
"available": true,
"displayname": "AMD Ryzen KVM-Server, Skylink Datacenter",
"datacenter": {
"name": "skylink",
"displayname": "SkyLink Data Center BV",
"country": "Niederlande",
"city": "Eygelshoven"
},
"hardware": {
"processor": "AMD Ryzen 7 5800X @ 3.80GHz",
"memory": "Synchronous DDR4 3200 MHz",
"nvme_hard_drives": "Samsung NVMe SSD PM9A1"
},
"configuration": {
"cores": {
"min": 1,
"max": 8,
"step": 1
},
"mem": {
"min": 1024,
"max": 32768,
"step": 1024
},
"disk": {
"min": 10,
"max": 300,
"step": 5
},
"ips": {
"min": 1,
"max": 6,
"step": 1
},
"backup_slots": {
"min": 2,
"max": 10,
"step": 1
},
"network_speed": {
"min": 1000,
"max": 5000,
"step": 1000
},
"storage": null
}
}
]
}
cURL
curl "https://live.fireapi.de/vm/list/hosts" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen