Open richbrowne opened 7 years ago
Mitaka
The LBaaS API supports the following options to create a customized SEND/RECV string for HTTP(S) monitors.
expected_codes (Optional) http_method (Optional) url_path (Optional)
We currently only create a default: send string GET / HTTP/1.0\r\n\r\n
recv string HTTP 1.(0|1) 200
For API completeness this should be implemented as an enhancement.
Duplicated in issue #391
OpenStack Release
Mitaka
Description
The LBaaS API supports the following options to create a customized SEND/RECV string for HTTP(S) monitors.
expected_codes (Optional) http_method (Optional) url_path (Optional)
We currently only create a default: send string GET / HTTP/1.0\r\n\r\n
recv string HTTP 1.(0|1) 200
For API completeness this should be implemented as an enhancement.