summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/multicloud-health-check.json
blob: 7bc9ff090f81c7d20cb7d7c05b8c66190624e0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "service": {
    "name": "Health Check: MULTICLOUD",
    "checks": [
      {
        "id": "framework",
        "name": "Framework Health Check",
        "http": "http://framework:9001/api/multicloud/v0/swagger.json",
        "method": "HEAD",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "multicloud-ocata",
        "name": "Multicloud Ocata Health Check",
        "http": "http://multicloud-ocata:9006/api/multicloud-ocata/v0/swagger.json",
        "method": "HEAD",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "multicloud-pike",
        "name": "Multicloud Pike Health Check",
        "http": "http://multicloud-pike:9007/api/multicloud-pike/v0/swagger.json",
        "method": "HEAD",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "multicloud-starlingx",
        "name": "Multicloud Starlingx Health Check",
        "http": "http://multicloud-starlingx:9009/api/multicloud-starlingx/v0/swagger.json",
        "method": "HEAD",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "multicloud-vio",
        "name": "Multicloud Vio Health Check",
        "http": "http://multicloud-vio:9004/api/multicloud-vio/v0/swagger.json",
        "method": "HEAD",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      },
      {
        "id": "multicloud-windriver",
        "name": "Multicloud Windriver Health Check",
        "http": "http://multicloud-windriver:9005/api/multicloud-titaniumcloud/v1/swagger.json",
        "method": "HEAD",
        "header": {
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}