This API enables you to query the execution status of a specified Anti-DDoS configuration task.
GET /v1/{project_id}/query_task_status
You can use ? and & behind the URI to add query conditions, as shown in the request example.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
User ID |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
task_id |
Yes |
String |
Task ID (nonnegative integer) character string |
Name |
Type |
Description |
---|---|---|
task_status |
String |
Status of a task, which can be one of the following:
|
task_msg |
String |
Additional information about a task |
GET /v1/67641fe6886f43fcb78edbbf0ad0b99f/query_task_status?task_id=4a4fefe7-34a1-40e2-a87c-16932af3ac4a
{ "task_status": "running", "task_msg": "" }
See Status Code.