diff --git a/api-ref/src/wadls/compute-api/src/v2.1/common.ent b/api-ref/src/wadls/compute-api/src/v2.1/common.ent
index 5849a851f..6d9076986 100644
--- a/api-ref/src/wadls/compute-api/src/v2.1/common.ent
+++ b/api-ref/src/wadls/compute-api/src/v2.1/common.ent
@@ -90,7 +90,7 @@
- A time/date stamp for when the image last changed status.
+ Filters the results by a specified last changed value for the image.
- Name of the server in URL format.
+ Filters the results by a specified server name in URL format.
+ name="name" style="query" required="false" type="xsd:string">
- Name of the image as a string.
+ Filters the results by a specified server name in string format.
- Value of the status of the image so that you can filter on "ACTIVE" for example.
-
-
-
-
- UUID of the image at which you want to set a marker.
-
-
-
-
- Integer value for the limit of values to return.
+
+ Filters the results by a specified image status. For example,
+ ACTIVE.
+
+&limitMarkerReqParameter;
- Value of the type of image, such as BASE, SERVER, or ALL.
+
+ Filters the results by a specified image type. For example,
+ BASE, SERVER, or ALL.
+
@@ -153,8 +144,8 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
- The name of the security group. If blank, the server is
- created in the default security group.
+ The name of the security group in which the server is created. Default
+ is the default security group.
@@ -165,8 +156,8 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
- You must base64-encode any configuration information or script that you
- want to use on launch.
+ Base64-encoded configuration information or script that you want to use
+ on launch.
@@ -200,8 +191,7 @@
The image reference for the desired image
for your server instance.
- Specify as an ID or full
- URL.
+ Specify as an ID or full URL.
@@ -215,8 +205,7 @@
The flavor reference for the desired flavor
for your server instance.
- Specify as an ID or full
- URL.
+ Specify as an ID or full URL.
@@ -268,6 +257,15 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02">
The tenant ID in a multi-tenancy cloud.
+
+
+
+ Filters the results by a specified server status. For example,
+ ACTIVE.
+
'>
- A time/date stamp for when the server
- last changed status.
+ Filters the results by a specified
+ last-changed time and date stamp value for the server.
@@ -444,7 +442,7 @@
- Name of the image in URL format.
+ Filters the results by a specified image name in URL format.
- Name of the flavor in URL format.
+ Filters the results by a specified flavor name in URL format.
+ name="name" style="query" required="false" type="xsd:string">
- Name of the server as a string.
-
-
-
-
- UUID of the server at which you want to set a marker.
-
-
-
-
- Integer value for the limit of values to return.
+ Filters the results by a specified server name in string format.
+&limitMarkerReqParameter;
- Value of the status of the server so that you can filter on
- "ACTIVE" for example.
+
+ Filters the results by a specified server status. For example,
+ ACTIVE.
@@ -494,7 +478,7 @@
- Name of the host as a string.
+ Filters the results by a specified host name in string format.
'>
@@ -504,7 +488,10 @@
- A time/date stamp for when the flavor last changed.
+
+ Filters the results by a specified last-changed time and date stamp value
+ for the flavor.
+
'>
- A time/date stamp for when the flavor last changed.
+
+ Filters the results by a specified last-changed time and date stamp value
+ for the flavor.
+
- Integer value for the minimum disk space in GB so you can filter results.
+ Filters the results by a specified minimum disk space in GB.
- Integer value for the minimum RAM, in MB, so that you can filter results.
+ Filters the results by a specified minimum RAM in MB.
-
-
- UUID of the flavor at which you want to set a marker.
-
-
-
-
- Integer value for the limit of values to return.
-
-'>
+&limitMarkerReqParameter;'>
diff --git a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-usage-v2.1.wadl b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-usage-v2.1.wadl
index ecb90bb41..2f32de99e 100644
--- a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-usage-v2.1.wadl
+++ b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-server-usage-v2.1.wadl
@@ -37,7 +37,17 @@
xmlns="http://docbook.org/ns/docbook">
Lists IDs, names, and links for
all servers.
+
+ Specify the status query parameters
+ to filter the results. For example:
+
+ GET /v2.1/{tenant_id}/servers?status=ACTIVE&status=ERROR
+
+
+ &serverListParameters;
+
+