Queries the details about a ShangMi (SM) certificate.
Operation description
Note
You can call this operation up to 30 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CertIdentifier | string | Yes | The ID of the certificate. | 648****-cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"CertExpireTime": "2022-08-31T09:42:28Z",
"CertIdentifier": "648****-cn-hangzhou",
"RequestId": "A7C69682-7F88-40DD-A198-10D0309E439D",
"CommonName": "example.com",
"CertName": "yourCertName",
"Sans": "***.example.com",
"SignCertificate": "--BEGIN CERTIFICATE-----***-----END CERTIFICATE--",
"CertOrg": "DigiCert Inc",
"EncryptCertificate": "--BEGIN CERTIFICATE-----***-----END CERTIFICATE--"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidCertIdentifier.ValueNotSupported | The specified value of parameter CertIdentifier is not valid. | The CertIdentifier parameter is set to an invalid value. |
For a list of error codes, visit the Service error codes.