INPUT_OBJECT

ObservabilityAlertNotificationCriteriaInput

link GraphQL Schema definition

  • input ObservabilityAlertNotificationCriteriaInput {
  • # based on the name of the Observability Alert
  • name: String
  • # This is the originatingEntity of the Observability Alert
  • resource: String
  • # based on the severity of the Observability Alert
  • severities: [InsightSeverity]
  • # can be a list of source from AWS/Azure etc
  • sources: [ObservationSource]
  • # based on the status of the Observability Alert
  • statuses: [ObservationStatus]
  • }