Add live VNC information to domain output
Sets in the node daemon, returns via the API, and shows in the CLI, information about the live VNC listen address and port for VNC-enabled VMs. Closes #115
This commit is contained in:
@ -1023,6 +1023,15 @@ class API_VM_Root(Resource):
|
||||
console:
|
||||
type: string
|
||||
descritpion: The serial console type of the VM
|
||||
vnc:
|
||||
type: object
|
||||
properties:
|
||||
listen:
|
||||
type: string
|
||||
description: The active VNC listen address or 'None'
|
||||
port:
|
||||
type: string
|
||||
description: The active VNC port or 'None'
|
||||
emulator:
|
||||
type: string
|
||||
description: The binary emulator of the VM
|
||||
|
Reference in New Issue
Block a user