mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
13 lines
368 B
JSON
13 lines
368 B
JSON
{
|
|
"ID": "api",
|
|
"Name": "Invalid Check so Services Will Automagically Deregister",
|
|
"HTTP": "https://example.com:850040220",
|
|
"tls_skip_verify": true,
|
|
"Method": "POST",
|
|
"Header": {"Content-Type": ["application/json"]},
|
|
"Body": "{\"method\":\"health\"}",
|
|
"Interval": "10s",
|
|
"Timeout": "5s",
|
|
"DeregisterCriticalServiceAfter": "2m"
|
|
}
|