INPUT_OBJECT

InsightNotificationRuleFilter

Input parameter for insights notification rules query

link GraphQL Schema definition

  • input InsightNotificationRuleFilter {
  • # Query Notification Rules if notification criteria has impacted app names
  • # specified
  • impactedServiceAsCriteria: [String!]
  • # Query Notification Rules based on the Notification Target Type (email/slack..)
  • notificationTargetIdContains: String
  • # Query Notification Rules if notification criteria has insight severity specified
  • severityAsCriteria: [InsightSeverity!]
  • # Query Notification Rules if notification criteria has one or more source
  • # specified
  • sourceAsCriteria: [ObservationSource!]
  • # Query Notification Rules if notification criteria has insight status specified
  • statusAsCriteria: [InsightStatus!]
  • }