Merge "document snapshot auto-delete"
This commit is contained in:
commit
5dd3ebcb6d
@ -920,7 +920,7 @@ are specified, this value overrides any value provided for
|
|||||||
<method name="DELETE" id="stack_delete">
|
<method name="DELETE" id="stack_delete">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||||
title="Delete stack">
|
title="Delete stack">
|
||||||
<para role="shortdesc">Deletes a specified stack.</para>
|
<para role="shortdesc">Deletes a specified stack and any snapshots of that stack.</para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="204"/>
|
<response status="204"/>
|
||||||
</method>
|
</method>
|
||||||
@ -944,7 +944,7 @@ are specified, this value overrides any value provided for
|
|||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||||
title="Snapshot stack">
|
title="Snapshot stack">
|
||||||
<para role="shortdesc">Takes a snapshot of all the resources in the
|
<para role="shortdesc">Takes a snapshot of all the resources in the
|
||||||
stack.</para>
|
stack. All snapshots are deleted upon deletion of the stack.</para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<request>
|
<request>
|
||||||
<representation mediaType="application/json">
|
<representation mediaType="application/json">
|
||||||
@ -997,7 +997,9 @@ are specified, this value overrides any value provided for
|
|||||||
<method name="POST" id="stack_restore_snapshot">
|
<method name="POST" id="stack_restore_snapshot">
|
||||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||||
title="Restore snapshot">
|
title="Restore snapshot">
|
||||||
<para role="shortdesc">Restore a stack snapshot.</para>
|
<para role="shortdesc">Restore a stack snapshot. Only active stacks
|
||||||
|
can be restored from a snapshot. Deleted stacks must be
|
||||||
|
recreated.</para>
|
||||||
</wadl:doc>
|
</wadl:doc>
|
||||||
<response status="202"/>
|
<response status="202"/>
|
||||||
</method>
|
</method>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user