Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertFilter

Package version

interface

An interface representing AlertFilter. The OData filters to be used for Alert

Hierarchy

  • AlertFilter

Index

Properties

Optional appearedOnTime

appearedOnTime: Date
member

{Date} [appearedOnTime] Specifies the appeared time (in UTC) of the alerts to be filtered. Only 'Greater-Than' and 'Lesser-Than' operators are supported for this property.

Optional severity

severity: AlertSeverity
member

{AlertSeverity} [severity] Specifies the severity of the alerts to be filtered. Only 'Equality' operator is supported for this property. Possible values include: 'Informational', 'Warning', 'Critical'

Optional sourceName

sourceName: undefined | string
member

{string} [sourceName] Specifies the source name of the alerts to be filtered. Only 'Equality' operator is supported for this property.

Optional sourceType

sourceType: AlertSourceType
member

{AlertSourceType} [sourceType] Specifies the source type of the alerts to be filtered. Only 'Equality' operator is supported for this property. Possible values include: 'Resource', 'Device'

Optional status

status: AlertStatus
member

{AlertStatus} [status] Specifies the status of the alerts to be filtered. Only 'Equality' operator is supported for this property. Possible values include: 'Active', 'Cleared'

Generated using TypeDoc