Add The "health_monitor_id" request parameter

The "health_monitor_id" request parameter is missed
for "health monitors(show,update,delete)" calls.
So I added the "health_monitor_id" request parameter to
"Request parameters" list for
"health monitors(show,update,delete)" calls.
history:
 patchset2-->delete unnecessary whitespaces
Change-Id: I05b90d20a041ac15699588b5070d174cb87957b1
Closes-Bug: #1494185
This commit is contained in:
BaoLiang Cui
2015-09-22 07:42:36 -04:00
parent d96f699538
commit 0176344166

View File

@@ -48,6 +48,14 @@
<method href="#createHealthMonitor"/>
<resource id="health_monitor_id_hm"
path="{health_monitor_id}">
<param name="health_monitor_id" style="template"
type="csapi:UUID">
<wadl:doc
xmlns="http://docbook.org/ns/docbook"
xml:lang="EN" title="Network ID">
The UUID for the health monitor.
</wadl:doc>
</param>
<method href="#showHealthMonitor"/>
<method href="#updateHealthMonitor"/>
<method href="#deleteHealthMonitor"/>