createAlertMonitor Mutation
Creates a new 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].
Input fields (CreateAlertMonitorInput!)
Argument | Type | Description |
---|---|---|
name | String! | The name of the AlertMonitor. |
instance | ID | The Instance that is being monitored by the AlertMonitor. |
flowConfig | ID | The IntegrationFlow that is being monitored by the AlertMonitor. |
logSeverityLevelCondition | Int | The log severity level condition to monitor for relevant AlertTrigger types. |
durationSecondsCondition | Int | The execution duration condition to monitor for relevant AlertTrigger types. |
executionOverdueMinutesCondition | Int | The 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. |
clientMutationId | String | A unique identifier for the client performing the mutation. |