INPUT_OBJECT
ObservabilityAlertNotificationRuleInput
Input specifying changes or create to a notification rule
link GraphQL Schema definition
- input ObservabilityAlertNotificationRuleInput {
- # Filter criteria for notification
- ObservabilityAlertNotificationCriteriaInput :
- # 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!] : [
- # Policy IDs. Multiple policy IDs will be present in input only in case of bulk
- # update of alerts, for linking all selected alerts with notification rules
- String!] : [
- # Optional Slack channel in case of slack target
- String :
- }