Lists all deployed stress testing tasks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:ListBenchmarkTask |
list |
*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:
|
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.