All Products
Search
Document Center

Anti-DDoS:SwitchSchedulerRule

Last Updated:Jul 11, 2024

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.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RuleNamestringYes

The name of the scheduling rule to manage.

Note You can call the DescribeSchedulerRules operation to query the names of all scheduling rules.
testrule
RuleTypeintegerYes

The type of the scheduling rule. Valid values:

  • 2: tiered protection rule
  • 3: network acceleration rule
  • 5: Alibaba Cloud CDN (CDN) interaction rule
  • 6: cloud service interaction rule
6
SwitchDatastringYes

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: required. The IP address of the associated resource. Data type: string.

  • State: required. The operation type. Data type: integer. Valid values:

    • 0: switches service traffic from the associated resource to your Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing.
    • 1: switches service traffic back to the associated cloud resource.
  • Interval: optional. The waiting time that is required before the service traffic is switched back. Unit: minutes. Data type: integer. Usage notes:

    • If the State parameter is set to 0, you must set this parameter to **-1**. Otherwise, the call fails.
    • If the State parameter is set to 1, you do not need to set this parameter.
[{"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 parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

7E3C301F-84BB-50E4-9DB9-2937B2429C1E

Examples

Sample success responses

JSONformat

{
  "RequestId": "7E3C301F-84BB-50E4-9DB9-2937B2429C1E"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history