INPUT_OBJECT
InsightNotificationRuleInput
Input specifying changes or create to a notification rule
link GraphQL Schema definition
- input InsightNotificationRuleInput {
- # Filter criteria for notification
- InsightNotificationCriteriaInput :
- # Emails to be notified in case of email target
- String!] : [
- # Status of the Notification Rule
- Boolean :
- # Name of the Notification Rule
- String :
- # Optional Unique identifier of the notification rule instance. Required when
- # updating an existing notification rule
- String :
- # notification target list. Currently we only support one configured target per
- # notification rule
- String!] : [
- # Optional Slack channel in case of slack target
- String :
- }