All Products
Search
Document Center

Platform For AI:ListBenchmarkTask

Last Updated:Oct 10, 2025

Lists all deployed stress testing tasks.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

eas:ListBenchmarkTask

list

*BenchmarkTask

acs:eas:{#regionId}:{#accountId}:benchmarktask/*

None None

Request syntax

GET /api/v2/benchmark-tasks HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

Filter

string

No

The filter used to query tasks. If you specify this parameter, the system returns tasks whose names or associated service names match the filter value.

test_bench

ServiceName

string

No

test_bench_srv

PageNumber

string

No

1

PageSize

string

No

The name of the Elastic Algorithm Service (EAS) service that corresponds to the stress testing task. For more information about how to query the service name, see ListServices.

10

Response elements

Element

Type

Description

Example

object

The response.

RequestId

string

The request ID.

40325405-579C-4D82****

Tasks

array<object>

The list of tasks.

object

The task details.

TaskName

string

The name of the stress testing task.

benchmark-larec-test-1076

TaskId

string

The ID of the stress testing task.

eas-b-gv4y86uvgt****i

ServiceName

string

The name of the service to be stress tested.

test_quota

Region

string

The region where the stress testing task is located.

cn-shanghai

AvailableAgent

integer

The number of available stress testing instances.

2

Status

string

The status of the stress testing task.

Valid values:

  • Creating :

    Creating

  • Starting :

    Starting

  • DeleteFailed :

    DeleteFailed

  • Running :

    Running

  • Stopping :

    Stopping

  • Error :

    Error

  • Updating :

    Updating

  • Deleting :

    Deleting

  • CreateFailed :

    CreateFailed

Running

Message

string

A summary of the task.

Benchmark task [benchmark-larec-test-1076] is Running

CreateTime

string

The time when the stress testing task was created.

2020-02-04T02:43:15Z

UpdateTime

string

The time when the stress testing task was last updated.

2020-06-24T03:11:30Z

TotalCount

integer

The total number of tasks.

1

PageNumber

integer

The page number of the returned list of tasks.

1

PageSize

integer

The number of tasks to return on each page.

20

Examples

Success response

JSON format

{
  "RequestId": "40325405-579C-4D82****",
  "Tasks": [
    {
      "TaskName": "benchmark-larec-test-1076",
      "TaskId": "eas-b-gv4y86uvgt****i",
      "ServiceName": "test_quota",
      "Region": "cn-shanghai",
      "AvailableAgent": 2,
      "Status": "Running",
      "Message": "Benchmark task [benchmark-larec-test-1076] is Running",
      "CreateTime": "2020-02-04T02:43:15Z",
      "UpdateTime": "2020-06-24T03:11:30Z"
    }
  ],
  "TotalCount": 1,
  "PageNumber": 1,
  "PageSize": 20
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.