Sha256: c51cc63ba50a347c65f4eb2bd9110d73b00df8cb40d487b46e8b86c24e8c96cb

Contents?: true

Size: 1.33 KB

Versions: 35

Compression:

Stored size: 1.33 KB

Contents

# Fastly::Healthcheck

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **check_interval** | **Integer** | How often to run the health check in milliseconds. | [optional] |
| **comment** | **String** | A freeform descriptive note. | [optional] |
| **expected_response** | **Integer** | 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** | **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 health check. | [optional] |
| **path** | **String** | The path to check. | [optional] |
| **threshold** | **Integer** | How many health checks must succeed to be considered healthy. | [optional] |
| **timeout** | **Integer** | Timeout in milliseconds. | [optional] |
| **window** | **Integer** | The number of most recent health check queries to keep for this health check. | [optional] |

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

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/Healthcheck.md
fastly-8.10.0 docs/Healthcheck.md
fastly-8.9.0 docs/Healthcheck.md
fastly-8.8.0 docs/Healthcheck.md
fastly-8.7.0 docs/Healthcheck.md
fastly-8.6.0 docs/Healthcheck.md
fastly-8.5.0 docs/Healthcheck.md
fastly-8.4.0 docs/Healthcheck.md
fastly-8.2.0 docs/Healthcheck.md
fastly-8.1.0 docs/Healthcheck.md
fastly-8.0.1 docs/Healthcheck.md
fastly-8.0.0 docs/Healthcheck.md
fastly-7.2.2 docs/Healthcheck.md
fastly-7.2.1 docs/Healthcheck.md
fastly-7.2.0 docs/Healthcheck.md
fastly-7.1.1 docs/Healthcheck.md
fastly-7.1.0 docs/Healthcheck.md
fastly-7.0.0 docs/Healthcheck.md
fastly-6.0.2 docs/Healthcheck.md
fastly-6.0.1 docs/Healthcheck.md