All Products
Search
Document Center

Certificate Management Service:GetMatchedResources

Last Updated:Jun 10, 2026

Retrieves the resources that match a certificate.

Operation description

本接口用于通过私有 CA 实例的 ID,查询您通过 SSL 证书服务控制台购买的私有 CA 实例的状态信息,例如,CA 实例的状态、包含的证书数量、已签发的证书数量等。

调用本接口前,您必须已经通过数字证书管理服务控制台购买了私有 CA。具体操作,请参见购买私有 CA

QPS 限制

本接口的单用户 QPS 限制为 10 次/秒。超过限制,API 调用将会被限流,这可能影响您的业务,请合理调用。

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

CertIds

string

Yes

The certificate IDs.

19736665

ResourceScope

string

No

The resource match scope. This parameter can be empty.

目前支持全部云产品

MaxResults

integer

No

Because of the large number of matched resources, the backend uses aggregation and does not support pagination. This parameter is reserved. By default, a maximum of 2,000 entries are returned.

2000

NextToken

string

No

Because of the large number of matched resources, the backend uses aggregation and does not support pagination. This parameter is reserved.

666

Response elements

Element

Type

Description

Example

object

OpenApiDefaultResponse<?>

Data

any

请求接口返回的数据。

[]

RequestId

string

本次请求的 ID。

26F62CED-1E0E-51AA-B8EB-BCD61C5B0C50

NextToken

string

下一个查询开始 Token,NextToken 为空说明没有下一个。

1d2db86sca4384811e0b5e8707e68181f

MaxResults

integer

分页参数:结果集的最大数量,默认值为 20。

20

Examples

Success response

JSON format

{
  "Data": "[]",
  "RequestId": "26F62CED-1E0E-51AA-B8EB-BCD61C5B0C50",
  "NextToken": "1d2db86sca4384811e0b5e8707e68181f",
  "MaxResults": 20
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.