ConfigureStaleAlert
Configure the global stale data alert thresholds and notification channels.
PUT
/api/v1/federation/stale-alert/configOperation ID
ConfigureStaleAlertSince
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/jsonBody Fields
configObjectRequiredStale alert configuration to apply
staleThresholdSecsIntegerThreshold in seconds after which cluster data is considered stale
Example: 300
affectedClustersPctThreshLongPercentage of affected clusters that triggers an alert (0.0 to 1.0)
Example: 0.3
severityStringAlert severity level (critical, warning, info)
Example: warning
notificationChannelsListList of notification channel IDs to alert
Example: item1,item2
