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:
@ -1302,6 +1302,19 @@
|
||||
"description": "The topology of the assigned vCPUs in Sockets/Cores/Threads format",
|
||||
"type": "string"
|
||||
},
|
||||
"vnc": {
|
||||
"properties": {
|
||||
"listen": {
|
||||
"description": "The active VNC listen address or 'None'",
|
||||
"type": "string"
|
||||
},
|
||||
"port": {
|
||||
"description": "The active VNC port or 'None'",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"xml": {
|
||||
"description": "The raw Libvirt XML definition of the VM",
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user