Add node PVC version data to Node information
Allows API client to see the currently-active version of the node daemon.
This commit is contained in:
@ -464,6 +464,10 @@
|
||||
"description": "The current operating system type",
|
||||
"type": "string"
|
||||
},
|
||||
"pvc_version": {
|
||||
"description": "The current running PVC node daemon version",
|
||||
"type": "string"
|
||||
},
|
||||
"running_domains": {
|
||||
"description": "The list of running domains (VMs) by UUID",
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user