| Parameter | Type | Required | Description |
|---|---|---|---|
id | int | No | Internal database ID |
vmid | string | No | Virtual server ID |
Authorization: Bearer ********************
{
"console": {
"type": "novnc",
"url": "https://node1.example.com:8006/?token=eyJhbGciOiJIUzI1NiIsInR5cCI...",
"expires_at": "2025-06-17T15:45:00Z"
}
}curl --location --request GET 'https://my.hitechcloud.vn/api/service//vms//console' \
--header 'Authorization: Bearer <token>'