INPUT_OBJECT

ObservabilityMetricAlertUpdateInput

Observability Metric Alert provider update input

link GraphQL Schema definition

  • input ObservabilityMetricAlertUpdateInput {
  • # description of the Alert
  • description: String
  • # ID of entity on which observability alert is triggered
  • entityId: String!
  • # Type of entity on which observability alert is triggered
  • entityType: String!
  • # name of the Alert
  • name: String!
  • # Version
  • nodeVersion: ID!
  • # Observability Policy id
  • policyId: String!
  • # Metric Alert rule input
  • rule: ObservabilityMetricAlertRuleInput!
  • # Template ID of the observability alert runbook
  • runbookTemplateId: String
  • # Source for alerts
  • source: String!
  • }