Skip to main content

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 fields

ArgumentTypeDescription
idID!The ID of the AlertMonitor object.

Return fields (AlertMonitor)

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the AlertMonitor.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the AlertMonitor.

createdAt (DateTime!)

The timestamp at which the object was created.

durationSecondsCondition (Int)

The execution duration condition to monitor for relevant AlertTrigger types.

events (AlertEventConnection!)

The AlertMonitor to which the AlertEvent is associated.

executionOverdueMinutesCondition (Int)

The execution overdue condition to monitor for relevant AlertTrigger types.

flowConfig (InstanceFlowConfig)

The IntegrationFlow that is being monitored by the AlertMonitor.

groups (AlertGroupConnection!)

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.

lastTriggeredAt (DateTime)

The timestamp when the AlertMonitor was last triggered.

logSeverityLevelCondition (Int)

The log severity level condition to monitor for relevant AlertTrigger types.

name (String!)

The name of the AlertMonitor.

systemSuspended (Boolean!)

Specifies whether the Alert Monitor has been suspended by Prismatic.

triggered (Boolean!)

Specifies whether the AlertMonitor is currently triggered.

triggers (AlertTriggerConnection!)

The AlertTriggers that are setup to trigger the AlertMonitor.

updatedAt (DateTime!)

The timestamp at which the object was most recently updated.

users (UserConnection!)

The Users to notify when the AlertMonitor is triggered.

webhooks (AlertWebhookConnection!)

The AlertWebhooks to call when the AlertMonitor is triggered.