diff --git a/docs/formatsnapshot.html.in b/docs/formatsnapshot.html.in new file mode 100644 index 0000000000..79ed1d234a --- /dev/null +++ b/docs/formatsnapshot.html.in @@ -0,0 +1,72 @@ + +
+
+ Attributes of libvirt snapshots are stored as child elements of
+ the domainsnapshot
element. At snapshot creation
+ time, only the name
and description
+ elements are settable; the rest of the fields are informational
+ (and readonly) and will be filled in by libvirt when the
+ snapshot is created.
+
+ The top-level domainsnapshot
element may contain
+ the following elements:
+
name
description
creationTime
state
parent
domain
+ <domainsnapshot> + <name>os-updates</name> + <description>Snapshot of OS install and updates</description> + <state>running</state> + <creationTime>1270477159</creationTime> + <parent> + <name>bare-os-install</name> + </parent> + <domain> + <uuid>93a5c045-6457-2c09-e56c-927cdf34e178</uuid> + </domain> + </domainsnapshot>+ + diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 76d8faa7c8..0c3f0c3e07 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -114,6 +114,10 @@ Secrets The secret XML format +