alertWebhook Query
Returns the specified AlertWebhook 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
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the AlertWebhook object. |
Return fields (AlertWebhook)
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the AlertWebhook.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the AlertWebhook.
createdAt (DateTime!)
The timestamp at which the object was created.
groups (AlertGroupConnection!)
The AlertWebhooks in the AlertGroup
headers (JSONString)
A JSON string of key/value pairs that will be sent as headers in the Webhook request.
id (ID!)
The ID of the object
monitors (AlertMonitorConnection!)
The AlertWebhooks to call when the AlertMonitor is triggered.
name (String!)
The name of the AlertWebhook.
payloadTemplate (String!)
The template that is hydrated and then used as the body of the AlertWebhook request.
updatedAt (DateTime!)
The timestamp at which the object was most recently updated.
url (String!)
The URL of the AlertWebhook.