获取报警任务ACK状态。
ServiceName: apmplus_openapi Region: cn-beijing X-App-Ids: xxx Content-Type: application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetAlarmAckStatus | 接口名称。当前 API 的名称为 GetAlarmAckStatus 。 |
Version | String | 是 | 2022-10-12 | 接口版本。当前 API 的版本为 2022-10-12 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
common | Object of Common | 否 | - | 通用参数。 |
id | Long | 否 | 302 | 报警任务ID列表。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
aid | Long | 否 | 12345 | 应用ID。 |
os | String | 否 | webpro | 服务类型。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Object of Data | - | 返回内容。 |
error_msg | String | "" | 错误信息。成功为"" 。 |
error_no | Integer | 0 | 错误码。成功为0。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ack_status | Integer |
| 报警ACK状态。
|
ack_until_time | Long | 1666097456 | 报警ACK到期时间秒时间戳。 |
POST https://open.volcengineapi.com/?Action=GetAlarmAckStatus&Version=2022-10-12 { "common":{ "aid":12345, "os":"webpro" }, "id":302 }
{ "err_detail":"", "data":{ "ack_status":0, "ack_until_time":1666097456 }, "error_msg":"", "error_no":0 }
本接口无特有的错误码。更多信息请参见错误码。