Querying Anti-DDoS Tasks
 
 
  This API is a historical API and may not be maintained in the future. Please use the API in section "Querying Anti-DDoS Tasks".
Functions
This API enables you to query the execution status of a specified Anti-DDoS configuration task.
URI
- URI format
    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 description 
    Parameter Mandatory Type Description project_id Yes String User ID 
Request
- Parameter description 
    Parameter Mandatory Type Description task_id Yes String Task ID (non-negative integer) character string 
- Example request
    GET /v1/67641fe6886f43fcb78edbbf0ad0b99f/query_task_status?task_id=4a4fefe7-34a1-40e2-a87c-16932af3ac4a 
Response
- Parameter description 
    Name Type Description task_status String Status of a task, which can be one of the following:- success
- failed
- waiting
- running
- preprocess
- ready
 task_msg String Additional information about a task 
- Example response
    { "task_status": "running", "task_msg": "" }
Status Code
For details, see Status Code.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.
 
    