Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnomalyTimelineItem

Package version

Represents anomaly timeline item.

Hierarchy

Index

Properties

azureResourceId

azureResourceId: string

The anomaly azure resource id.

Optional description

description: undefined | string

The anomaly description.

displayName

displayName: string

The anomaly name.

endTimeUtc

endTimeUtc: Date

The anomaly end time.

Optional intent

intent: undefined | string

The intent of the anomaly.

kind

kind: "Anomaly"

Polymorphic discriminator, which specifies the different types this object can be

Optional productName

productName: undefined | string

The anomaly product name.

Optional reasons

reasons: string[]

The reasons that cause the anomaly.

startTimeUtc

startTimeUtc: Date

The anomaly start time.

Optional techniques

techniques: string[]

The techniques of the anomaly.

timeGenerated

timeGenerated: Date

The anomaly generated time.

Optional vendor

vendor: undefined | string

The name of the anomaly vendor.

Generated using TypeDoc