fix os-quota-sets extension

Change-Id: I331ddceb14532d2490bc8717e5bead45c6cc8cd5
author: diane fleming
This commit is contained in:
Diane Fleming 2013-11-05 12:35:33 -06:00
parent f2d00a7cc5
commit e35c2f4a5b
2 changed files with 334 additions and 125 deletions

View File

@ -85,13 +85,27 @@
<!ENTITY imageListParameters <!ENTITY imageListParameters
' '
<param xmlns="http://wadl.dev.java.net/2009/02" name="changes-since" style="query" required="false" type="xsd:dateTime"><doc><p xmlns="http://www.w3.org/1999/xhtml">A time/date stamp for when the image last changed status.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="changes-since" style="query" required="false" type="xsd:dateTime"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="server" style="query" required="false" type="xsd:anyURI"><doc><p xmlns="http://www.w3.org/1999/xhtml">Name of the server in URL format.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
<param xmlns="http://wadl.dev.java.net/2009/02" name="name" style="query" required="false" type="xsd:string"><doc><p xmlns="http://www.w3.org/1999/xhtml">Name of the image as a string.</p></doc></param> title="changes-since"><para>A time/date stamp for when the image last changed status.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="status" style="query" required="false" type="csapi:ImageStatus"><doc><p xmlns="http://www.w3.org/1999/xhtml">Value of the status of the image so that you can filter on "ACTIVE" for example.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="server" style="query" required="false" type="xsd:anyURI"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker" style="query" required="false" type="csapi:UUID"><doc><p xmlns="http://www.w3.org/1999/xhtml">UUID of the image at which you want to set a marker.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit" style="query" required="false" type="xsd:int"><doc><p xmlns="http://www.w3.org/1999/xhtml">Integer value for the limit of values to return.</p></doc></param> title="server"><para>Name of the server in URL format.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="type" style="query" required="false" type="xsd:string" default="ALL"><doc><p xmlns="http://www.w3.org/1999/xhtml">Value of the type of image, such as BASE, SERVER, or ALL.</p></doc> <param xmlns="http://wadl.dev.java.net/2009/02" name="name" style="query" required="false" type="xsd:string"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="name"><para>Name of the image as a string.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="status" style="query" required="false" type="csapi:ImageStatus"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="status"><para>Value of the status of the image so that you can filter on "ACTIVE" for example.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker" style="query" required="false" type="csapi:UUID"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="marker"><para>UUID of the image at which you want to set a marker.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit" style="query" required="false" type="xsd:int"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="limit"><para>Integer value for the limit of values to return.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="type" style="query" required="false" type="xsd:string" default="ALL"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="type"><para>Value of the type of image, such as BASE, SERVER, or ALL.</para></wadl:doc>
<option value="BASE"/> <option value="BASE"/>
<option value="SERVER"/> <option value="SERVER"/>
<option value="ALL"/> <option value="ALL"/>
@ -103,58 +117,66 @@
<param name="server" style="plain" required="true" <param name="server" style="plain" required="true"
type="csapi:ServerForCreate" path="/csapi:server"> type="csapi:ServerForCreate" path="/csapi:server">
<doc xml:lang="EN" title="server"> <wadl:doc xml:lang="EN"
<p xmlns="http://www.w3.org/1999/xhtml" xmlns="http://docbook.org/ns/docbook" title="server">
>server.</p> <para>server.</para>
</doc> </wadl:doc>
</param> </param>
<param name="imageRef" style="plain" required="true" <param name="imageRef" style="plain" required="true"
type="csapi:string"> type="csapi:string">
<doc xml:lang="EN" title="imageRef"> <wadl:doc xml:lang="EN"
<p xmlns="http://www.w3.org/1999/xhtml">The xmlns="http://docbook.org/ns/docbook" title="imageRef">
<para>The
image reference for the desired image for image reference for the desired image for
your server instance.</p> your server instance.</para>
<p xmlns="http://www.w3.org/1999/xhtml" <para>Specify as an ID or full URL.</para></wadl:doc>
>Specify as an ID or full URL.</p></doc>
</param> </param>
<param name="flavorRef" style="plain" required="true" <param name="flavorRef" style="plain" required="true"
type="csapi:string"> type="csapi:string">
<doc xml:lang="EN" title="flavorRef"> <wadl:doc xml:lang="EN"
<p xmlns="http://www.w3.org/1999/xhtml">The xmlns="http://docbook.org/ns/docbook" title="flavorRef">
<para>The
flavor reference for the desired flavor flavor reference for the desired flavor
for your server instance.</p> for your server instance.</para>
<p xmlns="http://www.w3.org/1999/xhtml" <para>Specify as an ID or full URL.</para></wadl:doc>
>Specify as an ID or full URL.</p></doc>
</param> </param>
<param name="name" style="plain" required="true" <param name="name" style="plain" required="true"
type="csapi:string"> type="csapi:string">
<doc xml:lang="EN" title="name"> <wadl:doc xml:lang="EN"
<p xmlns="http://www.w3.org/1999/xhtml">The xmlns="http://docbook.org/ns/docbook" title="name">
name for your created server.</p></doc> <para>The
name for your created server.</para></wadl:doc>
</param> </param>
<param name="metadata" style="plain" required="false" <param name="metadata" style="plain" required="false"
type="csapi:string"> type="csapi:string">
<doc xml:lang="EN" title="metadata"> <wadl:doc xml:lang="EN"
<p xmlns="http://www.w3.org/1999/xhtml" xmlns="http://docbook.org/ns/docbook" title="metadata">
>Metadata key and value pairs. The maximum <para>Metadata key and value pairs. The maximum
size of the metadata key and value is 255 size of the metadata key and value is 255
bytes each.</p></doc> bytes each.</para></wadl:doc>
</param> </param>
<param name="personality" style="plain" <param name="personality" style="plain"
required="false" type="csapi:string"> required="false" type="csapi:string">
<doc xml:lang="EN" title="personality"> <wadl:doc xml:lang="EN"
<p xmlns="http://www.w3.org/1999/xhtml">File xmlns="http://docbook.org/ns/docbook" title="personality">
<para>File
path and contents (text only) to inject path and contents (text only) to inject
into the server at launch. The maximum into the server at launch. The maximum
size of the file path data is 255 bytes. size of the file path data is 255 bytes.
The maximum limit refers to the number of The maximum limit refers to the number of
bytes in the decoded data and not the bytes in the decoded data and not the
number of characters in the encoded number of characters in the encoded
data.</p></doc> data.</para></wadl:doc>
</param> </param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="security_group" style="plain" required="false" type="xsd:string"><doc><p xmlns="http://www.w3.org/1999/xhtml">The name of the security group. If blank, the server is created in the "default" security group.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="security_group" style="plain" required="false" type="xsd:string"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="user_data" style="plain" required="false" type="xsd:string"><doc><p xmlns="http://www.w3.org/1999/xhtml">Use to pass configuration information or scripts upon launch. Must be Base64 encoded.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
<param xmlns="http://wadl.dev.java.net/2009/02" name="availability_zone" style="plain" required="false" type="xsd:string"><doc><p xmlns="http://www.w3.org/1999/xhtml">The availability zone in which to launch the server.</p></doc></param> title="security_group"><para>The name of the security group. If blank, the server is created in the "default" security group.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="user_data" style="plain" required="false" type="xsd:string"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="user_data"><para>Use to pass configuration information or scripts upon launch. Must be Base64 encoded.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="availability_zone" style="plain" required="false" type="xsd:string"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="availability_zone"><para>The availability zone in which to launch the server.</para></wadl:doc></param>
'> '>
@ -162,37 +184,53 @@
<!ENTITY serverListParameters <!ENTITY serverListParameters
' '
<param xmlns="http://wadl.dev.java.net/2009/02" name="changes-since" style="query" required="false" type="xsd:dateTime"><doc><p xmlns="http://www.w3.org/1999/xhtml">A time/date stamp for when the server last changed status.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="changes-since" style="query" required="false" type="xsd:dateTime"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="image" style="query" required="false" type="xsd:anyURI"><doc><p xmlns="http://www.w3.org/1999/xhtml">Name of the image in URL format.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
<param xmlns="http://wadl.dev.java.net/2009/02" name="flavor" style="query" required="false" type="xsd:anyURI"><doc><p xmlns="http://www.w3.org/1999/xhtml">Name of the flavor in URL format.</p></doc></param> title="changes-since"><para>A time/date stamp for when the server last changed status.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="name" style="query" required="false" type="xsd:string"><doc><p xmlns="http://www.w3.org/1999/xhtml">Name of the server as a string.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="image" style="query" required="false" type="xsd:anyURI"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker" style="query" required="false" type="csapi:UUID"><doc><p xmlns="http://www.w3.org/1999/xhtml">UUID of the server at which you want to set a marker.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit" style="query" required="false" type="xsd:int"><doc><p xmlns="http://www.w3.org/1999/xhtml">Integer value for the limit of values to return.</p></doc></param> title="image"><para>Name of the image in URL format.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="status" style="query" required="false" type="csapi:ServerStatus"><doc><p xmlns="http://www.w3.org/1999/xhtml">Value of the status of the server so that you can filter on "ACTIVE" for example.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="flavor" style="query" required="false" type="xsd:anyURI"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="host" style="query" required="false" type="xsd:string"><doc><p xmlns="http://www.w3.org/1999/xhtml">Name of the host as a string.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
title="flavor"><para>Name of the flavor in URL format.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="name" style="query" required="false" type="xsd:string"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="name"><para>Name of the server as a string.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker" style="query" required="false" type="csapi:UUID"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="marker"><para>UUID of the server at which you want to set a marker.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit" style="query" required="false" type="xsd:int"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="limit"><para>Integer value for the limit of values to return.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="status" style="query" required="false" type="csapi:ServerStatus"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="status"><para>Value of the status of the server so that you can filter on "ACTIVE" for example.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="host" style="query" required="false" type="xsd:string"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="host"><para>Name of the host as a string.</para></wadl:doc></param>
'> '>
<!ENTITY serverResponseParameters <!ENTITY serverResponseParameters
' <param name="Location" style="header" required="true" ' <param name="Location" style="header" required="true"
type="xsd:anyURI"> type="xsd:anyURI">
<doc xml:lang="EN" title="Location"><p <wadl:doc xml:lang="EN"
xmlns="http://www.w3.org/1999/xhtml">Full URL xmlns="http://docbook.org/ns/docbook" title="Location"><para>Full URL
to a server created by the service.</p></doc> to a server created by the service.</para></wadl:doc>
</param> </param>
<param name="adminPass" style="plain" required="true" <param name="adminPass" style="plain" required="true"
type="xsd:string"> type="xsd:string">
<doc xml:lang="EN" title="adminPass"><p <wadl:doc xml:lang="EN"
xmlns="http://www.w3.org/1999/xhtml">The administrative password.</p></doc> xmlns="http://docbook.org/ns/docbook" title="adminPass"><para>The administrative password.</para></wadl:doc>
</param> </param>
<param name="id" style="plain" required="true" <param name="id" style="plain" required="true"
type="csapi:uuid"> type="csapi:uuid">
<doc xml:lang="EN" title="id"><p <wadl:doc xml:lang="EN"
xmlns="http://www.w3.org/1999/xhtml">The server ID.</p></doc> xmlns="http://docbook.org/ns/docbook" title="id"><para>The server ID.</para></wadl:doc>
</param> </param>
<param name="links" style="plain" required="true" <param name="links" style="plain" required="true"
type="xsd:string"> type="xsd:string">
<doc xml:lang="EN" title="id"><p <wadl:doc xml:lang="EN"
xmlns="http://www.w3.org/1999/xhtml">Server href and rel links.</p></doc> xmlns="http://docbook.org/ns/docbook" title="id"><para>Server href and rel links.</para></wadl:doc>
</param> </param>
'> '>
@ -200,185 +238,253 @@
<!ENTITY flavorListParameters <!ENTITY flavorListParameters
' '
<param xmlns="http://wadl.dev.java.net/2009/02" name="changes-since" style="query" required="false" type="xsd:dateTime"><doc><p xmlns="http://www.w3.org/1999/xhtml">A time/date stamp for when the flavor last changed.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="changes-since" style="query" required="false" type="xsd:dateTime"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="minDisk" style="query" required="false" type="xsd:int"><doc><p xmlns="http://www.w3.org/1999/xhtml">Integer value for the minimum disk space in GB so you can filter results.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
<param xmlns="http://wadl.dev.java.net/2009/02" name="minRam" style="query" required="false" type="xsd:int"><doc><p xmlns="http://www.w3.org/1999/xhtml">Integer value for the minimum RAM so you can filter results.</p></doc></param> title="changes-since"><para>A time/date stamp for when the flavor last changed.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker" style="query" required="false" type="csapi:UUID"><doc><p xmlns="http://www.w3.org/1999/xhtml">UUID of the flavor at which you want to set a marker.</p></doc></param> <param xmlns="http://wadl.dev.java.net/2009/02" name="minDisk" style="query" required="false" type="xsd:int"><wadl:doc xml:lang="EN"
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit" style="query" required="false" type="xsd:int"><doc><p xmlns="http://www.w3.org/1999/xhtml">Integer value for the limit of values to return.</p></doc></param> xmlns="http://docbook.org/ns/docbook"
title="minDisk"><para>Integer value for the minimum disk space in GB so you can filter results.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="minRam" style="query" required="false" type="xsd:int"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="minRam"><para>Integer value for the minimum RAM so you can filter results.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker" style="query" required="false" type="csapi:UUID"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="marker"><para>UUID of the flavor at which you want to set a marker.</para></wadl:doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="limit" style="query" required="false" type="xsd:int"><wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="limit"><para>Integer value for the limit of values to return.</para></wadl:doc></param>
'> '>
<!ENTITY quotaSetsReqParameters <!ENTITY quotaSetsReqParameters
' <param name="quota_set" style="plain" required="true" ' <param name="quota_set" style="plain" required="true"
type="xsd:string"> type="xsd:string">
<doc><p xmlns="http://www.w3.org/1999/xhtml">A <wadl:doc xml:lang="EN"
quota_set object.</p></doc> xmlns="http://docbook.org/ns/docbook"
title="quota_set"><para>A
quota_set object.</para></wadl:doc>
</param> </param>
<param name="cores" style="plain" required="false" <param name="cores" style="plain" required="false"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="cores"><para>The
number of instance cores allowed for each number of instance cores allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
<param name="fixed_ips " style="plain" required="false" <param name="fixed_ips " style="plain" required="false"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="fixed_ips"><para>The
number of fixed IP addresses allowed for each number of fixed IP addresses allowed for each
tenant. Must be equal to or greater than the tenant. Must be equal to or greater than the
number of allowed instances.</p></doc> number of allowed instances.</para></wadl:doc>
</param> </param>
<param name="floating_ips" style="plain" required="false" <param name="floating_ips" style="plain" required="false"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="floating_ips"><para>The
number of floating IP addresses allowed for number of floating IP addresses allowed for
each tenant.</p></doc> each tenant.</para></wadl:doc>
</param> </param>
<param name="id" style="plain" required="false" <param name="id" style="plain" required="false"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
ID for the quota set.</p></doc> xmlns="http://docbook.org/ns/docbook"
title="id"><para>The
ID for the quota set.</para></wadl:doc>
</param> </param>
<param name="injected_file_content_bytes" style="plain" <param name="injected_file_content_bytes" style="plain"
required="false" type="xsd:int"> required="false" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="injected_file_content_bytes"><para>The
number of bytes of content allowed for each number of bytes of content allowed for each
injected file.</p></doc> injected file.</para></wadl:doc>
</param> </param>
<param name="injected_file_path_bytes " style="plain" <param name="injected_file_path_bytes " style="plain"
required="false" type="xsd:int"> required="false" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="injected_file_path_bytes"><para>The
number of bytes allowed for each injected file number of bytes allowed for each injected file
path.</p></doc> path.</para></wadl:doc>
</param> </param>
<param name="injected_files" style="plain" <param name="injected_files" style="plain"
required="false" type="xsd:int"> required="false" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="injected_files"><para>The
number of injected files allowed for each number of injected files allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
<param name="instances" style="plain" required="false" <param name="instances" style="plain" required="false"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="instances"><para>The
number of instances allowed for each number of instances allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
<param name="key_pairs" style="plain" required="false" <param name="key_pairs" style="plain" required="false"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="key_pairs"><para>The
number of key pairs allowed for each number of key pairs allowed for each
user.</p></doc> user.</para></wadl:doc>
</param> </param>
<param name="metadata_items" style="plain" <param name="metadata_items" style="plain"
required="false" type="xsd:int"> required="false" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="metadata_items"><para>The
number of metadata items allowed for each number of metadata items allowed for each
instance.</p></doc> instance.</para></wadl:doc>
</param> </param>
<param name="ram" style="plain" required="false" <param name="ram" style="plain" required="false"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="ram"><para>The
amount of instance RAM in megabytes allowed amount of instance RAM in megabytes allowed
for each tenant.</p></doc> for each tenant.</para></wadl:doc>
</param> </param>
<param name="security_group_rules" style="plain" <param name="security_group_rules" style="plain"
required="false" type="xsd:int"> required="false" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="security_group_rules"><para>The
number of rules allowed for each security number of rules allowed for each security
group.</p></doc> group.</para></wadl:doc>
</param> </param>
<param name="security_groups" style="plain" <param name="security_groups" style="plain"
required="false" type="xsd:int"> required="false" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="security_groups"><para>The
number of security groups allowed for each number of security groups allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
'> '>
<!ENTITY quotaSetsRespParameters <!ENTITY quotaSetsRespParameters
' <param name="quota_set" style="plain" required="true" ' <param name="quota_set" style="plain" required="true"
type="xsd:string"> type="xsd:string">
<doc><p xmlns="http://www.w3.org/1999/xhtml">A <wadl:doc xml:lang="EN"
quota_set object.</p></doc> xmlns="http://docbook.org/ns/docbook"
title="quota_set"><para>A
quota_set object.</para></wadl:doc>
</param> </param>
<param name="cores" style="plain" required="true" <param name="cores" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="cores"><para>The
number of instance cores allowed for each number of instance cores allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
<param name="fixed_ips " style="plain" required="true" <param name="fixed_ips " style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="fixed_ips"><para>The
number of fixed IP addresses allowed for each number of fixed IP addresses allowed for each
tenant. Must be equal to or greater than the tenant. Must be equal to or greater than the
number of allowed instances.</p></doc> number of allowed instances.</para></wadl:doc>
</param> </param>
<param name="floating_ips" style="plain" required="true" <param name="floating_ips" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="floating_ips"><para>The
number of floating IP addresses allowed for number of floating IP addresses allowed for
each tenant.</p></doc> each tenant.</para></wadl:doc>
</param> </param>
<param name="id" style="plain" required="true" <param name="id" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
ID for the quota set.</p></doc> xmlns="http://docbook.org/ns/docbook"
title="id"><para>The
ID for the quota set.</para></wadl:doc>
</param> </param>
<param name="injected_file_content_bytes" style="plain" <param name="injected_file_content_bytes" style="plain"
required="true" type="xsd:int"> required="true" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="injected_file_content_bytes"><para>The
number of bytes of content allowed for each number of bytes of content allowed for each
injected file.</p></doc> injected file.</para></wadl:doc>
</param> </param>
<param name="injected_file_path_bytes " style="plain" <param name="injected_file_path_bytes " style="plain"
required="true" type="xsd:int"> required="true" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="injected_file_path_bytes"><para>The
number of bytes allowed for each injected file number of bytes allowed for each injected file
path.</p></doc> path.</para></wadl:doc>
</param> </param>
<param name="injected_files" style="plain" <param name="injected_files" style="plain"
required="true" type="xsd:int"> required="true" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="injected_files"><para>The
number of injected files allowed for each number of injected files allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
<param name="instances" style="plain" required="true" <param name="instances" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="instances"><para>The
number of instances allowed for each number of instances allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
<param name="key_pairs" style="plain" required="true" <param name="key_pairs" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="key_pairs"><para>The
number of key pairs allowed for each number of key pairs allowed for each
user.</p></doc> user.</para></wadl:doc>
</param> </param>
<param name="metadata_items" style="plain" <param name="metadata_items" style="plain"
required="true" type="xsd:int"> required="true" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="metadata_items"><para>The
number of metadata items allowed for each number of metadata items allowed for each
instance.</p></doc> instance.</para></wadl:doc>
</param> </param>
<param name="ram" style="plain" required="true" <param name="ram" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="ram"><para>The
amount of instance RAM in megabytes allowed amount of instance RAM in megabytes allowed
for each tenant.</p></doc> for each tenant.</para></wadl:doc>
</param> </param>
<param name="security_group_rules" style="plain" <param name="security_group_rules" style="plain"
required="false" type="xsd:int"> required="false" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="security_group_rules"><para>The
number of rules allowed for each security number of rules allowed for each security
group.</p></doc> group.</para></wadl:doc>
</param> </param>
<param name="security_groups" style="plain" <param name="security_groups" style="plain"
required="true" type="xsd:int"> required="true" type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="security_groups"><para>The
number of security groups allowed for each number of security groups allowed for each
tenant.</p></doc> tenant.</para></wadl:doc>
</param> </param>
'> '>
<!-- Useful for describing APIs --> <!-- Useful for describing APIs -->
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'> <!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>

