Merge "Corrected parameters for associate health monitor"

This commit is contained in:
Jenkins 2015-10-04 01:00:56 +00:00 committed by Gerrit Code Review
commit ce88859726
2 changed files with 13 additions and 2 deletions

View File

@ -3748,6 +3748,16 @@ router.</para>
<para>The administrative state of the health monitor. A valid value is true (UP) or false (DOWN).</para> <para>The administrative state of the health monitor. A valid value is true (UP) or false (DOWN).</para>
</wadl:doc> </wadl:doc>
</param>' > </param>' >
<!--associateHealthMonitortoPool -->
<!ENTITY hmassociatepoolRequestParams '
<param xmlns="http://wadl.dev.java.net/2009/02" required="true"
name="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 UUID for the health monitor.</para>
</wadl:doc>
</param>'>
<!-- members --> <!-- members -->
<!ENTITY memberResponseParams ' <!ENTITY memberResponseParams '
<param xmlns="http://wadl.dev.java.net/2009/02" required="true" <param xmlns="http://wadl.dev.java.net/2009/02" required="true"

View File

@ -469,7 +469,7 @@
<para role="shortdesc">Associates a health monitor with a <para role="shortdesc">Associates a health monitor with a
specified pool.</para> specified pool.</para>
</wadl:doc> </wadl:doc>
<request> &hmCreateRequestParams; <representation <request> &hmassociatepoolRequestParams; <representation
mediaType="application/json"> mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook" <wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"> xml:lang="EN">
@ -479,7 +479,8 @@
</wadl:doc> </wadl:doc>
</representation> </representation>
</request> </request>
<response status="201"> &hmResponseParams; <representation <response status="201">
<representation
mediaType="application/json"> mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook" <wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"> xml:lang="EN">