Fix object-api wadl for use in the dev guide

Partial-Bug: #1187119

Change-Id: I8feeb1dbc6ed9a25be1fc42cbfc79af2ab29bbcd
author: diane fleming
This commit is contained in:
Diane Fleming 2014-01-02 12:17:52 -06:00
parent b1fe44c733
commit 8ae1e64b40
1 changed files with 12 additions and 62 deletions

View File

@ -77,30 +77,32 @@
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit"
style="query" required="false" type="xsd:int">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The number limit of
results.</para></wadl:doc>
xml:lang="EN"><para>For an integer value
<replaceable>n</replaceable>, limits the
number of results to n values.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker"
style="query" required="false" type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Marker value. Operation returns
object names that are greater than this
value.</para></wadl:doc>
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names greater in value than the
specified marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="end_marker" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>End marker value. Operation
returns object names that are less than this
value.</para></wadl:doc>
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names less in value than the specified
marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="format"
style="query" required="false" type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Value of the serialized response
format, which is either JSON or
XML.</para></wadl:doc>
format. Either json or xml.</para></wadl:doc>
</param>
<method href="#listContainers"/>
</resource_type>
@ -169,49 +171,6 @@
container names less than the specified value.</para>
</wadl:doc>
<request>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="limit" style="query" required="false"
type="xsd:int">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>For an integer value
<replaceable>n</replaceable>, limits the
number of results to n
values.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="marker" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names greater in value than the
specified marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="end_marker" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Given a string value
<replaceable>x</replaceable>, returns
container names less in value than the
specified marker.</para></wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="format" style="query" required="false"
type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>Value of the serialized
response format. Either json or
xml.</para></wadl:doc>
</param>
<!-- <representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"
title="List containers request: HTTP">
<xsdxt:code
href="samples/listcontainers_httphead.msg"/>
</wadl:doc>
</representation> -->
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"
@ -241,15 +200,6 @@
/>
</wadl:doc>
</representation>
<!--<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"
title="List containers response: HTTP">
<xsdxt:code
href="samples/listcontainers_http_response.msg"
/>
</wadl:doc>
</representation>-->
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"