View File

@ -217,33 +217,136 @@
>Shows details for quotas for a specified tenant and >Shows details for quotas for a specified tenant and
user.</para> user.</para>
</wadl:doc> </wadl:doc>
<response status="200"> &quotaSetsRespParameters; <param <response status="200">
name="in_use" style="plain" required="true" <param name="quota_set" style="plain" required="true"
type="xsd:int"> type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook" <wadl:doc xml:lang="EN"
xml:lang="EN" title="Show quota details for user"> xmlns="http://docbook.org/ns/docbook"
title="quota_set"><para>A quota_set
object.</para></wadl:doc>
</param>
<param name="cores" style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="cores"><para>A cores
object.</para></wadl:doc>
</param>
<param name="fixed_ips " style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="fixed_ips"><para>A fixed_ips
object.</para></wadl:doc>
</param>
<param name="floating_ips" style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="floating_ips"><para>A floating_ips
object.</para></wadl:doc>
</param>
<param name="id" style="plain" required="true"
type="csapi:UUID">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook" title="id"
><para>The ID for the quota
set.</para></wadl:doc>
</param>
<param name="injected_file_content_bytes" style="plain"
required="true" type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"><para>An
injected_file_content_bytes
object.</para></wadl:doc>
</param>
<param name="injected_file_path_bytes " style="plain"
required="true" type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="Show Quota Details for User"><para>An
injected_file_path_bytes
object.</para></wadl:doc>
</param>
<param name="injected_files" style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="injected_files"><para>An injected_files
object.</para></wadl:doc>
</param>
<param name="instances" style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="instances"><para>An instances
object.</para></wadl:doc>
</param>
<param name="key_pairs" style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="key_pairs"><para>A key_pairs
object.</para></wadl:doc>
</param>
<param name="metadata_items" style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="metadata_items"><para>A metadata_items
object.</para></wadl:doc>
</param>
<param name="ram" style="plain" required="true"
type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook" title="ram"
><para>A ram object.</para></wadl:doc>
</param>
<param name="security_group_rules" style="plain"
required="true" type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="security_group_rules"><para>A
security_group_rules object.</para></wadl:doc>
</param>
<param name="security_groups" style="plain"
required="true" type="xsd:string">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="security_groups"><para>A security_groups
object.</para></wadl:doc>
</param>
<param name="in_use" style="plain" type="xsd:int"
required="true">
<wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="in_use">
<para>The number of items in <para>The number of items in
use.</para></wadl:doc> use.</para></wadl:doc>
</param> </param>
<param name="limit" style="plain" required="true" <param name="limit" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc><p xmlns="http://www.w3.org/1999/xhtml">The <wadl:doc xml:lang="EN"
number of items permitted for this xmlns="http://docbook.org/ns/docbook"
tenant.</p></doc> title="limit"><para>The number of items permitted
for this tenant.</para></wadl:doc>
</param> </param>
<param name="reserved" style="plain" required="true" <param name="reserved" style="plain" required="true"
type="xsd:int"> type="xsd:int">
<doc xml:lang="EN"> <wadl:doc xml:lang="EN"
<p xmlns="http://www.w3.org/1999/xhtml">The number xmlns="http://docbook.org/ns/docbook"
of reserved items.</p></doc> title="reserved">
<para>The number of reserved
items.</para></wadl:doc>
</param> </param>
<representation mediaType="application/json"> <representation mediaType="application/json">
<doc xml:lang="EN" <wadl:doc xml:lang="EN"
xmlns="http://docbook.org/ns/docbook"
title="Show quota details for user: JSON response"> title="Show quota details for user: JSON response">
<xsdxt:code <xsdxt:code
href="../api_samples/os-quota-sets/quotas-user-show-detail-get-resp.json" href="../api_samples/os-quota-sets/quotas-user-show-detail-get-resp.json"
/> />
</doc> </wadl:doc>
</representation> </representation>
</response> </response>
</method> </method>