tencent cloud

APIs

UpdateAlertStatusList

下载
聚焦模式
字号
最后更新时间: 2026-06-18 18:04:45

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Batch alarm status process API

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: UpdateAlertStatusList.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
ID.N Yes Array of NewAlertKey Alarm ID list
OperateType Yes Integer Operation type.
1: Revoke disposal
2: Marked with processed
3: Marked as ignored
4: Cancel tag disposal
5: Unmark ignore
MemberId.N No Array of String Group Account Member ID
OperatedMemberId.N No Array of String Member ID of the Called Group Account

3. Output Parameters

Parameter Name Type Description
Msg String Result Information
Code String Result Code
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Batch Handling Alarm Status

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpdateAlertStatusList
<Common request parameters>

{
    "MemberId": [
        "mem-tencent-4120f232321129"
    ],
    "OperateType": 3,
    "ID": [
        {
            "AppId": "1235123242",
            "Type": "ActiveOutbound",
            "SubType": "MaliciousRequest",
            "Source": "CWP",
"Name": "Access malicious address or domain name"
            "Key": "WRzIsdfMPkmukkUdsfsXfpZu",
            "Date": "2024-10-30T00:00:00+08:00"
        }
    ]
}

Output Example

{
    "Response": {
        "Code": "0",
        "Msg": "success",
        "RequestId": "fa5de592-7926-4e69-8ebe-00d1a7d6df55"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