lb.api.qcloud.com
Action
field for this API is ReplaceCert
.Parameter | Required | Type | Description |
oldCertId | Yes | String | ID of the certificate to be replaced. This can be the ID of a server certificate, or a client certificate. |
newCertId | No | String | ID of the new certificate. If this is left empty, the newCertContent and newCertName parameters are required. For a server certificate, the newCertKey parameter is also required. |
newCertContent | No | String | Content of the new certificate. The newCertId parameter is required if this is left empty. |
newCertName | No | String | Name of the new certificate. The newCertId parameter is required if this is left empty. |
newCertKey | No | String | Private key of the new certificate. The newCertId parameter is required for a server certificate if this is left empty. |
Parameter | Type | Description |
code | Int | |
message | String | API-related module error message description. |
codeDesc | String | Description of the task execution status. |
https://lb.api.qcloud.com/v2/index.php?Action=ReplaceCert&oldCertId=4b9fc92b&newCertId=e2b6d555
{"code": 0,"message": "","codeDesc": "Success"}
Was this page helpful?