Obtaining Details of a Certificate
Function
This API is used to query details about a certificate.
URI
GET /v3/scm/certificates/{certificate_id}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
certificate_id |
Yes |
String |
Certificate ID. Minimum: 16 Maximum: 16 |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
User token. It can be obtained by calling the IAM API. The value of X-Subject-Token in the response header is the user token. Minimum: 32 Maximum: 2097152 |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
String |
Certificate ID. Minimum: 16 Maximum: 16 |
|
status |
String |
Certificate status. The options are: Minimum: 0 Maximum: 32 |
|
order_id |
String |
Order ID. Minimum: 0 Maximum: 63 |
|
name |
String |
Certificate name. Minimum: 3 Maximum: 63 |
|
type |
String |
Certificate type. Minimum: 0 Maximum: 32 |
|
brand |
String |
Certificate authority. Minimum: 0 Maximum: 32 |
|
push_support |
String |
Whether a certificate can be pushed. Minimum: 0 Maximum: 32 |
|
revoke_reason |
String |
Reason for certificate revocation. Minimum: 0 Maximum: 255 |
|
signature_algorithm |
String |
Signature algorithm. Minimum: 0 Maximum: 64 |
|
issue_time |
String |
Time when the certificate was issued. If no valid value is obtained, this parameter is left blank. Minimum: 0 Maximum: 32 |
|
not_before |
String |
Time when the certificate takes effect. If no valid value is obtained, this parameter is left blank. Minimum: 0 Maximum: 32 |
|
not_after |
String |
Time when the certificate becomes invalid. If no valid value is obtained, this parameter is left blank. Minimum: 0 Maximum: 32 |
|
validity_period |
Integer |
Certificate validity period, in months. Minimum: 12 Maximum: 12 |
|
validation_method |
String |
Domain ownership verification method. The value can be DNS, FILE, or EMAIL. Minimum: 0 Maximum: 32 |
|
domain_type |
String |
Domain name type. Minimum: 0 Maximum: 32 |
|
multi_domain_type |
String |
Multi-domain name type. Minimum: 0 Maximum: 32 |
|
domain |
String |
Domain name bound to a certificate. Minimum: 0 Maximum: 255 |
|
sans |
String |
Additional domain name associated with the certificate Minimum: 0 Maximum: 4096 |
|
domain_count |
Integer |
Number of domain names can be bound to a certificate. Minimum: 1 Maximum: 100 |
|
wildcard_count |
Integer |
Number of additional domain names can be bound to a certificate. Minimum: 0 Maximum: 99 |
|
fingerprint |
String |
SHA-1 certificate fingerprint Minimum: 40 Maximum: 40 |
|
shared |
Boolean |
Shared resource or not |
|
application_info |
application_info object |
Certificate application information. |
|
description |
String |
Certificate description. Minimum: 0 Maximum: 255 |
|
authentification |
Array of Authentification objects |
Domain ownership verification information. For details, see data structure of the Authentification field. Array Length: 0 - 100 |
|
Parameter |
Type |
Description |
|---|---|---|
|
country |
String |
Country or region. Minimum: 0 Maximum: 255 |
|
company_name |
String |
Company name. Minimum: 0 Maximum: 255 |
|
company_province |
String |
State/Province Minimum: 0 Maximum: 255 |
|
company_city |
String |
City where a company is located. Minimum: 0 Maximum: 255 |
|
applicant_name |
String |
Applicant name. Minimum: 0 Maximum: 255 |
|
applicant_phone |
String |
Phone number of an applicant. Minimum: 0 Maximum: 255 |
|
applicant_email |
String |
Email of an applicant. Minimum: 0 Maximum: 255 |
|
contact_name |
String |
Name of a technical contact. Minimum: 0 Maximum: 255 |
|
contact_phone |
String |
Phone number of the technical contact. Minimum: 0 Maximum: 255 |
|
contact_email |
String |
Email of a technical contact. Minimum: 0 Maximum: 255 |
|
Parameter |
Type |
Description |
|---|---|---|
|
record_name |
String |
Name of a domain ownership verification value. Minimum: 0 Maximum: 255 |
|
record_type |
String |
Type of the domain name verification value. Minimum: 0 Maximum: 255 |
|
record_value |
String |
Domain verification value. Minimum: 0 Maximum: 255 |
|
domain |
String |
Domain name mapping to the verification value Minimum: 0 Maximum: 255 |
Status code: 401
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Error code returned for an error request. Minimum: 3 Maximum: 36 |
|
error_msg |
String |
Error information returned for an error request. Minimum: 0 Maximum: 1024 |
Status code: 403
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Error code returned for an error request. Minimum: 3 Maximum: 36 |
|
error_msg |
String |
Error information returned for an error request. Minimum: 0 Maximum: 1024 |
Status code: 500
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Error code returned for an error request. Minimum: 3 Maximum: 36 |
|
error_msg |
String |
Error information returned for an error request. Minimum: 0 Maximum: 1024 |
Example Requests
None
Example Responses
Status code: 200
Normal return.
{
"id" : "scs1590053258704",
"order_id" : "CS20052117270N7V9",
"name" : "scm-testing",
"type" : null,
"brand" : null,
"push_support" : "OFF",
"revoke_reason" : null,
"status" : "UPLOAD",
"signature_algorithm" : null,
"issue_time" : null,
"not_before" : null,
"not_after" : null,
"validity_period" : 12,
"validation_method" :null,
"domain_type" : null,
"multi_domain_type" : null,
"domain" : "hosting-******.test.cn",
"sans" : null,
"domain_count" : 1,
"wildcard_count" : 0,
"fingerprint" : "185d687de3f44f2249d0e0f084efccb56b7c2cbe",
"enterprise_project_id" : "0"
}
Status code: 401
Authentication failed.
{
"error_code" : "SCM.XXX",
"error_msg" : "XXX"
}
Status code: 403
Access denied.
{
"error_code" : "SCM.XXX",
"error_msg" : "XXX"
}
Status code: 500
Failed to complete the request because of an internal server error.
{
"error_code" : "SCM.XXX",
"error_msg" : "XXX"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Normal return. |
|
401 |
Authentication failed. |
|
403 |
Access denied. |
|
404 |
Access page not found. |
|
500 |
Failed to complete the request because of an internal server error. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot