Add snapshot lists and timestamp

Adds snapshots to the list of data in VM objects
This commit is contained in:
2024-05-21 13:14:55 -04:00
parent 0c240a5129
commit 6fc7f45027
5 changed files with 131 additions and 4 deletions

View File

@ -724,6 +724,7 @@ class ZKSchema(object):
# The schema of an individual domain snapshot entry (/domains/{domain}/snapshots/{snapshot})
"domain_snapshot": {
"name": "", # The root key
"timestamp": "/timestamp",
"is_backup": "/is_backup",
"xml": "/xml",
"rbd_snapshots": "/rbdsnaplist",