alertMonitor Query
Returns 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_admin_instance_permissions, org_manage_instances, org_view_instances]. 2. The signed-in User has any of the following permissions for the object's 'instance_Customer' attribute: [customer_admin_instance_permissions, customer_view_instances]. 3. The signed-in User has any of the following permissions for the object's 'instance' attribute: [instance_admin_permissions, instance_view, instance_edit, instance_remove].
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the AlertMonitor object. |
AlertMonitor)#
Return fields (Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the AlertMonitor.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the AlertMonitor.
DateTime!)#
createdAt (The timestamp at which the object was created.
Int)#
durationSecondsCondition (The execution duration condition to monitor for relevant AlertTrigger types.
AlertEventConnection!)#
events (The AlertMonitor to which the AlertEvent is associated.
Int)#
executionOverdueMinutesCondition (The execution overdue condition to monitor for relevant AlertTrigger types.
InstanceFlowConfig)#
flowConfig (The IntegrationFlow that is being monitored by the AlertMonitor.
AlertGroupConnection!)#
groups (The AlertGroups to notify when the AlertMonitor is triggered.
ID!)#
id (The ID of the object
Instance!)#
instance (The Instance that is being monitored by the AlertMonitor.
DateTime)#
lastTriggeredAt (The timestamp when the AlertMonitor was last triggered.
Int)#
logSeverityLevelCondition (The log severity level condition to monitor for relevant AlertTrigger types.
String!)#
name (The name of the AlertMonitor.
Boolean!)#
triggered (Specifies whether the AlertMonitor is currently triggered.
AlertTriggerConnection!)#
triggers (The AlertTriggers that are setup to trigger the AlertMonitor.
UserConnection!)#
users (The Users to notify when the AlertMonitor is triggered.
AlertWebhookConnection!)#
webhooks (The AlertWebhooks to call when the AlertMonitor is triggered.