44833d5d5e
This patch adds 2 new options for healthmonitor HTTP health check. 'http_version' is for user to specify the HTTP version, 1.0 and 1.1 are available. 'domain_name' is for user to specify the HTTP host header inject to check the HTTP backend health. 'domain_name' only available when HTTP version is 1.1 Story: 2002160 Task: 20010 Change-Id: Id3bf3962a02fbf77cf886c40ac64588cbacd3832
29 lines
818 B
JSON
29 lines
818 B
JSON
{
|
|
"healthmonitor": {
|
|
"project_id": "e3cd678b11784734bc366148aa37580e",
|
|
"name": "super-pool-health-monitor",
|
|
"admin_state_up": true,
|
|
"pools": [
|
|
{
|
|
"id": "4029d267-3983-4224-a3d0-afb3fe16a2cd"
|
|
}
|
|
],
|
|
"created_at": "2017-05-11T23:53:47",
|
|
"provisioning_status": "ACTIVE",
|
|
"updated_at": "2017-05-11T23:53:47",
|
|
"delay": 10,
|
|
"expected_codes": "200",
|
|
"max_retries": 1,
|
|
"http_method": "GET",
|
|
"timeout": 5,
|
|
"max_retries_down": 3,
|
|
"url_path": "/",
|
|
"type": "HTTP",
|
|
"id": "8ed3c5ac-6efa-420c-bedb-99ba14e58db5",
|
|
"operating_status": "ONLINE",
|
|
"tags": ["test_tag"],
|
|
"http_version": 1.1,
|
|
"domain_name": "testlab.com"
|
|
}
|
|
}
|