Queries the list of certificate repositories.
Operation description
Queries the list of certificate repositories.
QPS limit
The single-user QPS limit for this API is 10 calls per second. If this limit is exceeded, the API calls are throttled, which may affect your business. Call this API appropriately.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:ListCertWarehouse |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The repository name. Fuzzy match is supported. |
name |
| InstanceId |
string |
No |
The repository instance. |
14dcc8afc7578e1f |
| Type |
string |
No |
The repository type. Valid values:
|
aliyunPCA |
| CurrentPage |
integer |
No |
The page number. Default value: 1. |
1 |
| ShowSize |
integer |
No |
The number of entries per page. Default value: 50. |
50 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ShowSize |
integer |
The number of entries per page. Default value: 50. |
50 |
| CurrentPage |
integer |
The page number. Default value: 1. |
1 |
| TotalCount |
integer |
The total number of entries. |
10 |
| CertWarehouseList |
array<object> |
The list of certificate repositories. |
|
|
object |
The certificate repository. |
||
| WhId |
integer |
The repository ID. |
1 |
| InstanceId |
string |
The sales instance. |
14dcc8afc7578e1f |
| Name |
string |
The repository name. |
name |
| PcaInstanceId |
string |
The PCA instance. |
14dcc8afc7578e1f |
| Qps |
integer |
Qps。 |
10 |
| Type |
string |
The repository type. Valid values:
|
aliyunPCA |
| EndTime |
integer |
The expiration time, in timestamp format. Unit: milliseconds. |
1665819958000 |
| IsExpired |
boolean |
Indicates whether the repository has expired. Valid values:
|
false |
| RequestId |
string |
The request ID. |
15C66C7B-671A-4297-9187-2C4477247A74 |
Examples
Success response
JSON format
{
"ShowSize": 50,
"CurrentPage": 1,
"TotalCount": 10,
"CertWarehouseList": [
{
"WhId": 1,
"InstanceId": "14dcc8afc7578e1f",
"Name": "name",
"PcaInstanceId": "14dcc8afc7578e1f",
"Qps": 10,
"Type": "aliyunPCA",
"EndTime": 1665819958000,
"IsExpired": false
}
],
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.