Skip to main content

alertGroup Query

Returns the specified AlertGroup 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].

Input fields#

ArgumentTypeDescription
idID!The ID of the AlertGroup object.

Return fields (AlertGroup)#

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