Properties
| Name | Type | Description |
|---|---|---|
| address | object | |
| check_regions | object | |
| consecutive_fails | object | |
| consecutive_successes | object | |
| created_on | object | |
| description | object | |
| failure_reason | object | |
| http_config | object | |
| id | object | |
| interval | object | |
| modified_on | object | |
| name | object | |
| retries | object | |
| status | 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_healthchecks",
"title": "healthchecks_healthchecks",
"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"
},
"created_on": {
"$ref": "#/components/schemas/healthchecks_timestamp"
},
"description": {
"$ref": "#/components/schemas/healthchecks_description"
},
"failure_reason": {
"$ref": "#/components/schemas/healthchecks_failure_reason"
},
"http_config": {
"$ref": "#/components/schemas/healthchecks_http_config"
},
"id": {
"$ref": "#/components/schemas/healthchecks_identifier"
},
"interval": {
"$ref": "#/components/schemas/healthchecks_interval"
},
"modified_on": {
"$ref": "#/components/schemas/healthchecks_timestamp"
},
"name": {
"$ref": "#/components/schemas/healthchecks_name"
},
"retries": {
"$ref": "#/components/schemas/healthchecks_retries"
},
"status": {
"$ref": "#/components/schemas/healthchecks_status"
},
"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"
}
},
"type": "object"
}