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
- String!] : [
- # Query Notification Rules based on the Notification Target Type (email/slack..)
- String :
- # Query Notification Rules if notification criteria has insight severity specified
- InsightSeverity!] : [
- # Query Notification Rules if notification criteria has one or more source
- # specified
- ObservationSource!] : [
- # Query Notification Rules if notification criteria has insight status specified
- InsightStatus!] : [
- }