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:
2021-07-05 09:57:38 -04:00
parent 21a1a7da9e
commit a69105569f
6 changed files with 15 additions and 1 deletions

View File

@ -535,6 +535,9 @@ class API_Node_Root(Resource):
domain_state:
type: string
description: The current domain (VM) state
pvc_version:
type: string
description: The current running PVC node daemon version
cpu_count:
type: integer
description: The number of available CPU cores