Merge "Sort query string param for GET volumes"

This commit is contained in:
Jenkins 2015-03-08 14:47:59 +00:00 committed by Gerrit Code Review
commit 1d39470691
2 changed files with 20 additions and 0 deletions

View File

@ -513,6 +513,18 @@
xml:lang="EN">
<para>Number of VCPUs.</para></wadl:doc>
</param>'>
<!ENTITY volumeListQueryParameters '
<param xmlns="http://wadl.dev.java.net/2009/02"
name="sort" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>Comma-separated list of sort keys and optional sort
directions in the form of &lt;key&gt;[:&lt;direction&gt;].
Valid directions are <code>asc</code> (ascending) or
<code>desc</code> (descending).</para></wadl:doc>
</param>'>
<!ENTITY quotaSetsReqParameters '
<param name="quota_set" style="plain" required="true"
xmlns="http://wadl.dev.java.net/2009/02"

View File

@ -449,6 +449,10 @@
Block Storage volumes that the tenant who submits the
request can access.</para>
</wadl:doc>
<request>
<representation mediaType="application/xml">
&volumeListQueryParameters; </representation>
</request>
<response status="200">
<representation mediaType="application/xml">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
@ -475,6 +479,10 @@
Block Storage volumes that the tenant who submits the
request can access.</para>
</wadl:doc>
<request>
<representation mediaType="application/xml">
&volumeListQueryParameters; </representation>
</request>
<response status="200">
<representation mediaType="application/xml">
<wadl:doc xmlns="http://docbook.org/ns/docbook"