WebService::Fastly::Object::Healthcheck
Load the model package
Properties
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- check_interval | int | How often to run the health check in milliseconds. | [optional] comment | string | A freeform descriptive note. | [optional] expected_response | int | The status code expected from the host. | [optional] headers | ARRAY[string] | Array of custom headers that will be added to the health check probes. | [optional] host | string | Which host to check. | [optional] http_version | string | 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 | string | Which HTTP method to use. | [optional] name | string | The name of the health check. | [optional] path | string | 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]