The HealthMonitor
class inherits from
Resource
.
openstack.load_balancer.v2.health_monitor.
HealthMonitor
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
created_at
¶Properties Timestamp when the health monitor was created.
delay
¶The time, in seconds, between sending probes to members.
expected_codes
¶The expected http status codes to get from a successful health check
http_method
¶The HTTP method that the monitor uses for requests
is_admin_state_up
¶The administrative state of the health monitor Type: bool
max_retries
¶The number of successful checks before changing the operating status of the member to ONLINE.
max_retries_down
¶The number of allowed check failures before changing the operating status of the member to ERROR.
name
¶The health monitor name
operating_status
¶Operating status of the member.
pools
¶List of associated pools. Type: list of dicts which contain the pool IDs
pool_id
¶The ID of the associated Pool
project_id
¶The ID of the project
provisioning_status
¶The provisioning status of this member.
timeout
¶The time, in seconds, after which a health check times out
type
¶The type of health monitor
updated_at
¶Timestamp when the member was last updated.
url_path
¶The HTTP path of the request to test the health of a member
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.