INPUT_OBJECT

InsightNotificationRuleInput

Input specifying changes or create to a notification rule

link GraphQL Schema definition

  • input InsightNotificationRuleInput {
  • # Filter criteria for notification
  • criteria: InsightNotificationCriteriaInput
  • # Emails to be notified in case of email target
  • emailAddresses: [String!]
  • # Status of the Notification Rule
  • enabled: Boolean
  • # Name of the Notification Rule
  • name: String
  • # Optional Unique identifier of the notification rule instance. Required when
  • # updating an existing notification rule
  • notificationRuleId: String
  • # notification target list. Currently we only support one configured target per
  • # notification rule
  • notificationTargets: [String!]
  • # Optional Slack channel in case of slack target
  • slackChannel: String
  • }