All Products
Search
Document Center

Certificate Management Service:ListPcaCaCertificate

Last Updated:Dec 16, 2025

Queries private CA certificates.

Operation description

This operation queries the operation logs for both root and subordinate Certificate Authority (CA) certificates. These logs record operations such as certificate creation and status changes.

This operation has a limit of 10 queries per second (QPS) for each user. If you exceed the limit, API calls are throttled, which may affect your business. We recommend that you call this operation at a reasonable rate.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-cert:ListPcaCaCertificate

list

*All Resource

*

None

None

Request parameters

Parameter

Type

Required

Description

Example

NextToken

string

No

The token for the next page of results. Leave this parameter empty to start the query from the first page.

1d2db86sca4384811e0b5e8707e68181f

MaxResults

integer

No

The maximum number of entries to return on each page. The default value is 20.

Valid values: 1 to 2000.

20

Response elements

Element

Type

Description

Example

object

The response object for the paginated list of honeypot probe data.

List

array<object>

The data for the honeypot probes.

object

The data returned by the honeypot probe.

CertIdentifier

string

The certificate identifier. Use this identifier to query certificate details.

1ef78be5-******-b5ef0f0eba3d

Status

string

The certificate status.

ISSUE

CommonName

string

The common name of the certificate. This value is the same as the CommonName field in the Subject of the certificate.

Example Co., Ltd.

IssuerIdentifier

string

The identifier of the issuer certificate. Use this identifier to query the issuer certificate.

1ef78be5-******-b5ef0f0eba3d

PrivateCaInstanceId

string

The ID of the private CA instance.

cas_deposit-cn-******

PrivateCaRegionId

string

The region ID of the private CA instance.

cn-hangzhou

UserId

string

The Alibaba Cloud account ID.

166********

RequestId

string

The ID of the request.

12345678-1234-1234-1234-123456789ABC

TotalCount

integer

The total number of entries in the result set.

10

NextToken

string

The token for the next page of results. If this parameter is not returned, all results have been returned.

1d2db86sca4384811e0b5e8707e68181f

MaxResults

integer

The maximum number of entries returned on each page.

20

Examples

Success response

JSON format

{
  "List": [
    {
      "CertIdentifier": "1ef78be5-******-b5ef0f0eba3d",
      "Status": "ISSUE",
      "CommonName": "Example Co., Ltd.",
      "IssuerIdentifier": "1ef78be5-******-b5ef0f0eba3d",
      "PrivateCaInstanceId": "cas_deposit-cn-******",
      "PrivateCaRegionId": "cn-hangzhou",
      "UserId": "166********"
    }
  ],
  "RequestId": "12345678-1234-1234-1234-123456789ABC",
  "TotalCount": 10,
  "NextToken": "1d2db86sca4384811e0b5e8707e68181f",
  "MaxResults": 20
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.