Skip to main content

Request_Console

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Please wait a few seconds and visit the below link to access your VNC console URL
urlstring

Webhook URL Hyperstack calls when the resource changes state.

Example: /core/virtual-machines/793490/console/2299076
Request_Console
{
"status": true,
"message": "Please wait a few seconds and visit the below link to access your VNC console URL",
"url": "/core/virtual-machines/793490/console/2299076"
}