Queries the status information about multiple client certificates and server certificates by using the serial numbers of the certificates.
Usage notes
You can call the DescribeClientCertificateStatusForSerialNumber operation to query the status information about multiple client certificates or server certificates at a time by using the serial numbers of the certificates. For example, you can query whether a certificate is revoked.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeClientCertificateStatusForSerialNumber |
The operation that you want to perform. Set the value to DescribeClientCertificateStatusForSerialNumber. |
SerialNumber | String | Yes | b67e53ebcea9b77d65b0c3236646d715**** |
The serial numbers of the client certificates or server certificates that you want to query. Separate multiple serial numbers with commas (,). Note You can call the ListClientCertificate operation to query the serial numbers of all client certificates and server certificates.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 15C66C7B-671A-4297-9187-2C4477247A74 |
The ID of the request. |
CertificateStatus | Array of CertificateStatus |
The details about the certificate. |
|
SerialNumber | String | b67e53ebcea9b77d65b0c3236646d715**** |
The serial number of the certificate. |
Status | String | good |
The status of the certificate. Valid values:
|
RevokeTime | Long | 2021-01-01T00:00 |
The date on which the certificate was revoked. Note This parameter is returned only when the value of the Status parameter is revoked. The value revoked indicates that the certificate is revoked.
|
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeClientCertificateStatusForSerialNumber
&SerialNumber=b67e53ebcea9b77d65b0c3236646d715****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeClientCertificateStatusForSerialNumberResponse>
<RequestId>15C66C7B-671A-4297-9187-2C4477247A74</RequestId>
<CertificateStatus>
<SerialNumber>b67e53ebcea9b77d65b0c3236646d715****</SerialNumber>
<Status>good</Status>
</CertificateStatus>
</DescribeClientCertificateStatusForSerialNumberResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "15C66C7B-671A-4297-9187-2C4477247A74",
"CertificateStatus" : [ {
"SerialNumber" : "b67e53ebcea9b77d65b0c3236646d715****",
"Status" : "good"
} ]
}
Error codes
For a list of error codes, visit the API Error Center.