alertEvent Query
Returns the specified AlertEvent 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 'monitor_Instance_Customer' attribute: [customer_admin_instance_permissions, customer_view_instances, customer_admin_manage_instances]. 3. The signed-in User has any of the following permissions for the object's 'monitor_Instance' attribute: [instance_admin_permissions, instance_view, instance_edit, instance_remove].
Input fields
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the AlertEvent object. |
Return fields (AlertEvent)
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the AlertEvent.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the AlertEvent.
createdAt (DateTime!)
The timestamp at which the object was created.
details (String!)
Additional information about the event.
id (ID!)
The ID of the object
monitor (AlertMonitor!)
The AlertMonitor to which the AlertEvent is associated.