Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / sdnc-health.json
1 {
2   "service": {
3     "name": "Health Check: SDNC",
4     "checks": [
5       {
6         "id": "odl-api-healthcheck",
7         "name": "SDNC API Health Check",
8         "http": "http://sdnhost.onap-sdnc:8282/restconf/operations/SLI-API:healthcheck",
9         "method": "POST",
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 }