INPUT_OBJECT

InsightNotificationCriteriaInput

link GraphQL Schema definition

  • input InsightNotificationCriteriaInput {
  • # Impacted Service / Application
  • impactedServices: [String]
  • # This is the originatingEntity of the Insight
  • resource: String
  • # based on the severity of the insight
  • severities: [InsightSeverity]
  • # can be a list of source from AWS/Azure etc
  • sources: [ObservationSource]
  • # based on the status of the Insight
  • statuses: [InsightStatus]
  • }