Switches service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switches service traffic back to the associated cloud resources.
Operation description
You can call the SwitchSchedulerRule operation to modify the resources to which service traffic is switched for a scheduling rule. For example, you can switch service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switch the service traffic back to the associated cloud resources.
Before you call this operation, you must have created a scheduling rule by calling the CreateSchedulerRule operation.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:SwitchSchedulerRule |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RuleName |
string |
Yes |
The name of the scheduling rule to manage. Note
You can call the DescribeSchedulerRules operation to query the names of all scheduling rules. |
testrule |
| RuleType |
integer |
Yes |
The type of the scheduling rule. Valid values:
|
6 |
| SwitchData |
string |
Yes |
The configuration that is used to switch service traffic. This parameter is a string that consists of JSON arrays. Each element in a JSON array is a JSON struct that includes the following parameters:
|
[{"Value":"39.104.XX.XX","State":0,"Interval":-1}] |
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
7E3C301F-84BB-50E4-9DB9-2937B2429C1E |
Examples
Success response
JSON format
{
"RequestId": "7E3C301F-84BB-50E4-9DB9-2937B2429C1E"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.