netconn-api/v2.0/samples/loadbalancer/health_monitors-create-res.json
Diane Fleming ec620b7c1e Correct issues with vip, member, pool, and health monitor operations
Fix code samples
Add missing attributes
Remove incorrect attributes

Closes-Bug: #1213932

Change-Id: I59dc39255cbad52716c5c6f1438bd81535c7d8ed
author: diane fleming
2014-04-01 14:03:30 -05:00

17 lines
348 B
JSON

{
"health_monitor":{
"admin_state_up":true,
"tenant_id":"4fd44f30292945e481c7b8a0c8908869",
"delay":1,
"expected_codes":"200",
"max_retries":1,
"http_method":"GET",
"timeout":1,
"pools":[
],
"url_path":"/",
"type":"HTTP",
"id":"b624decf-d5d3-4c66-9a3d-f047e7786181"
}
}