Domain name for API request: ssl.tencentcloudapi.com.
This API is used to re-submit a review application for a paid certificate whose review failed or was canceled.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ModifyCertificateResubmit. |
Version | Yes | String | Common Params. The value used for this API: 2019-12-05. |
Region | No | String | Common Params. This parameter is not required for this API. |
CertificateId | Yes | String | The certificate ID. |
Parameter Name | Type | Description |
---|---|---|
CertificateId | String | The certificate ID. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: ssl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyCertificateResubmit
<Common request parameters>
{
"CertificateId": "xxx"
}
{
"Response": {
"CertificateId": "xx",
"RequestId": "xx"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.CannotGetOrder | Failed to get order information. Try again later. |
FailedOperation.CertificateNotFound | The certificate does not exist. |
FailedOperation.CertificateStatusNotAllowResubmit | You cannot re-submit a review application for a certificate in this status. |
InvalidParameter.CertificateStatusNotAllowResubmit | u200cYou cannot re-submit a review application for a certificate in this status. |
InvalidParameter.WithDetailReason | The parameter is incorrect. |
Was this page helpful?