URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Response (application/json)
{
"status": "success",
"requestID": "a1d6f535-f64e-44b4-96e8-30308459994a",
"message": "all available traffic addons are listed below",
"data": {
"addons": {
"GIGABYTE_50": {
"volume": 50,
"price": {
"net": 0,
"gross": 0
}
},
"GIGABYTE_100": {
"volume": 100,
"price": {
"net": 0,
"gross": 0
}
},
"...": {}
}
}
}
cURL
curl "https://live.fireapi.de/vm/:vmid/traffic/addons" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen