URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Response (application/json)
{
"status": "success",
"requestID": "d5fa8ace-2636-4cfb-bac3-2eaebaebeb2d",
"message": "Installation currently running",
"data": {
"status": "pending",
"progress": {
"percentage": 84
}
}
}
Response Enums
Response Parameter | Beschreibung |
---|---|
status | Status der Installation |
cURL
curl "https://live.fireapi.de/vm/:vmid/status/installation" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen