共用方式為


DetectorAbnormalTimePeriod interface

代表偵測到異常時間週期的類別。

屬性

endTime

相互關聯的事件結束時間

message

描述事件的訊息

metaData

停機時間元數據

priority

代表 Detector 的排名

solutions

建議的解決方案清單

source

代表偵測器的名稱

startTime

相互關聯的事件的開始時間

type

代表偵測器的型別

屬性詳細資料

endTime

相互關聯的事件結束時間

endTime?: string | Date

屬性值

string | Date

message

描述事件的訊息

message?: string

屬性值

string

metaData

停機時間元數據

metaData?: NameValuePair[][]

屬性值

priority

代表 Detector 的排名

priority?: number

屬性值

number

solutions

建議的解決方案清單

solutions?: Solution[]

屬性值

source

代表偵測器的名稱

source?: string

屬性值

string

startTime

相互關聯的事件的開始時間

startTime?: string | Date

屬性值

string | Date

type

代表偵測器的型別

type?: "ServiceIncident" | "AppDeployment" | "AppCrash" | "RuntimeIssueDetected" | "AseDeployment" | "UserIssue" | "PlatformIssue" | "Other"

屬性值

"ServiceIncident" | "AppDeployment" | "AppCrash" | "RuntimeIssueDetected" | "AseDeployment" | "UserIssue" | "PlatformIssue" | "Other"