Modifying a Certificate
Function
This API is used to change the name or description of a certificate.
URI
Request
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
modify_key |
Yes |
String |
Change key. The value can be CERT_NAME or DESCRIPTION.
|
modify_value |
Yes |
String |
Modification details.
|
Response
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
response_info |
Yes |
String |
Request result. |
Examples
The following describes how to change the certificate name to sssaaaa.
- Example request
{ "modify_key":"CERT_NAME", "modify_value": "sssaaaa" }
- Example response
{ "response_info":"success" }
or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error code, 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