Name | Type | Description | Notes |
---|---|---|---|
check_interval | int | How often to run the health check in milliseconds. | [optional] |
comment | str, none_type | A freeform descriptive note. | [optional] |
expected_response | int | The status code expected from the host. | [optional] |
headers | [str] | Array of custom headers that will be added to the health check probes. | [optional] |
host | str | Which host to check. | [optional] |
http_version | str | Whether to use version 1.0 or 1.1 HTTP. | [optional] |
initial | int | When loading a config, the initial number of probes to be seen as OK. | [optional] |
method | str | Which HTTP method to use. | [optional] |
name | str | The name of the health check. | [optional] |
path | str | The path to check. | [optional] |
threshold | int | How many health checks must succeed to be considered healthy. | [optional] |
timeout | int | Timeout in milliseconds. | [optional] |
window | int | The number of most recent health check queries to keep for this health check. | [optional] |
service_id | str | [optional] [readonly] | |
version | int | [optional] [readonly] | |
created_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
deleted_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
updated_at | datetime, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |