手動チェック実行
POST /dashboard/services/{id}/monitors/{monitorId}/check
POST
/dashboard/services/{id}/monitors/{monitorId}/check
モニターのチェックを即座に実行し、結果を返す。 同一モニターに対して5分に1回まで。非活性モニターは実行不可。 チェック結果の後処理 (インシデント判定・通知) は best-effort で、 失敗してもチェック結果は 200 で返る。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
サービス ID
monitorId
required
string
モニター ID
Responses
Section titled “ Responses ”チェック結果。SSRF 保護に引っかかった場合も status=down / statusCode=0 のチェック結果として 200 で返る。
object
result
object
status
string
responseTimeMs
number
statusCode
integer
errorMessage
string
monitor
object
id
string
teamId
string
type
string
name
string
config
Type-specific configuration
object
intervalSeconds
integer
status
string
isActive
integer
lastCheckedAt
string format: date-time
initializedAt
ISO 8601 timestamp of the first successful “up” check. Null while the monitor is in the initial grace period (incidents suppressed).
string format: date-time
maintenanceUntil
ISO 8601 timestamp until which the monitor is under maintenance. Null when not in maintenance.
string format: date-time
autoResolveMaintenance
Whether maintenance auto-resolves (1) or requires manual resolution (0).
integer
createdAt
string format: date-time
updatedAt
string format: date-time
モニターが非活性 (MONITOR_INACTIVE)
モニターが見つからない
手動チェックのクールダウン中 (5分に1回)
チェックを実行できなかった (CHECK_EXECUTION_FAILED)