tencent cloud

Tencent Cloud Observability Platform

Release Notes and Announcements
Release Notes
Product Introduction
Overview
Strengths
Basic Features
Basic Concepts
Use Cases
Use Limits
Purchase Guide
Tencent Cloud Product Monitoring
Application Performance Management
Mobile App Performance Monitoring
Real User Monitoring
Cloud Automated Testing
Prometheus Monitoring
Grafana
EventBridge
PTS
Quick Start
Monitoring Overview
Instance Group
Tencent Cloud Product Monitoring
Application Performance Management
Real User Monitoring
Cloud Automated Testing
Performance Testing Service
Prometheus Getting Started
Grafana
Dashboard Creation
EventBridge
Alarm Service
Cloud Product Monitoring
Tencent Cloud Service Metrics
Operation Guide
CVM Agents
Cloud Product Monitoring Integration with Grafana
Troubleshooting
Practical Tutorial
Application Performance Management
Product Introduction
Access Guide
Operation Guide
Practical Tutorial
Parameter Information
FAQs
Mobile App Performance Monitoring
Overview
Operation Guide
Access Guide
Practical Tutorial
Tencent Cloud Real User Monitoring
Product Introduction
Operation Guide
Connection Guide
FAQs
Cloud Automated Testing
Product Introduction
Operation Guide
FAQs
Performance Testing Service
Overview
Operation Guide
Practice Tutorial
JavaScript API List
FAQs
Prometheus Monitoring
Product Introduction
Access Guide
Operation Guide
Practical Tutorial
Terraform
FAQs
Grafana
Product Introduction
Operation Guide
Guide on Grafana Common Features
FAQs
Dashboard
Overview
Operation Guide
Alarm Management
Console Operation Guide
Troubleshooting
FAQs
EventBridge
Product Introduction
Operation Guide
Practical Tutorial
FAQs
Report Management
FAQs
General
Alarm Service
Concepts
Monitoring Charts
CVM Agents
Dynamic Alarm Threshold
CM Connection to Grafana
Documentation Guide
Related Agreements
Application Performance Management Service Level Agreement
APM Privacy Policy
APM Data Processing And Security Agreement
RUM Service Level Agreement
Mobile Performance Monitoring Service Level Agreement
Cloud Automated Testing Service Level Agreement
Prometheus Service Level Agreement
TCMG Service Level Agreements
PTS Service Level Agreement
PTS Use Limits
Cloud Monitor Service Level Agreement
API Documentation
History
Introduction
API Category
Making API Requests
Monitoring Data Query APIs
Alarm APIs
Legacy Alert APIs
Notification Template APIs
TMP APIs
Grafana Service APIs
Event Center APIs
TencentCloud Managed Service for Prometheus APIs
Monitoring APIs
Data Types
Error Codes
Glossary

DescribeAlarmHistories

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-11-13 20:45:50

1. API Description

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

This API is used to query the alarm records.

Note: If you use a sub-account, you can only query the alarm records of authorized projects or uncategorized products.

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: DescribeAlarmHistories.
Version Yes String Common Params. The value used for this API: 2018-07-24.
Region No String Common Params. This parameter is not required.
Module Yes String Value fixed at "monitor"
PageNumber No Integer Page number starting from 1. Default value: 1
PageSize No Integer Number of entries per page. Value range: 1–100. Default value: 20
Order No String Sort by the first occurrence time in descending order by default. Valid values: ASC (ascending), DESC (descending)
StartTime No Integer Start time, which is the timestamp one day ago by default and the time when the alarm FirstOccurTime first occurs. An alarm record can be searched only if its FirstOccurTime is later than the StartTime.
EndTime No Integer End time, which is the current timestamp and the time when the alarm FirstOccurTime first occurs. An alarm record can be searched only if its FirstOccurTime is earlier than the EndTime.
MonitorTypes.N No Array of String Filter by monitor type. Valid values: "MT_QCE" (Tencent Cloud service monitoring), "MT_TAW" (application performance monitoring), "MT_RUM" (frontend performance monitoring), "MT_PROBE" (cloud automated testing). If this parameter is left empty, all types will be queried by default.
AlarmObject No String Filter by alarm object. Fuzzy search with string is supported
AlarmStatus.N No Array of String Filter by alarm status. Valid values: ALARM (not resolved), OK (resolved), NO_CONF (expired), NO_DATA (insufficient data). If this parameter is left empty, all will be queried by default
ProjectIds.N No Array of Integer Filter by project ID. Valid values: -1 (no project), 0 (default project)
InstanceGroupIds.N No Array of Integer Filter by instance group ID
Namespaces.N No Array of MonitorTypeNamespace Filter by policy type. Monitoring type and policy type are first-level and second-level filters respectively and both need to be passed in. For example, [{"MonitorType": "MT_QCE", "Namespace": "cvm_device"}]
MetricNames.N No Array of String Filter by metric name
Reference for values
DescribeAlarmMetrics
PolicyName No String Fuzzy search by policy name
Content No String Fuzzy search by alarm content
ReceiverUids.N No Array of Integer Search by recipient
ReceiverGroups.N No Array of Integer Search by recipient group
PolicyIds.N No Array of String Search by alarm policy ID list

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number
Histories Array of AlarmHistory Alarm record list
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Querying alert records

