Merge "Add two missed optional request parameters"

This commit is contained in:
Jenkins 2015-09-23 19:38:41 +00:00 committed by Gerrit Code Review
commit f4b2b4871e

View File

@ -2711,13 +2711,13 @@ router.</para>
</wadl:doc>
</param>' >
<!ENTITY hmCreateRequestParams '
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
<param xmlns="http://wadl.dev.java.net/2009/02" required="false"
name="tenant_id" style="plain" type="csapi:uuid">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
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.
</para>
</wadl:doc>
@ -2757,6 +2757,14 @@ router.</para>
<para>Maximum consecutive health probe tries.</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" required="false"
name="http_method" style="plain" type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>The HTTP method that the monitor uses for requests.</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" required="false"
name="url_path" style="plain" type="xsd:string">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
@ -2772,6 +2780,16 @@ router.</para>
xml:lang="EN">
<para>Expected HTTP codes for a passing HTTP(S) monitor.</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" required="false"
name="admin_state_up" style="plain" type="xsd:boolean">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
<para>
The administrative state of the health monitor, which is up
(<code>true</code>) or down (<code>false</code>).
</para>
</wadl:doc>
</param>' >
<!ENTITY hmUpdateRequestParams '
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"