Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

Help Center/ Anti-DDoS/ API Reference/ Out-of-Date APIs/ Querying Anti-DDoS Tasks

Querying Anti-DDoS Tasks

Updated on 2024-09-12 GMT+08:00
NOTE:

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

    NOTE:

    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

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback