Reading the Information Entered When Applying for a Certificate
Function
This API is used to read the saved information about a certificate.
URI
Request
Request parameters
None
Response
Response parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
domain_name |
Yes |
String |
Domain name bound to a certificate. Example: www.domain.com |
sans |
Yes |
String |
Additional domain names of a multi-domain certificate. Multiple domain names are separated by semicolons (;). If a single-domain or wildcard domain certificate is applied for, the value of this parameter is empty. |
CSR |
Yes |
String |
Certificate signing request. |
country |
Yes |
String |
Country code. Example:
|
company_name |
Yes |
String |
Company name. |
company_unit |
Yes |
String |
Department name |
company_province |
Yes |
String |
State or region where a company is located. Example: Sichuan |
company_city |
Yes |
String |
City where a company is located. Example: Chengdu |
applicant_name |
Yes |
String |
Applicant name. Example: Tom |
applicant_phone |
Yes |
String |
Phone number of an applicant. Example: 13412345678 |
applicant_email |
Yes |
String |
Email of an applicant. Example: example.huawei.com |
contact_name |
Yes |
String |
Name of a technical contact. |
contact_phone |
Yes |
String |
Phone number of a technical contact. |
contact_email |
Yes |
String |
Email of a technical contact. |
bl |
Yes |
String |
Whether the picture of bank account opening permit has been uploaded.
|
tl |
Yes |
String |
Whether the business license of the company has been uploaded. 0: The business license of the company has not been uploaded. 1: The business license of the company has been uploaded. |
Example
- Example request
- Example response
{ "domain_name": "www.xzz.com", "sans": "", "CSR": null, "country": "CN", "company_unit": "Human Resource Dept", "company_name": "Huawei Chengdu branch", "company_province": "Sichuan", "company_city": "Chengdu", "applicant_name": "Tom", "applicant_phone": "13245678932", "applicant_email": "1027342346@qq.com", "contact_name": "Jacky", "contact_phone": "13526456325", "contact_email": "jk@jk.ff", "bl": "0", "tl": "1" }
or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about 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