{
  "service": {
    "name": "Health Check: APPC - Dgbuilder",
    "checks": [
      {
        "id": "appc-dgbuilder",
        "name": "APPC-Dgbuilder Server Health Check",
        "http": "http://appc-dgbuilder:3000/",
        "method": "HEAD",
        "header": {
          "Authorization": ["Basic ZGd1c2VyOnRlc3QxMjM="],
          "Cache-Control": ["no-cache"],
          "Content-Type": ["application/json"],
          "Accept": ["application/json"]
        },
        "tls_skip_verify": true,
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}