{
  "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-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-titanium_cloud/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"
      }
    ]
  }
}