URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Response (application/json)
{
"status": "success",
"requestID": "27e07f93-ec58-4b22-8fb2-5e050893ee0b",
"message": "VM password was successfully reset",
"data": {
"password": "??2jJpvKkPW6"
}
}
cURL
curl "https://live.fireapi.de/vm/:vmid/password-reset" -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY" -d ""
Anfrage testen