Skip to main content

AlertGroup Object

Represents a reusable group of users and webhooks for the purposes of alert notification.

Return fields#

allowRemove (Boolean!)#

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

allowUpdate (Boolean!)#

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

createdAt (DateTime!)#

The timestamp at which the object was created.

id (ID!)#

The ID of the object

monitors (AlertMonitorConnection!)#

The AlertGroups to notify when the AlertMonitor is triggered.

name (String!)#

The name of the AlertGroup

users (UserConnection!)#

The users in the AlertGroup.

webhooks (AlertWebhookConnection!)#

The AlertWebhooks in the AlertGroup