URL Variablen
| Name | Beschreibung |
|---|---|
| internal_id | internal_id des Servers, abrufbar über den /api/account/services Endpunkt, oder in URL der Verwaltung des Servers im Control Panel ersichtlich |
Response (application/json)
{
"status": "success",
"message": "current traffic usage for June in GB is displayed below",
"data": {
"month": "JUNE",
"usage": {
"total": 7.12,
"in": 6.53,
"out": 0.59
},
"limit": {
"monthly": 1000,
"additional": null,
"remaining": 994.06,
"vm_status": "normal"
}
}
}
cURL
curl "https://manage.24fire.de/api/kvm/:internal_id/traffic/current" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-Fire-Apikey: [Dein API-Key]"
Anfrage testen