Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / config / docker / init / src / config / consul / consul-agent-config / aai-services-health.json
1 {
2   "service": {
3     "name": "Active and Available Inventory",
4     "checks": [
5       {
6         "id": "aai-service",
7         "name": "Core A&AI",
8         "http": "https://aai-service.onap-aai:8443/aai/util/echo",
9         "header": {
10           "Authorization": ["Basic QUFJOkFBSQ=="],
11           "X-TransactionId": ["ConsulHealthCheck"],
12           "X-FromAppId": ["healthcheck"]
13         },
14         "tls_skip_verify": true,
15         "interval": "15s",
16         "timeout": "1s"
17       },
18       {
19         "id": "aai-resources",
20         "name": "Resources Microservice",
21         "http": "https://aai-resources.onap-aai:8447/aai/util/echo",
22         "header": {
23           "Authorization": ["Basic QUFJOkFBSQ=="],
24           "X-TransactionId": ["ConsulHealthCheck"],
25           "X-FromAppId": ["healthcheck"]
26         },
27         "tls_skip_verify": true,
28         "interval": "15s",
29         "timeout": "1s"
30       },
31       {
32         "id": "aai-traversal",
33         "name": "Traversal Microservice",
34         "http": "https://aai-traversal.onap-aai:8446/aai/util/echo",
35         "header": {
36           "Authorization": ["Basic QUFJOkFBSQ=="],
37           "X-TransactionId": ["ConsulHealthCheck"],
38           "X-FromAppId": ["healthcheck"]
39         },
40         "tls_skip_verify": true,
41         "interval": "15s",
42         "timeout": "1s"
43       },
44       {
45         "id": "gremlin-server",
46         "name": "Graph Data Store",
47         "script": "/consul/config/scripts/gremlin-script.sh",
48         "interval": "15s",
49         "timeout": "1s"
50       }
51     ]
52   }
53 }