手動インシデント作成
POST /api/v1/incidents
POST
/api/v1/incidents
手動インシデントを作成する。write スコープが必要。
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
title
required
string
cause
string
Responses
Section titled “ Responses ”インシデント作成成功
object
incident
object
id
string
monitorId
string | null
teamId
string
type
string
status
string
title
string | null
startedAt
string format: date-time
resolvedAt
string | null format: date-time
cause
string | null
createdAt
string format: date-time
バリデーションエラー
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400未認証
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400