Lists private certificate authority (CA) certificates.
Operation description
This operation lists CA certificates, including root and subordinate CA certificates.
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. 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. If this parameter is not returned, all results have been returned. |
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 |
NextTokenWithTotalCountPaginationResponse |
||
| List |
array<object> |
The list of CA certificates. |
|
|
object |
The basic information of a CA certificate. |
||
| 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 matches the CommonName field in the certificate Subject. |
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. Leave this parameter empty to start the query from the first page. If this parameter is not returned, all results have been returned. |
1d2db86sca4384811e0b5e8707e68181f |
| MaxResults |
integer |
The maximum number of entries to return 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.