INPUT_OBJECT

ObservabilityLogAlertUpdateInput

Observability Log Alert provider create input.

link GraphQL Schema definition

  • input ObservabilityLogAlertUpdateInput {
  • # 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: ObservabilityLogAlertRuleInput!
  • # Template ID of the observability alert runbook
  • runbookTemplateId: String
  • # Source for alerts
  • source: String!
  • }