Load Balancers
Create load balancer pool health monitor
Creates a health monitor for a load balancer pool to automatically check the health status of pool members. The health monitor performs periodic checks on pool members and removes unhealthy members from rotation, ensuring only healthy servers receive traffic.
post/cloud/v1/lbpools/{project_id}/{region_id}/{pool_id}/healthmonitor
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
pool_idstring uuid4 required
Pool ID
Example:00000000-0000-4000-8000-000000000000
Pool ID
Request body
Example request
{
"admin_state_up": true,
"delay": 10,
"domain_name": "example.com",
"expected_codes": "200,301,302",
"http_version": "1.1",
"max_retries": 2,
"max_retries_down": 2,
"timeout": 5,
"url_path": "/"
}Response
OK
Example response
{
"tasks": [
"d478ae29-dedc-4869-82f0-96104425f565"
]
}