URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Response (application/json)
{
"status": "success",
"requestID": "e04d75eb-d9b4-41d7-a86f-4cd18758dafd",
"message": "monitoring timings are listed below",
"data": {
"timings": [
{
"date": "2024-01-03T22:34:02.000Z",
"cpu": "0.481",
"mem": "1.261",
"ping": 19
},
{
"date": "2024-01-03T22:44:02.000Z",
"cpu": "0.461",
"mem": "1.261",
"ping": 18
},
{
"date": "2024-01-03T22:54:02.000Z",
"cpu": "0.539",
"mem": "1.261",
"ping": 21
}
]
}
}
cURL
curl "https://live.fireapi.de/vm/:vmid/monitoring/timings" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen