You need to enable JavaScript to run this app.
导航

PCAlarmUnAck

最近更新时间2024.05.07 20:48:38

首次发布时间2022.11.15 20:38:48

调用PCAlarmUnAck接口取消ACK。

请求说明

  • 请求方式:POST
  • 请求地址:/?Action=PCAlarmUnAck&Version=2022-10-28
ServiceName : apmplus_openapi
Region : cn-beijing
X-App-Ids : xxx
Content-Type : application/json

请求参数

Query

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

Body

参数类型是否必选示例值描述
commonObject of CommonParams-通用参数。
idLong1报警规则ID。

CommonParams

参数类型是否必选示例值描述
osStringpc系统。
aidLong12345App ID。
envStringcrash环境信息。

返回参数

参数类型示例值描述
dataStringsuccess返回结果。
errmsgString""错误信息,成功时为空。
errnoInteger200错误码,成功为200。

请求示例

POST /?Action=PCAlarmUnAck&Version=2022-10-28
{
    "common": {
        "aid": 12345,
        "os": "pc",
        "env": "crash",
        "site_type": ""
    },
    "id": 1
}

返回示例

{
    "data": "success",
    "errmsg": "",
    "errno": 200
}