Merge "Adding parameter to "List agent builds""

This commit is contained in:
Jenkins 2016-04-01 06:49:45 +00:00 committed by Gerrit Code Review
commit 1f1c238d9f

View File

@ -61,6 +61,49 @@
xmlns="http://docbook.org/ns/docbook">
<para role="shortdesc">Lists agent builds.</para>
</wadl:doc>
<request>
<param name="agent_id" style="plain" required="true" type="csapi:UUID">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The UUID of the agent.
</para>
</wadl:doc>
</param>
<param name="architecture" style="plain" required="true" type="xsd:string">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The architecture of agent.
</para>
</wadl:doc>
</param>
<param name="hypervisor" style="plain" required="true" type="xsd:string">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The hypervisor of agent.
</para>
</wadl:doc>
</param>
<param name="url" style="plain"
required="true" type="xsd:string">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The URL
associated with the
agent.</para></wadl:doc>
</param>
<param name="md5hash" style="plain"
required="true" type="xsd:string">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The MD5 hash.</para></wadl:doc>
</param>
<param name="version" style="plain"
required="true" type="xsd:string">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"><para>The version.</para></wadl:doc>
</param>
</request>
<response status="200">
<representation mediaType="application/json">
<wadl:doc xml:lang="EN"