blob: db84164fc75bda85ac3d39ca30e6539c8b763c96 [file] [log] [blame]
mayankg270319b62d12018-01-10 04:56:39 +00001{
2 "service": {
3 "name": "Health Check: SDNC - SDN Host",
4 "checks": [
5 {
6 "id": "sdnc-sdnhost",
7 "name": "SDNC SDN Host Health Check",
Mohammadreza Pasandidehb642ee52018-06-19 15:19:53 -04008 "http": "http://sdnc:8282/apidoc/explorer/index.html",
mayankg270319b62d12018-01-10 04:56:39 +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}