Properties
| Name | Type | Description |
|---|---|---|
| address | object | |
| check_regions | object | |
| consecutive_fails | object | |
| consecutive_successes | object | |
| description | object | |
| http_config | object | |
| interval | object | |
| name | object | |
| retries | object | |
| suspended | object | |
| tcp_config | object | |
| timeout | object | |
| type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/healthchecks_query_healthcheck",
"title": "healthchecks_query_healthcheck",
"properties": {
"address": {
"$ref": "#/components/schemas/healthchecks_address"
},
"check_regions": {
"$ref": "#/components/schemas/healthchecks_check_regions"
},
"consecutive_fails": {
"$ref": "#/components/schemas/healthchecks_consecutive_fails"
},
"consecutive_successes": {
"$ref": "#/components/schemas/healthchecks_consecutive_successes"
},
"description": {
"$ref": "#/components/schemas/healthchecks_description"
},
"http_config": {
"$ref": "#/components/schemas/healthchecks_http_config"
},
"interval": {
"$ref": "#/components/schemas/healthchecks_interval"
},
"name": {
"$ref": "#/components/schemas/healthchecks_name"
},
"retries": {
"$ref": "#/components/schemas/healthchecks_retries"
},
"suspended": {
"$ref": "#/components/schemas/healthchecks_suspended"
},
"tcp_config": {
"$ref": "#/components/schemas/healthchecks_tcp_config"
},
"timeout": {
"$ref": "#/components/schemas/healthchecks_timeout"
},
"type": {
"$ref": "#/components/schemas/healthchecks_type"
}
},
"required": [
"name",
"address"
],
"type": "object"
}