Response (application/json)
{
"status": "success",
"requestID": "67a1d25e-670b-48fb-a008-d75d57386516",
"message": "All your dedicated servers are listed below",
"data": {
"list": [
{
"identifier": "b8d44aea-ea8f-47be-b859-2c23621706d9",
"deployed": true,
"accounting": {
"price": {
"net": 0,
"gross": 0
},
"runtime": {
"amount": 30,
"unit": "days"
},
"renew": "2023-11-16T19:28:34.000Z",
"terminated": false
},
"management": {
"dashboard": "https:\/\/manage.my-dedicated.de",
"username": "username",
"email": "email",
"password": "password"
},
"datacenter": {
"name": "skylink",
"displayname": "SkyLink Data Center BV",
"country": "Niederlande",
"city": "Eygelshoven"
},
"hardware": {
"cpu": {
"cores": 6,
"type": "AMD Ryzen 5 5600X"
},
"memory": {
"size": 32,
"unit": "GB",
"type": "DDR4"
},
"disks": [
{
"amount": 3,
"size": 3840,
"total_size": 11520,
"unit": "GB",
"type": "Samsung NVMe M.2 Datacenter SSD"
}
]
},
"ips": {
"ipv4": [
{
"address": "42.29.105.60",
"gateway": "42.29.105.1"
},
{
"address": "42.29.105.61",
"gateway": "42.29.105.1"
},
{
"address": "42.29.105.62",
"gateway": "42.29.105.1"
}
],
"ipv6": []
},
"network": {
"traffic": {
"limit": false,
"amount": null,
"unit": null
},
"connection": "1x 10G"
}
}
]
}
}
cURL
curl "https://live.fireapi.de/dedicated/list" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen