Merge "Add Response table for creating a stack from existing resourses"
This commit is contained in:
commit
440cddfeb5
@ -827,6 +827,34 @@
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY createStackResponseParameters '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
name="id" style="plain" required="true"
|
||||
type="csapi:UUID">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
The UUID of the system-assigned stack.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
name="links" style="plain" required="true"
|
||||
type="xsd:list">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
A list of URLs for the stack. Each URL is a JSON object with
|
||||
an <code>href</code> key indicating the URL and a
|
||||
<code>rel</code> key indicating its relationship to the
|
||||
stack in question. There may be multiple links returned. The
|
||||
<code>self</code> relationship identifies the URL of the
|
||||
stack itself.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY stackoutputResponseParameters '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
name="output_key" style="plain" required="true"
|
||||
|
@ -896,6 +896,7 @@
|
||||
xml:lang="EN">
|
||||
<xsdxt:code href="samples/stack-create-response.json"/>
|
||||
</wadl:doc>
|
||||
&createStackResponseParameters;
|
||||
</representation>
|
||||
</response>
|
||||
&commonFaults;
|
||||
|
Loading…
x
Reference in New Issue
Block a user