Domain name for API request: ssl.tencentcloudapi.com.
This API is used to submit a certificate order.
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: CommitCertificateInformation. |
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 | Certificate ID |
VerifyType | No | String | Domain validation method |
Parameter Name | Type | Description |
---|---|---|
OrderId | String | TrustAsia order ID |
Status | Integer | Certificate status. 0 : reviewing; 1 : approved; 2 : unapproved; 3 : expired; 4 : DNS record added; 5 : enterprise-grade certificate, pending submission; 6 : canceling order; 7 : canceled; 8 : information submitted, pending confirmation letter upload; 9 : revoking certificate; 10 : revoked; 11 : reissuing; 12 : pending revocation confirmation letter upload |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to submit a certificate order.
https://ssl.tencentcloudapi.com/?Action=CommitCertificateInformation
&CertificateId=abcb1234
&<Common request parameters>
{
"Response": {
"OrderId": "SO8zRv29",
"Status": 8,
"RequestId": "9b397ac6-7d01-4fbc-8acc-52dd6ff0877b"
}
}
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.AuthError | You do not have permission to perform this operation. |
FailedOperation.CertificateInvalid | The certificate is invalid. |
FailedOperation.CertificateNotFound | The certificate does not exist. |
FailedOperation.InvalidCertificateStatusCode | The certificate status is incorrect. |
FailedOperation.InvalidParam | Incorrect parameters. |
FailedOperation.NetworkError | The CA system is busy. Try again later. |
FailedOperation.NoProjectPermission | You do not have the permission to operate on this project. |
FailedOperation.NoRealNameAuth | You have not completed the identity verification. |
InternalError | Internal error. |
InternalError.BackendResponseError | An error occurred with the backend service response. |
Was this page helpful?