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