
This patch adds the health monitor section to the v2 API reference. Change-Id: I269eb6e457d317e7d942adcc1d957bc96e4a315f Partial-Bug: #1558385
16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"healthmonitor": {
|
|
"name": "super-pool-health-monitor",
|
|
"admin_state_up": true,
|
|
"pool_id": "4029d267-3983-4224-a3d0-afb3fe16a2cd",
|
|
"delay": "10",
|
|
"expected_codes": "200",
|
|
"max_retries": "1",
|
|
"http_method": "GET",
|
|
"timeout": "5",
|
|
"url_path": "/",
|
|
"type": "HTTP",
|
|
"max_retries_down": 3
|
|
}
|
|
}
|