URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Body Parameter (application/x-www-form-urlencoded)
Name | Format | Beschreibung | Optional |
---|---|---|---|
os | Enum (vm.os) | Betriebssystem aus OS-Liste (Wenn os nicht übergeben wird, wird das aktuelle Betriebsystem neu installiert) |
Response (application/json)
{
"status": "success",
"requestID": "1f90e98b-2b9d-4a22-bed2-2a65cd7e1474",
"message": "reinstallation completed successfully, vm is booting now",
"data": null
}
cURL
curl "https://live.fireapi.de/vm/:vmid/reinstall" -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY" -d "os=REPLACE_VALUE"
Anfrage testen