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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user