Skip to main content

updateAlertMonitor Mutation

Updates the specified AlertMonitor object.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_instances]. 2. The signed-in User has any of the following permissions for the object's 'instance' attribute: [instance_edit]. 3. The signed-in User has any of the following permissions for the object's 'instance_Customer' attribute: [customer_admin_manage_instances].

Input fields (UpdateAlertMonitorInput!)

ArgumentTypeDescription
nameStringThe name of the AlertMonitor.
flowConfigIDThe IntegrationFlow that is being monitored by the AlertMonitor.
logSeverityLevelConditionIntThe log severity level condition to monitor for relevant AlertTrigger types.
durationSecondsConditionIntThe execution duration condition to monitor for relevant AlertTrigger types.
executionOverdueMinutesConditionIntThe execution overdue condition to monitor for relevant AlertTrigger types.
triggers[ID]The AlertTriggers that are setup to trigger the AlertMonitor.
groups[ID]The AlertGroups to notify when the AlertMonitor is triggered.
users[ID]The Users to notify when the AlertMonitor is triggered.
webhooks[ID]The AlertWebhooks to call when the AlertMonitor is triggered.
idIDThe ID of the AlertMonitor to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (UpdateAlertMonitorPayload)

alertMonitor (AlertMonitor)
clientMutationId (String)
errors ([ErrorType!]!)