Idempotency Supported
Updates an existing alert configuration. Use this to change the threshold values or toggle the status between enabled and disabled.
Impacts
Alert status on threshold change
When the threshold is updated for an alert, the alarm_status for all impacted subscriptions is reset to within_limit. The alert is re-evaluated the next time Chargebee processes data relevant to that alert.
Alert status on disable
When the alert status is changed to disabled, all further evaluation stops. No webhooks are fired for this alert while it is disabled. When the alert is re-enabled, the alarm_status is set to within_limit and is re-evaluated when Chargebee next processes relevant data for the alert.
Sample Request
Sample Result[JSON]
URL Format
POST https://[site].chargebee.com/api/v2/alerts/{alert-id}
Input Parameters
Returns
Alert object
Resource object representing alert