From fd281651ea7e5eeebc4932fa989973c15f682fd6 Mon Sep 17 00:00:00 2001 From: BaoLiang Cui Date: Tue, 22 Sep 2015 12:37:45 -0400 Subject: [PATCH] Add two missed optional request parameters There are two optional request parameters missed in "Create a load balancer health monitor" call as below: "http_method (Optional)"and "admin_state_up(Optional)". there also is a mistake for the request parameter "tenant_id". It should be "Optional",but now it's not. and the description of "tenant_id" has mistake for VIP. I added the two request parameters and correct the mistakes. Closes-Bug:1495229 Change-Id: Ib6263d4770007e0e729ab085e64a2ba23d06a4a9 --- api-ref/src/wadls/netconn-api/src/common.ent | 22 ++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/api-ref/src/wadls/netconn-api/src/common.ent b/api-ref/src/wadls/netconn-api/src/common.ent index 7f4ce4568..b029a5973 100644 --- a/api-ref/src/wadls/netconn-api/src/common.ent +++ b/api-ref/src/wadls/netconn-api/src/common.ent @@ -2711,13 +2711,13 @@ router. ' > - The ID of the tenant who owns the VIP. Only administrative users can + The ID of the tenant who owns the health monitor. Only administrative users can specify a tenant ID other than their own. @@ -2757,6 +2757,14 @@ router. Maximum consecutive health probe tries. + + + The HTTP method that the monitor uses for requests. + + xml:lang="EN"> Expected HTTP codes for a passing HTTP(S) monitor. + + + + + The administrative state of the health monitor, which is up + (true) or down (false). + + ' >