OBJECT
ObservabilityAlertNotificationRuleMutationProvider
link GraphQL Schema definition
- type ObservabilityAlertNotificationRuleMutationProvider implements NotificationRulesMutationProvider {
- # Delete a notification rule
- #
- # Arguments
- # notificationRuleId: [Not documented]
- (
- String! :
- ): ObservabilityAlertNotificationRule
- # Information about this provider
- String :
- # Create/update notification rules. Also handles bulk notification target update.
- #
- # Arguments
- # ruleInput: [Not documented]
- (
- ObservabilityAlertNotificationRuleInput! :
- ): [ObservabilityAlertNotificationRule]
- }