Platform Operations/Platform Federation
PUTPlatformSince 1.0SynchronousAuth Required
ConfigureStaleAlert
Configure the global stale data alert thresholds and notification channels.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body 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
Responses
Endpoint
PUT/api/v1/federation/stale-alert/config
/api/v1/federation/stale-alert/config
Request Example
curl -X PUT '{host}/api/v1/federation/stale-alert/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"config":{"staleThresholdSecs":300,"affectedClustersPctThresh":0.3,"severity":"warning","notificationChannels":"item1,item2"}}'
Response Example
200{
"configured": true
}Change History
This API has no change history records yet.
