URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Response (application/json)
{
"status": "success",
"requestID": "7436bb41-43e8-4a8a-87c3-9329b36fb7c3",
"message": "NoVNC Console URL generated",
"data": {
"link": "https:\/\/console.novnc.de:46156\/vnc.html?password=AA%B5TW%2B%40A&autoconnect=true&resize=scale"
}
}
cURL
curl "https://live.fireapi.de/vm/:vmid/novnc" -X POST -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY" -d ""
Anfrage testen