From faf16b20e881573ef9feb172038093b826b6c427 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Fri, 31 Jul 2015 22:30:09 +0900 Subject: [PATCH] Add description of specify multi-status in servers list API Also, cleaned up descriptions for query parameters to make these consistent. Change-Id: Icd8a2c59dec78fe2a19ff137c5decbc4c97b1e04 Closes-Bug: #1353846 --- .../src/wadls/compute-api/src/v2.1/common.ent | 125 +++++++----------- .../src/v2.1/wadl/os-server-usage-v2.1.wadl | 10 ++ 2 files changed, 60 insertions(+), 75 deletions(-) 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. +