blob: 1548cab909af1666cd2043b9151a2c663ac4f7c3 [file] [log] [blame]
mayankg27036e6f78a2018-01-10 04:56:59 +00001{
2 "service": {
3 "name": "Health Check: APPC - SDN Host",
4 "checks": [
5 {
6 "id": "appc-sdnhost",
7 "name": "APPC SDN Host Health Check",
Priyanka Jainc07e1d12018-05-03 12:52:04 +00008 "http": "http://appc-sdnhost:8282/apidoc/explorer/index.html",
mayankg27036e6f78a2018-01-10 04:56:59 +00009 "method": "HEAD",
10 "header": {
11 "Authorization": ["Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ=="],
12 "Cache-Control": ["no-cache"],
13 "Content-Type": ["application/json"],
14 "Accept": ["application/json"]
15 },
16 "tls_skip_verify": true,
17 "interval": "15s",
18 "timeout": "1s"
19 }
20 ]
21 }
22}