跳转到主要内容
POST
/
incident
/
severity
/
reset
严重程度更新
curl --request POST \
  --url 'https://api.flashcat.cloud/incident/severity/reset?app_key=' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "incident_id": "<string>",
  "incident_severity": "Critical"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string
必填

请求体

application/json
incident_id
string
必填

故障ID

incident_severity
enum<string>
必填

故障严重程度

可用选项:
Critical,
Warning,
Info

响应

200 - application/json
error
错误信息 · object

仅出现错误时返回