INPUT_OBJECT

ObservabilityAlertFilterInput

Observability Alert provider filer input

link GraphQL Schema definition

  • input ObservabilityAlertFilterInput {
  • # Observability Alert type, ex: METRIC, LOG
  • alertType: ObservabilityAlertType
  • # Filter Alerts by createdBy
  • createdBy: String
  • # Filter Alerts based on whether schedule is enabled or not
  • enabled: Boolean
  • # Filter alerts based on entity ID
  • entityId: String
  • # Filter alerts based on entity type
  • entityType: String
  • # Filter Alerts by name
  • name: [String!]
  • # Filter Alerts by Id(use policyId)
  • policyId: [String!]
  • # Template ID of the observability alert runbook
  • runbookTemplateId: String
  • # Filter Alerts Source of the alert
  • source: String
  • # Observability Alert Threshold type, ex: STATIC, DYNAMIC
  • thresholdType: ObservabilityAlertThresholdType
  • # Filter Alerts by updatedBy
  • updatedBy: String
  • }