Monitoring type is a first-level filter, and policy type is a second-level filter. Therefore, the policy type is meaningful only after the monitoring type is specified in the Namespaces field.

To query the alert records of "CVM - Basic Monitoring", the filter should be monitoring type (Tencent Cloud service monitoring), policy type (CVM - Basic Monitor).

Enter ["MT_QCE"] for MonitorTypes as the first-level filter.

Enter [{"MonitorType": "MT_QCE", "Namespace": "cvm_device"}] for Namespaces as the second-level filter.

Input Example

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

{
    "Module": "monitor",
    "PageNumber": 1,
    "PageSize": 10,
    "StartTime": 1598976507,
    "EndTime": 1599019707
}

Output Example

{
    "Response": {
        "TotalCount": 486,
        "Histories": [
            {
                "Dimensions": "xx",
                "LastOccurTime": 1603162964,
                "Namespace": "xx",
                "Content": "xx",
                "PolicyId": "xx",
                "AlarmStatus": "xx",
                "ReceiverGroups": [
                    1544
                ],
                "VPC": "xx",
                "FirstOccurTime": 1603117860,
                "EventId": 0,
                "PolicyName": "xx",
                "ProjectId": 0,
                "Region": "xx",
                "AlarmObject": "xx",
                "AlarmId": "xx",
                "ReceiverUids": [
                    0
                ],
                "OriginId": "xx",
                "NoticeWays": [
                    "SMS",
                    "EMAIL",
                    "WECHAT"
                ],
                "ProjectName": "xx",
                "InstanceGroup": [
                    {
                        "Id": 430,
                        "Name": "xx"
                    }
                ],
                "MetricsInfo": [
                    {
                        "Description": "xx",
                        "QceNamespace": "xx",
                        "Period": 60,
                        "Value": "xx",
                        "MetricName": "xx"
                    }
                ],
                "MonitorType": "xx",
                "PolicyExists": 1,
                "AlarmType": "xx"
            },
            {
                "Dimensions": "xx",
                "LastOccurTime": 1603162964,
                "Namespace": "xx",
                "Content": "xx",
                "PolicyId": "xx",
                "AlarmStatus": "xx",
                "ReceiverGroups": [
                    0
                ],
                "VPC": "xx",
                "FirstOccurTime": 1603117860,
                "EventId": 0,
                "PolicyName": "xx",
                "ProjectId": 0,
                "Region": "xx",
                "AlarmObject": "xx",
                "AlarmId": "xx",
                "ReceiverUids": [
                    0
                ],
                "OriginId": "xx",
                "NoticeWays": [
                    "xx"
                ],
                "ProjectName": "xx",
                "InstanceGroup": [
                    {
                        "Id": 430,
                        "Name": "xx"
                    }
                ],
                "MetricsInfo": [
                    {
                        "Description": "xx",
                        "QceNamespace": "xx",
                        "Period": 0,
                        "Value": "xx",
                        "MetricName": "xx"
                    }
                ],
                "MonitorType": "xx",
                "PolicyExists": 1,
                "AlarmType": "xx"
            }
        ],
        "RequestId": "xx"
    }
}

