Merge "Document Heat restore operation"

This commit is contained in:
Jenkins 2014-11-21 04:31:50 +00:00 committed by Gerrit Code Review
commit 22c92d0fcb
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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">