Merge "Document Heat restore operation"
This commit is contained in:
commit
22c92d0fcb
@ -53,6 +53,7 @@
|
||||
<wadl:resource
|
||||
href="../wadls/orchestration-api/src/v1/orchestration-api.wadl#snapshot_id">
|
||||
<wadl:method href="#stack_show_snapshot"/>
|
||||
<wadl:method href="#stack_restore_snapshot"/>
|
||||
<wadl:method href="#stack_delete_snapshot"/>
|
||||
</wadl:resource>
|
||||
</wadl:resources>
|
||||
|
@ -122,6 +122,7 @@ are specified, this value overrides any value provided for
|
||||
snapshot.</para></wadl:doc>
|
||||
</param>
|
||||
<method href="#stack_show_snapshot"/>
|
||||
<method href="#stack_restore_snapshot"/>
|
||||
<method href="#stack_delete_snapshot"/>
|
||||
</resource>
|
||||
</resource>
|
||||
@ -890,6 +891,13 @@ are specified, this value overrides any value provided for
|
||||
</representation>
|
||||
</response>
|
||||
</method>
|
||||
<method name="POST" id="stack_restore_snapshot">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||
title="Restore snapshot">
|
||||
<para role="shortdesc">Restore a stack snapshot.</para>
|
||||
</wadl:doc>
|
||||
<response status="202"/>
|
||||
</method>
|
||||
<method name="DELETE" id="stack_delete_snapshot">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
|
||||
title="Delete snapshot">
|
||||
|
Loading…
x
Reference in New Issue
Block a user