425d6017fd
This patch adds the health monitor section to the v2 API reference. Change-Id: I269eb6e457d317e7d942adcc1d957bc96e4a315f Partial-Bug: #1558385
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"healthmonitor": {
|
|
"name": "super-pool-health-monitor-updated",
|
|
"admin_state_up": true,
|
|
"delay": 5,
|
|
"expected_codes": "200",
|
|
"http_method": "HEAD",
|
|
"timeout": 2,
|
|
"url_path": "/index.html",
|
|
"max_retries": 2,
|
|
"max_retries_down": 2
|
|
}
|
|
}
|