異常検知ベースライン取得
GET /dashboard/monitors/{id}/stats
GET
/dashboard/monitors/{id}/stats
過去7日間の時間別平均レスポンスタイムから 3σ ベースラインを計算して返す。 HTTP / TCP / Ping モニターのみ対象。他のタイプは unsupported: true で返す。 最低3時間分のデータが必要(不足時は thresholdMs=0)。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”異常検知ベースライン統計
object
stats
object
baselineMeanMs
過去7日間の時間別平均レスポンスタイムの平均 (ms)
integer
baselineStddevMs
標準偏差 (ms)
integer
thresholdMs
異常判定閾値 = mean + 3σ (ms)。0 はデータ不足を示す。
integer
baselineHours
ベースライン計算に使用した時間数
integer
unsupported
異常検知非対応のモニタータイプの場合 true
boolean
ae_error
Analytics Engine クエリエラー
string | null
モニターが見つからない