forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
6.9 KiB
6.9 KiB
Disabling Anti-DDoS
Functions
This asynchronous API allows you to disable the Anti-DDoS traffic scrubbing. Successfully invoking this API only means that the service node has received the disabling request. You need to use the task querying API to check the task execution status. For details about the task querying API, see Querying Anti-DDoS Tasks.
URI
Request
None
Response
Name |
Type |
Description |
---|---|---|
error_code |
String |
Internal error code |
error_description |
String |
Internal error description |
task_id |
String |
ID of a task. This ID can be used to query the status of the task. This field is reserved for use in task auditing later. It is temporarily unused. |
Example
- Example request
DELETE /v1/67641fe6886f43fcb78edbbf0ad0b99f/antiddos/1df977c2-fdc6-4483-bc1c-ba46829f57b8
- Example response
{ "error_code": "10000000", "error_description": "Task has been received and is being processed.", "task_id": "d90dc577-abd2-4be0-b2cf-cb8f5f67ddb0" }
Status Code
See Status Code.
Parent topic: Anti-DDoS APIs