Files
neutron-lib/api-ref/source/v2/samples/lbaas/healthmonitor-create-response.json
Zeus Arias Lucero 539ea2a5d5 Fix API Doc LBaaS v2
When a Listener and pool are created
the parameter protocol_port is optional
according to the official documentation,
but in reality it is required.

The API calls which use ‘health_monitors’
string do not properly work and the right one is ‘healthmonitors’.
This string should also be modified within the body.

Closes-Bug: #1706962

Change-Id: I6b97678c872fbb5798f0295dd262a8f6fc6c5a84
2017-08-16 10:13:20 +00:00

17 lines
452 B
JSON

{
"healthmonitor": {
"admin_state_up": true,
"project_id": "eabfefa3fd1740a88a47ad98e132d238",
"tenant_id": "eabfefa3fd1740a88a47ad98e132d238",
"delay": 1,
"expected_codes": "200,201,202",
"max_retries": 5,
"http_method": "GET",
"timeout": 1,
"pools": [],
"url_path": "/index.html",
"type": "HTTP",
"id": "b7633ade-24dc-4d72-8475-06aa22be5412"
}
}