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
Test
RAM authorization
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.