DetectorAbnormalTimePeriod interface

Class representing Abnormal Time Period detected.

Properties

endTime

End time of the correlated event

message

Message describing the event

metaData

Downtime metadata

priority

Represents the rank of the Detector

solutions

List of proposed solutions

source

Represents the name of the Detector

startTime

Start time of the correlated event

type

Represents the type of the Detector

Property Details

endTime

End time of the correlated event

endTime?: Date

Property Value

Date

message

Message describing the event

message?: string

Property Value

string

metaData

Downtime metadata

metaData?: NameValuePair[][]

Property Value

priority

Represents the rank of the Detector

priority?: number

Property Value

number

solutions

List of proposed solutions

solutions?: Solution[]

Property Value

source

Represents the name of the Detector

source?: string

Property Value

string

startTime

Start time of the correlated event

startTime?: Date

Property Value

Date

type

Represents the type of the Detector

type?: IssueType

Property Value