Enables or disables the ShangMi (SM) certificate for a domain name.
Operation description
Note
You can call this operation up to 30 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain name for which the SM certificate is configured. Note
The domain name must have HTTPS secure acceleration enabled.
| example.com |
CertIdentifier | string | Yes | The identifier of the certificate. The value is Certificate ID-cn-hangzhou. If the ID of the certificate is 123, CertIdentifier is set to 123-cn-hangzhou. | 123-cn-hangzhou |
SSLProtocol | string | Yes | Specifies whether to enable the SSL certificate. Valid values:
| on |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C8"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidCertIdentifier.ValueNotSupported | The specified value of parameter CertIdentifier is not valid. | The CertIdentifier parameter is set to an invalid value. |
For a list of error codes, visit the Service error codes.