This operation lists the Transport Layer Security (TLS) inspection certificate authority (CA) certificates.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CaCertId |
string |
No |
The ID of the CA certificate. |
C3E91391-16CD-1BFC-A133-******D429 |
| CurrentPage |
integer |
No |
The page number for a paged query. The default value is 1. |
1 |
| PageSize |
integer |
No |
The maximum number of entries to return on each page for a paged query. The default value is 20. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The ID of the request. |
CBF1E9B7-D6A0-4E9E-AD3E-******837D |
| Certificates |
array<object> |
The list of certificates. |
|
|
object |
|||
| CaCertId |
string |
The ID of the CA certificate. |
2732BB48-2969-5716-B5D9-******CA85 |
| ExpirationTime |
integer |
The expiration timestamp. |
1934***149 |
| CaCertType |
string |
The type of the CA certificate. Valid values:
|
ROOT |
| AliasName |
string |
The alias of the certificate. |
rsa_ml_***_root |
| Algorithm |
string |
The encryption algorithm of the CA certificate. Valid values:
|
RSA |
| Status |
string |
The status of the certificate. Valid values:
|
ISSUE |
| KeySize |
integer |
The key length of the CA certificate. |
2048 |
| SignAlgorithm |
string |
The signature algorithm of the CA certificate. |
SHA256WITHRSA |
| ParentCaCertId |
string |
The ID of the parent CA certificate. |
340BB48-2969-5716-B5D9-****ACA85 |
| TotalCount |
integer |
The total number of entries. |
1 |
Examples
Success response
JSON format
{
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-******837D",
"Certificates": [
{
"CaCertId": "2732BB48-2969-5716-B5D9-******CA85",
"ExpirationTime": 0,
"CaCertType": "ROOT",
"AliasName": "rsa_ml_***_root",
"Algorithm": "RSA",
"Status": "ISSUE",
"KeySize": 2048,
"SignAlgorithm": "SHA256WITHRSA",
"ParentCaCertId": "340BB48-2969-5716-B5D9-****ACA85"
}
],
"TotalCount": 1
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrCasOpenApiFailed | Error querying certificate, please try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.