メンテナンス開始
POST /dashboard/monitors/{id}/maintenance
POST
/dashboard/monitors/{id}/maintenance
指定した期間のメンテナンスウィンドウを開始する。メンテナンス中はチェックは継続するがインシデント生成が抑制される。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body required
Section titled “Request Body required ”object
durationSeconds
required
メンテナンス期間(秒)
integer
autoResolve
When true, maintenance auto-resolves at the scheduled end time. When false, maintenance persists until manually ended.
boolean
Responses
Section titled “ Responses ”メンテナンス開始成功
object
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
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
バリデーションエラー
モニターが見つからない