latestOpenAPI 3.0.02026-08-2045003.8 MB

72813baf8d47

Health Check Service

Update Health Check

Update existing HCS.

put/healthCheck/{HEALTHCHECK_ID}

Path parameters

HEALTHCHECK_IDstring required

The HCS you want to update

Query parameters

accountIdstring

ID of the account associated with your token

Request body

Example request

{
  "healthCheck": {
    "name": "Service-1-healthCheck",
    "proxyAddress": "51.22.125.47",
    "proxyPort": 80,
    "check": {
      "protocol": "http",
      "port": 80,
      "endpoint": "index.html",
      "unhealthyThreshold": 2,
      "healthyThreshold": 2,
      "interval": 30,
      "timeout": 60
    }
  }
}

Response

— unresolved $ref