Sha256: 0c1646aac4c4d8f9bd38e423a2d768450d96caed49fd6e3016cf39d4050844d3

Contents?: true

Size: 1.2 KB

Versions: 3

Compression:

Stored size: 1.2 KB

Contents

# Fastly::Healthcheck

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **check_interval** | **Integer** | How often to run the healthcheck in milliseconds. | [optional] |
| **comment** | **String** | A freeform descriptive note. | [optional] |
| **expected_response** | **Integer** | The status code expected from the host. | [optional] |
| **host** | **String** | Which host to check. | [optional] |
| **http_version** | **String** | Whether to use version 1.0 or 1.1 HTTP. | [optional] |
| **initial** | **Integer** | 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 healthcheck. | [optional] |
| **path** | **String** | The path to check. | [optional] |
| **threshold** | **Integer** | How many healthchecks must succeed to be considered healthy. | [optional] |
| **timeout** | **Integer** | Timeout in milliseconds. | [optional] |
| **window** | **Integer** | The number of most recent healthcheck queries to keep for this healthcheck. | [optional] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastly-4.0.0.alpha4 docs/Healthcheck.md
fastly-4.0.0.alpha3 docs/Healthcheck.md
fastly-4.0.0.alpha2 docs/Healthcheck.md