We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Duplicated in issue #391
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: