tencent cloud

APIs

文档APIsTDMQ for MQTTCertificate APIsDescribeDeviceCertificates

DescribeDeviceCertificates

Download
聚焦模式
字号
最后更新时间: 2026-05-12 11:31:53

1. API Description

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

Query device certificates with paging

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: DescribeDeviceCertificates.
Version Yes String Common Params. The value used for this API: 2024-05-16.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
InstanceId Yes String Tencent Cloud MQTT instance ID can be obtained from the console.
Filters.N No Array of Filter Support search parameter
Client id: Client id, obtained based on actual business operations.
CaSn: The SN serial number of the CA certificate belonging to it can be obtained by querying the cluster CA certificate list (https://www.tencentcloud.com/document/api/1778/116206?from_cn_redirect=1) or through business operations.
DeviceCertificateSn: SN serial number of the device certificate. Can be obtained from Query Device Certificate Detail.
DeviceCertificateCn: The device certificate CN.
OrganizationalUnit: Cert OU
NotAfterEnd: Certificates with expiration time less than or equal to the specified time
NotAfterStart: Cert with expiration time equal to or greater than the specified time
Status: Device certificate status. ACTIVE (activated); INACTIVE (inactive); REVOKED (revoked); PENDING_ACTIVATION (to be activated).
Limit No Integer Pagination limit. Default 20. Maximum 100.
Offset No Integer Pagination offset, default 0
OrderBy No String Sorting rule
CREATE_TIME_DESC, descending order by creation time
CREATE_TIME_ASC, sort by creation time in ascending order
UPDATE_TIME_DESC, descending order by update time
UPDATE_TIME_ASC, update time in ascending order

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number.
Data Array of DeviceCertificateItem Device certificate list
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 Example

Example

Input Example

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

{
    "InstanceId": "mqtt-qgzaawn9"
}

Output Example

{
    "Error": null,
    "RequestId": null,
    "Response": {
        "Data": [
            {
                "ClientId": "client-1",
                "DeviceCertificateSn": "0eef68a582b94254296e54ce754f94d707a59913",
                "DeviceCertificateCn": "tx",
                "DeviceCertificate": "-----BEGIN CERTIFICATE-----\n-----END CERTIFICATE-----\n",
                "CaSn": "1b1e3bf3702110125887a3a721a7e66f05522513",
                "OrganizationalUnit": "tx",
                "Format": "PEM",
                "Status": "ACTIVE",
                "CertificateSource": "API",
                "LastActivationTime": 1742983099435,
                "LastInactivationTime": 0,
                "CreatedTime": 1742983115198,
                "UpdateTime": 1742983115198,
                "NotBeforeTime": 1734537600000,
                "NotAfterTime": 1766073600000
            }
        ],
        "RequestId": "378f8c36-a6a1-406c-85ac-f2379386eed6",
        "TotalCount": 1
    }
}

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.

帮助和支持

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

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

文档反馈