Uploads a certificate for a specific domain name based on the certificate ID.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateCertificateByCertificateId | The operation that you want to perform. Set the value to CreateCertificateByCertificateId. |
Domain | String | Yes | www.example.com | The domain name that is added to WAF. Note You can call the DescribeDomainList operation to query the domain that have been connected to WAF. |
InstanceId | String | Yes | waf_elasticity-cn-0xldbqt**** | The ID of the WAF instance. |
CertificateId | Long | Yes | 3384669 | The ID of the certificate. Note You can call the DescribeCertificates operation to query the ID of all SSL certificates associated with the domain. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
CertificateId | Long | 3384669 | The ID of the certificate. |
RequestId | String | D7861F61-5B61-46CE-A47C-6B19160D5EB0 | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=CreateCertificateByCertificateId
&Domain=www.example.com
&InstanceId=waf_elasticity-cn-0xldbqt****
&CertificatedId=3384669
&<Common request parameters>
Sample success responses
XML
format
<CreateCertificateByCertificateIdResponse>
<CertificateId>3384669</CertificateId>
<RequestId>D7861F61-5B61-46CE-A47C-6B19160D5EB0</RequestId>
</CreateCertificateByCertificateIdResponse>
JSON
format
{
"CertificateId": "3384669",
"RequestId": "D7861F61-5B61-46CE-A47C-6B19160D5EB0"
}
Error codes
For a list of error codes, visit the API Error Center.