Rolls back the configurations from the staging environment to the production environment.
Note The maximum number of times that users can call this operation per second is 30.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | RollbackDcdnStagingConfig |
The operation that you want to perform. Set the value to RollbackDcdnStagingConfig. |
DomainName | String | Yes | example.com |
The name of the accelerated domain. You can specify only one domain name. |
FunctionName | String | Yes | aliauth |
The name of the feature. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 |
The ID of the request. |
Examples
Sample requests
http://dcdn.aliyuncs.com/?Action=RollbackDcdnStagingConfig
&DomainName=example.com
&FunctionNam=aliauth
&<Common request parameters>
Sample success responses
XML
format
<RollbackDcdnStagingConfigResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</RollbackDcdnStagingConfigResponse>
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
404 | StagingConfig.NotFound | The staging configuration does not exist. | The error message returned because the configuration does not exist in the staging environment. |
For a list of error codes, visit the API Error Center.