ConfigureHealthCheck
Configure the health check schedule and auto-fix behavior for a platform.
PATCH
/api/v1/platforms/{uuid}/health-checkOperation ID
ConfigureHealthCheckSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
uuidStringRequiredUUID of the platform to configure health checks for
Body Fields
configObjectRequiredHealth check configuration to apply
enabledBooleanWhether periodic health checks are enabled
Example: true
intervalMinutesIntegerInterval in minutes between consecutive health checks
Example: 5
autoFixBooleanWhether to automatically attempt fixes on health check failure
Example: false
fixActionsListList of auto-fix action names to execute on failure
Example: item1,item2
alertThresholdIntegerNumber of consecutive failures before triggering an alert
Example: 3
