The Health Check API allows you to retrieve and manage the health status configuration for the protected resources of an application.
Retrieves a health check configuration for an application
Success
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "enabled": false,
- "path": "/",
- "method": "GET",
- "statusCode": 200,
- "interval": 10,
- "timeout": 1,
- "healthyThreshold": 3,
- "unhealthyThreshold": 3
}Replaces the health check configuration for an application in Access Gateway
Use this endpoint to define health check settings to monitor application availability.
Health check configuration updated successfully
Bad Request
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "enabled": false,
- "path": "/",
- "method": "GET",
- "statusCode": 200,
- "interval": 10,
- "timeout": 1,
- "healthyThreshold": 3,
- "unhealthyThreshold": 3
}{- "enabled": false,
- "path": "/",
- "method": "GET",
- "statusCode": 200,
- "interval": 10,
- "timeout": 1,
- "healthyThreshold": 3,
- "unhealthyThreshold": 3
}