blob: 72e6be9093ad251ce335a9c16e8cf1d0d5c055c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"service": {
"name": "Health Check: SDNC - DGBuilder",
"checks": [
{
"id": "sdnc-dgbuilder",
"name": "SDNC-DGbuilder Health Check",
"http": "http://sdnc-dgbuilder:3000/",
"method": "HEAD",
"header": {
"Authorization": ["Basic ZGd1c2VyOnRlc3QxMjM="],
"Cache-Control": ["no-cache"],
"Content-Type": ["application/json"],
"Accept": ["application/json"]
},
"tls_skip_verify": true,
"interval": "15s",
"timeout": "1s"
}
]
}
}
|