OBJECT

NotificationSettingSummary

Description

Rubrik cluster email notification setting.

link GraphQL Schema definition

  • type NotificationSettingSummary {
  • # Email addresses for this setting.
  • emailAddresses: [String!]!
  • # Event types for this setting.
  • eventTypes: [String!]!
  • # ID for this setting.
  • id: String!
  • # Indicates if this setting sends messages to syslog.
  • shouldSendToSyslog: Boolean!
  • # Configured SNMP Addresses for this setting.
  • snmpAddresses: [String!]!
  • # Severity for this setting.
  • severity: [String!]!
  • # Object types for this setting.
  • objectTypes: [String!]!
  • }