You need to enable JavaScript to run this app.
导航
UnackAlarm
最近更新时间:2024.07.12 17:21:37首次发布时间:2022.11.01 11:26:01

取消报警任务ACK。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com/?Action=UnackAlarm&Version=2022-10-12
ServiceName: apmplus_openapi
Region: cn-beijing 
X-App-Ids: xxx
Content-Type: application/json

请求参数

Query

参数类型是否必选示例值描述
ActionStringUnackAlarm接口名称。当前 API 的名称为 UnackAlarm
VersionString2022-10-12接口版本。当前 API 的版本为 2022-10-12

Body

参数类型是否必选示例值描述
commonObject of Common-通用参数。
idLong302报警任务ID列表。

Common

参数类型是否必选示例值描述
aidLong12345应用ID。
osStringwebpro服务类型。

返回参数

参数类型示例值描述
dataString-返回内容。
error_msgString""错误信息。成功为""
error_noInteger0错误码。成功为0。

请求示例

POST https://open.volcengineapi.com/?Action=UnackAlarm&Version=2022-10-12
{
    "common":{
        "aid":12345,
        "os":"webpro"
    },
    "id":302
}

返回示例

{
    "err_detail":"",
    "data":"success",
    "error_msg":"",
    "error_no":0
}

错误码

本接口无特有的错误码。更多信息请参见错误码