Querying a Task (Old Edition)
Function
This API is used to query a task on the old UI.
URI
GET /v1/{project_id}/tasks/{task_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details, see Obtaining a Project ID. Minimum: 0 Maximum: 64 |
task_id |
Yes |
Integer |
Task ID. Minimum: 0 Maximum: 2147483647 |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
code |
String |
Response code. Minimum: 0 Maximum: 1024 |
message |
String |
Response message. Minimum: 0 Maximum: 1024 |
taskInfo |
TaskInfo object |
Task details. |
Parameter |
Type |
Description |
---|---|---|
bench_concurrent |
Integer |
Benchmark concurrency. Minimum: 0 Maximum: 2147483647 |
case_list |
Array of CaseInfoDetail objects |
Case ID list. Array Length: 0 - 1000 |
create_time |
String |
Creation time. |
description |
String |
Description. Minimum: 0 Maximum: 1024 |
name |
String |
Task name. Minimum: 0 Maximum: 1024 |
operate_mode |
Integer |
Task mode (0: by duration; 1: by count; 2: both). Minimum: 0 Maximum: 2147483647 |
project_id |
Integer |
ID of the project to which the task belongs. Minimum: 0 Maximum: 2147483647 |
related_temp_running_data |
Array of RelatedTempRunningData objects |
Brief information about the latest running report, including the running task ID, that is, the task_run_info_id of the object. ID of a running case, that is, related_temp_running_id of the object. Array Length: 0 - 1024 |
run_status |
Integer |
Task running status (9: waiting to run; 0: running; 1: paused; 2: ended; 3: stopped abnormally; 4: stopped by the user (completed); 5: stopped by the user). Minimum: 0 Maximum: 2147483647 |
update_time |
String |
Time when a task is updated. Minimum: 0 Maximum: 1024 |
parallel |
Boolean |
Whether cases are executed in parallel between tasks. |
Parameter |
Type |
Description |
---|---|---|
case_id |
Integer |
Case ID. Minimum: 0 Maximum: 2147483647 |
name |
String |
Case name. Minimum: 0 Maximum: 1024 |
case_type |
Integer |
Case type (0: normal case). Minimum: 0 Maximum: 2147483647 |
contents |
Array of Contents objects |
Case script information. Array Length: 0 - 1024 |
for_loop_params |
Array of objects |
Logic controller field of the old edition. This parameter is not used in the current edition. Array Length: 0 - 10240 |
increase_setting |
Array of objects |
Gradient increment. Array Length: 0 - 10240 |
stages |
Array of TestCaseStage objects |
Phase information. Array Length: 0 - 1024 |
status |
Integer |
Status (0: deleted; 1: enabled; 2: disabled). Minimum: 0 Maximum: 2147483647 |
temp_id |
Integer |
Case ID. Minimum: 0 Maximum: 2147483647 |
sort |
Integer |
Sorting field. |
directory_id |
Integer |
Directory ID of the case. This parameter is optional for APIs of earlier versions. Minimum: 0 Maximum: 2147483647 |
setup_contents |
Array of Contents objects |
Preparations. |
user_replicas |
Integer |
Actuators. Minimum: 0 Maximum: 2147483647 |
collect_log_policy |
Integer |
Log collection policy (0: request mode; 1: case mode). Minimum: 0 Maximum: 32 |
link_app_list |
Array of integers |
Associated full-link application list. |
case_info |
CaseDoc object |
Text case information. |
Parameter |
Type |
Description |
---|---|---|
operate_mode |
Integer |
Pressure phase mode (0: by duration; 1: by count). |
name |
String |
Phase name. |
time |
Integer |
Duration, in seconds. |
start_time |
Integer |
Start time. |
end_time |
Integer |
End time. |
issue_num |
Integer |
Maximum concurrency. |
count |
Integer |
Total transmission times. |
pressure_mode |
Integer |
Pressure mode (0: concurrent mode; 1: TPS mode; 2: high pressure mode; 3: surge concurrency mode; 4: surge TPS mode; 5: flapping concurrency mode; 6: flapping TPS mode; 7: intelligent high pressure mode). |
tps_value |
Integer |
TPS value in TPS mode. |
current_user_num |
Integer |
Start concurrency. |
current_tps |
Integer |
Start TPS value. |
voltage_regulating_mode |
Integer |
Pressure adjustment mode (0: automated; 1: manual). |
maximum |
Integer |
Maximum concurrency in the surge mode. |
minimum |
Integer |
Minimum concurrency in the surge mode. |
loop_count |
Integer |
Oscillation/surge times. |
max_duration |
Integer |
Peak duration in the surge mode. |
ramp_up |
Integer |
Ramp up (in seconds) in the peakload mode. |
peak_load_kpis |
StageKpiItems object |
Expected KPI. |
step_duration |
Integer |
Single-step execution duration in the intelligent peakload mode. |
step_size |
Integer |
Increase concurrency in the intelligent peakload mode. |
Parameter |
Type |
Description |
---|---|---|
average_response_time |
StageKpiItem object |
Average response time. |
success_rate |
StageKpiItem object |
Success rate. |
Parameter |
Type |
Description |
---|---|---|
comparison |
String |
Comparison operator. |
value |
Integer |
Comparison value. |
Parameter |
Type |
Description |
---|---|---|
content_id |
Integer |
Transaction ID. If the transaction ID is not 0, the card is a transaction. If it is 0, the card is not a transaction. Minimum: 0 Maximum: 2147483647 |
content |
Array of Content objects |
Content. Array Length: 0 - 1000 |
index |
Integer |
Sorting index. Minimum: 0 Maximum: 2147483647 |
selected_temp_name |
String |
Name of the selected transaction or case. Minimum: 0 Maximum: 40960 |
data |
Object |
Data to which the loop and condition controller apply. |
data_type |
Integer |
Type (0: default request; 1: data instruction; 201: cycle instruction; 202: condition instruction; 301: rendezvous point). Minimum: 0 Maximum: 2147483647 |
conditions |
Object |
If the type is 202 (condition instruction), this field configures the condition. |
is_disabled |
Boolean |
Whether to disable the AW. |
Parameter |
Type |
Description |
---|---|---|
content_type |
Integer |
Case card type (1: think time; 2: packet; 3: checkpoint; 4: variable extraction). Minimum: 0 Maximum: 2147483647 |
content |
ContentInfo object |
Content. |
Parameter |
Type |
Description |
---|---|---|
body_type |
Integer |
Body type (0: string; 1: form-data format; 3: x-www-form-urlencoded format). Minimum: 0 Maximum: 2147483647 |
bodys |
Array of objects |
bodys |
check_end_length |
Object |
Length of the data returned through TCP/UDP. |
check_end_str |
Object |
End character returned through TCP/UDP. |
check_end_type |
Object |
End type (1: data length; 2: end character) returned through TCP/UDP. |
connect_timeout |
Integer |
Timeout duration. Minimum: 0 Maximum: 2147483647 |
connect_type |
Integer |
Connection settings. This parameter is not used in the current edition. Minimum: 0 Maximum: 2147483647 |
headers |
Array of ContentHeader objects |
Request header. Array Length: 0 - 1024 |
http_version |
String |
HTTP version. Minimum: 0 Maximum: 1024 |
method |
String |
HTTP method. Minimum: 0 Maximum: 1024 |
name |
String |
Case name. Minimum: 0 Maximum: 1024 |
protocol_type |
Integer |
Protocol type (1: HTTP; 2: HTTPS; 3: TCP; 4: UDP; 7: HLS/RTMP; 9: WebSocket; 10: HTTP-FLV). Minimum: 0 Maximum: 2147483647 |
return_timeout |
Integer |
Response timeout. Minimum: 0 Maximum: 2147483647 |
return_timeout_param |
String |
Response timeout parameter. Minimum: 0 Maximum: 40960 |
url |
String |
Request URL. Minimum: 0 Maximum: 40960 |
rtmp_url |
String |
RTMP address. Minimum: 0 Maximum: 40960 |
flv_url |
String |
FLV address. Minimum: 0 Maximum: 40960 |
bitrate_type |
Integer |
Resolution policy. Minimum: 0 Maximum: 128 |
duration |
Integer |
Duration. Minimum: 0 Maximum: 2147483647 |
retry_delay |
Integer |
HLS retry delay. Minimum: 0 Maximum: 2147483647 |
retry_time |
Integer |
HLS retries. Minimum: 0 Maximum: 2147483647 |
Parameter |
Type |
Description |
---|---|---|
key |
String |
Key. Minimum: 0 Maximum: 40960 |
value |
String |
Value. Minimum: 0 Maximum: 40960 |
Parameter |
Type |
Description |
---|---|---|
description |
String |
Case description. Minimum: 0 Maximum: 2147483647 |
label_names |
Array of strings |
Tags. |
preparation |
String |
Preparations. Minimum: 0 Maximum: 2147483647 |
rank |
Integer |
Case level (0: L0, 1: L1, 2: L2, 3: L3, 4: L4). Minimum: 0 Maximum: 64 |
status_code |
Integer |
Status (0: new; 5: designing; 6: testing; 7: completed). |
steps |
Array of steps objects |
Procedure. |
Parameter |
Type |
Description |
---|---|---|
expect_result |
String |
Step description. Minimum: 0 Maximum: 2147483647 |
test_step |
String |
Expected result. Minimum: 0 Maximum: 2147483647 |
Parameter |
Type |
Description |
---|---|---|
task_run_info_id |
Integer |
ID of a running task, that is, the report ID. When a task API (for updating task status or starting or stopping tasks in batches) is called, the running task ID is returned. Minimum: 0 Maximum: 2147483647 |
related_temp_running_id |
Integer |
ID of a running case. The value is same as that of the running case ID (case_run_id) of other APIs (such as a report API). Minimum: 0 Maximum: 2147483647 |
temp_id |
Integer |
Case ID. Minimum: 0 Maximum: 2147483647 |
temp_name |
String |
Case name. Minimum: 0 Maximum: 4096 |
content_method_url |
Array of strings |
Request information, including the request name, method, and URL. |
related_temp_running_data |
Array of TempRunningData objects |
Brief information about the latest running report. |
Parameter |
Type |
Description |
---|---|---|
content_method_url |
Array of strings |
Request information, including the request name, method, and URL. |
crawler_status |
Integer |
Request running status (0: normal response; 1: parsing failed; 2: comparison failed; 3: response timed out). |
related_temp_running_id |
Integer |
ID of a running case. The value is same as that of the running case ID (case_run_id) of other APIs (such as a report API). |
task_run_info_id |
Integer |
ID of a running task, that is, the report ID. When a task API (for updating task status or starting or stopping tasks in batches) is called, the running task ID is returned. |
temp_id |
Integer |
Case or transaction ID. |
temp_name |
String |
Case or transaction name. |
temp_running_status |
Integer |
Running status (9: waiting to run; 0: running; 2: ended; 3: stopped abnormally; 4: stopped by the user (completely stopped); 5: stopped by the user (stopping)). |
Example Requests
Querying details about the task whose ID is 1.
/v1/{project_id}/tasks/1
Example Responses
Status code: 200
success
{ "code" : "SVCSTG.CPTS.0000000", "message" : "success", "taskInfo" : { "bench_concurrent" : 100, "case_list" : [ { "case_id" : 18393, "case_type" : 0, "contents" : [ { "content_id" : 0, "content" : [ { "content_type" : 2, "content" : { "body_type" : 0, "bodys" : [ ], "check_end_length" : null, "check_end_str" : null, "check_end_type" : null, "connect_timeout" : 5000, "connect_type" : 1, "headers" : [ { "key" : "Content-Type", "value" : "application/json" } ], "http_version" : "HTTP/1.1", "method" : "GET", "name" : "Msg-33419", "protocol_type" : 2, "return_timeout" : 5000, "return_timeout_param" : null, "url" : "https://www.domain-example.com" } } ], "index" : 0, "selected_temp_name" : "", "data" : null, "data_type" : 0, "conditions" : null, "is_disabled" : false } ], "for_loop_params" : [ ], "increase_setting" : [ ], "name" : "case", "sort" : 1, "stages" : [ { "operate_mode" : 0, "name" : "Stage-pd44", "time" : 60, "start_time" : 0, "end_time" : 0, "issue_num" : 10, "count" : 1, "pressure_mode" : 0, "tps_value" : 1, "current_user_num" : 10, "current_tps" : 1, "voltage_regulating_mode" : 0, "maximum" : 3, "minimum" : 1, "loop_count" : 2, "max_duration" : 30, "ramp_up" : 30, "peak_load_kpis" : { "average_response_time" : { "comparison" : "<=", "value" : 60000 }, "success_rate" : { "comparison" : ">=", "value" : 0 } }, "step_duration" : 30, "step_size" : 1 } ], "status" : 1, "temp_id" : 0 } ], "create_time" : "2022-09-20T14:23:42.87449+08:00", "description" : "", "name" : "task", "operate_mode" : 2, "parallel" : false, "project_id" : 17543, "related_temp_running_data" : [ { "content_method_url" : [ "testRequest#GET#https://www.example.com" ], "crawler_status" : 9, "related_temp_running_id" : 93868, "task_run_info_id" : 79515, "temp_id" : 0, "temp_name" : "testCase", "temp_running_status" : 2 } ], "run_status" : 2, "update_time" : "2022-09-20T14:23:43.579707+08:00" } }
Status Codes
Status Code |
Description |
---|---|
200 |
success |
501 |
unknown error |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot