DiagnosticDetectorResponse interface

Class representing Response from Diagnostic Detectors

Extends

Properties

abnormalTimePeriods

List of Correlated events found by the detector

data

Additional Data that detector wants to send.

detectorDefinition

Detector's definition

endTime

End time of the period

issueDetected

Flag representing Issue was detected.

metrics

Metrics provided by the detector

responseMetaData

Meta Data

startTime

Start time of the period

Inherited Properties

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

kind

Kind of resource.

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

abnormalTimePeriods

List of Correlated events found by the detector

abnormalTimePeriods?: DetectorAbnormalTimePeriod[]

Property Value

data

Additional Data that detector wants to send.

data?: NameValuePair[][]

Property Value

detectorDefinition

Detector's definition

detectorDefinition?: DetectorDefinition

Property Value

endTime

End time of the period

endTime?: Date

Property Value

Date

issueDetected

Flag representing Issue was detected.

issueDetected?: boolean

Property Value

boolean

metrics

Metrics provided by the detector

metrics?: DiagnosticMetricSet[]

Property Value

responseMetaData

Meta Data

responseMetaData?: ResponseMetaData

Property Value

startTime

Start time of the period

startTime?: Date

Property Value

Date

Inherited Property Details

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyOnlyResource.id

kind

Kind of resource.

kind?: string

Property Value

string

Inherited From ProxyOnlyResource.kind

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyOnlyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyOnlyResource.type