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:
@ -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
|
||||
|
Reference in New Issue
Block a user