Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertFilter

Package version

interface

An interface representing AlertFilter. Filters that can be specified on the alert

Hierarchy

  • AlertFilter

Index

Properties

Optional appearedOnTime

appearedOnTime: Date
member

{Date} [appearedOnTime] UTC time on which the alert appeared

Optional severity

severity: AlertSeverity
member

{AlertSeverity} [severity] Severity of the alert. Possible values include: 'Informational', 'Warning', 'Critical'

Optional sourceName

sourceName: undefined | string
member

{string} [sourceName] Source name of the alert

Optional sourceType

sourceType: AlertSourceType
member

{AlertSourceType} [sourceType] Source of the alert. Possible values include: 'Resource', 'Device'

Optional status

status: AlertStatus
member

{AlertStatus} [status] Status of the alert. Possible values include: 'Active', 'Cleared'

Generated using TypeDoc