DetectorAbnormalTimePeriod interface
Class representing Abnormal Time Period detected.
Properties
end |
End time of the correlated event |
message | Message describing the event |
meta |
Downtime metadata |
priority | Represents the rank of the Detector |
solutions | List of proposed solutions |
source | Represents the name of the Detector |
start |
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
priority
Represents the rank of the Detector
priority?: number
Property Value
number
solutions
source
Represents the name of the Detector
source?: string
Property Value
string
startTime
Start time of the correlated event
startTime?: Date
Property Value
Date