Example2 Querying the alert records of "CVM - Basic Monitoring"

Monitoring type is a first-level filter, and rule type is a second-level filter. Therefore, the rule type is meaningful only after the monitoring type is specified in the Namespaces field.

To query the alert records of "CVM - Basic Monitoring", the filter should be monitoring type (Tencent Cloud service monitoring), rule type (CVM - Basic Monitor).

Enter ["MT_QCE"] for MonitorTypes as the first-level filter.

Enter [{"MonitorType": "MT_QCE", "Namespace": "cvm_device"}] for Namespaces as the second-level filter.

Input Example

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

{
    "Module": "monitor",
    "PageNumber": 1,
    "PageSize": 10,
    "StartTime": 1598976507,
    "EndTime": 1599019707,
    "MonitorTypes": [
        "MT_QCE"
    ],
    "Namespaces": [
        {
            "MonitorType": "MT_QCE",
            "Namespace": "cvm_device"
        }
    ]
}

Output Example

{
    "Response": {
        "Histories": [
            {
                "AlarmId": "c36494f8-ae38-45cb-8089-e14006bcfc67",
                "MonitorType": "MT_QCE",
                "Namespace": "cvm_device",
                "AlarmObject": "10.104.126.8 (private) | CVM 01 | Classic network",
                "Content": "CPU utilization > 0%",
                "FirstOccurTime": 1603117860,
                "LastOccurTime": 1603162964,
                "AlarmStatus": "ALARM",
                "PolicyId": "policy-abc01",
                "PolicyName": "CVM alerting rule 1",
                "VPC": "0",
                "ProjectId": 0,
                "ProjectName": "The default project",
                "InstanceGroup": [
                    {
                        "Id": 430,
                        "Name": "example-instance-group"
                    }
                ],
                "ReceiverUids": [],
                "ReceiverGroups": [
                    1544
                ],
                "NoticeWays": [
                    "SMS",
                    "EMAIL",
                    "WECHAT"
                ],
                "EventId": 0,
                "AlarmType": "METRIC",
                "OriginId": "1278441",
                "Region": "gz",
                "PolicyExists": 1,
                "MetricsInfo": [
                    {
                        "QceNamespace": "qce/cvm",
                        "MetricName": "CpuUsage",
                        "Period": 60,
                        "Value": "86.5",
                        "Description": "CPU utilization"
                    }
                ]
            },
            {
                "AlarmId": "779d129a-40a1-4acf-b226-d9c2ae26e63b",
                "MonitorType": "MT_QCE",
                "Namespace": "cvm_device",
                "AlarmObject": "10.104.126.9 (private) | CVM 02 | Classic network",
                "Content": "CPU utilization > 0%",
                "FirstOccurTime": 1603117860,
                "LastOccurTime": 1603162964,
                "AlarmStatus": "ALARM",
                "PolicyId": "policy-abc02",
                "PolicyName": "CVM alerting rule 2",
                "VPC": "0",
                "ProjectId": 0,
                "ProjectName": "The default project",
                "InstanceGroup": [
                    {
                        "Id": 430,
                        "Name": "example-instance-group"
                    }
                ],
                "ReceiverUids": [],
                "ReceiverGroups": [],
                "NoticeWays": [],
                "EventId": 0,
                "AlarmType": "METRIC",
                "OriginId": "1276973",
                "Region": "gz",
                "PolicyExists": 1,
                "MetricsInfo": null
            }
        ],
        "RequestId": "4bzogxhgsgs95hgmxne5ei6y9jjxvi1f",
        "TotalCount": 486
    }
}

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

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
FailedOperation Operation failed.
FailedOperation.DoHTTPTransferFailed Backend service timed out.
InternalError Internal error.
InvalidParameter Invalid parameter.
InvalidParameterValue The parameter value is incorrect.
LimitExceeded Quota limit is reached.
MissingParameter Missing parameter.
UnsupportedOperation Unsupported operation.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백