هذه الصفحة غير متوفرة حاليًا بلغتك المحلية. نحن نعمل جاهدين على إضافة المزيد من اللغات. شاكرين تفهمك ودعمك المستمر لنا.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Querying a Report

Function

This API is used to query a report.

URI

GET /v1/{project_id}/task-run-infos/{task_run_id}/case-run-infos/{case_run_id}/reports

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

task_run_id

Yes

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

case_run_id

Yes

Integer

ID of a running case. You can use the running task ID (task_run_id) as the path parameter to call the API for querying the case list of the task (see "Report Management") to obtain the ID set of the running cases associated with the report, and then use result.case_aw_info_list[index].case_uri_i as the index to locate the running case ID (case_run_id) in the response structure.

Minimum: 0

Maximum: 2147483647

project_id

Yes

String

Project ID. For details, see Obtaining a Project ID.

Minimum: 0

Maximum: 64

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

brokens_limit_count

Yes

Integer

Number of curve points.

Minimum: 0

Maximum: 2147483647

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

code

String

Response code.

Minimum: 0

Maximum: 1024

message

String

Response message.

Minimum: 0

Maximum: 1024

extend

String

Extension information.

Minimum: 0

Maximum: 1024

result

ReportInfo object

Report data returned by the data service.

Table 4 ReportInfo

Parameter

Type

Description

brokens

ReportbrokensInfo object

Curve data.

details

ReportdetailsInfo object

Table data details.

outline

ReportoutlineInfo object

Summary data.

rtproportion

String

Response time distribution.

taskInfo

ReportTaskInfo object

Task information.

respTimeRange

Object

Response time distribution.

Table 5 ReportbrokensInfo

Parameter

Type

Description

brand_brokens

BrandBrokens object

Bandwidth curve data.

commonTimestamps

Array of strings

Timestamp.

respcode_brokens

RespcodeBrokens object

Response code curve data.

tps_brokens

TpsBrokens object

TPS and response time curve data.

vusers_brokens

VusersBrokens object

Vusers curve data.

Table 6 BrandBrokens

Parameter

Type

Description

recBytes

Array of doubles

Number of received bytes.

sentBytes

Array of doubles

Number of sent bytes.

Table 7 RespcodeBrokens

Parameter

Type

Description

checkPointFailed

Array of doubles

Verification failed.

error

Array of doubles

The request is abnormal.

othersFailed

Array of doubles

Other failures.

parsedFailed

Array of doubles

Parsing failed.

refusedFailed

Array of doubles

The connection is rejected.

success

Array of doubles

The request is successful.

timeout

Array of doubles

Timeout failure.

Table 8 TpsBrokens

Parameter

Type

Description

average

Array of doubles

Average response time.

tps

Array of doubles

tps

Table 9 VusersBrokens

Parameter

Type

Description

vusers

Array of doubles

Number of virtual users.

Table 10 ReportdetailsInfo

Parameter

Type

Description

data

Array of ReportdetailItemInfo objects

Table data.

pageIndex

Integer

Page number.

pageSize

Integer

Number of records displayed on each page.

total

Integer

Total number of records.

Table 11 ReportdetailItemInfo

Parameter

Type

Description

customTransactions

Array of strings

User-defined transaction data.

detailDatas

Array of DetailDataInfo objects

AW data.

performance

PerformanceInfo object

Case data.

Table 12 DetailDataInfo

Parameter

Type

Description

averageRespTime

Double

Average response time.

avgRecBytes

Double

Average number of received bytes.

avgSentBytes

Double

Average number of sent bytes.

avgTranRespTime

Double

Average transaction response time.

caseUri

String

Case URI.

createTime

String

Creation time.

currentThreadNum

Double

Maximum number of concurrent users.

detailId

String

Details ID.

endTime

String

End time.

errorCount

Double

Number of failed requests.

errorEventsCount

Double

Number of transactions at the ERROR level.

failedAssert

Double

Assertion failed.

failedOthers

Double

Other failures.

failedParsed

Double

Parsing failed.

failedRefused

Double

The connection is rejected.

failedTimeout

Double

Timeout failure.

id

String

id

isAW

Boolean

Whether it is an AW type.

max

Double

Maximum response time.

maxRecBytes

Double

Maximum number of received bytes.

maxRespTime

Double

Maximum response time for the concurrency limit estimation.

maxSentBytes

Double

Maximum number of sent bytes.

maxTranRespTime

Double

Maximum transaction response time.

min

Double

Minimum response time.

minNetworkTraffic

Double

Minimum bandwidth.

name

String

Name.

requests

Double

Number of requests.

result

Double

AW execution result.

startTime

String

Start time.

status

Double

Case status.

successCount

Double

Number of successful requests.

successRate

Double

Success rate.

sum1xx

Double

Number of 1xx requests.

sum2xx

Double

Number of 2xx requests.

sum3xx

Double

Number of 3xx requests.

sum4xx

Double

Number of 4xx requests.

sum5xx

Double

Number of 5xx requests.

taskId

String

Task ID_Round.

taskProjectId

String

Task ID.

taskStatus

Double

Task status.

testCaseUri

String

Case URI.

tp50

Double

tp50

tp75

Double

tp75

tp90

Double

tp90

tp95

Double

tp95

tp99

Double

tp99

tps

Double

tps

tranTPS

Double

Transaction TPS.

transactionId

String

Transaction ID.

transactionSuccess

Double

Transaction success rate.

transactionalSuccessRate

Double

Transaction success rate.

transactionalTps

Double

User-defined transaction TPS.

transactionalTpsSuccess

Double

Success rate of a customized transaction.

transactions

Double

Number of transactions.

updateTime

String

Update time.

vum

Double

Minutes x Number of virtual concurrent users.

avgNetworkTraffic

Double

Average bandwidth.

maxNetworkTraffic

Double

Maximum bandwidth.

Table 13 PerformanceInfo

Parameter

Type

Description

averageRespTime

Double

Average response time.

avgNetworkTraffic

Double

Average bandwidth.

avgRecBytes

Double

Average downlink bandwidth.

avgSentBytes

Double

Average uplink bandwidth.

avgTranRespTime

Double

Average transaction response time.

caseUri

String

Case URI.

createTime

String

Creation time.

currentThreadNum

Double

Maximum number of concurrent users.

detailId

String

Details ID.

endTime

String

End time.

errorCount

Double

Number of failed requests.

errorEventsCount

Double

Number of transactions at the ERROR level.

failedAssert

Double

Assertion failed.

failedOthers

Double

Other failures.

failedParsed

Double

Parsing failed.

failedRefused

Double

The connection is rejected.

failedTimeout

Double

Timeout failure.

id

String

id

isAW

Boolean

Whether it is an AW type.

max

Double

Maximum response time.

maxNetworkTraffic

Double

Maximum bandwidth.

maxRecBytes

Double

Maximum number of received bytes.

maxRespTime

Double

Concurrency limit estimation result: response time.

maxSentBytes

Double

Maximum transmit bandwidth.

maxTranRespTime

Double

Maximum transaction response time.

min

Double

Minimum response time.

minNetworkTraffic

Double

Minimum bandwidth.

name

String

Name.

requests

Double

Number of requests.

result

Double

Case/AW execution result.

startTime

String

Start time.

status

Double

Case status.

successCount

Double

Number of successful requests.

successRate

Double

Success rate.

sum1xx

Double

Number of 1xx response codes.

sum2xx

Double

Number of 2xx response codes.

sum3xx

Double

Number of 3xx response codes.

sum4xx

Double

Number of 4xx response codes.

sum5xx

Double

Number of 5xx response codes.

taskId

String

Task ID_Round.

taskProjectId

String

Task ID.

taskStatus

Double

Task status.

testCaseUri

String

Case URI.

tp50

Double

tp50

tp75

Double

tp75

tp90

Double

tp90

tp95

Double

tp95

tp99

Double

tp99

tp999

Double

tp999

tp9999

Double

tp9999

tps

Double

tps

tranTPS

Double

Transaction TPS.

transactionId

String

Transaction ID.

transactionSuccess

Double

Number of successful transactions.

transactionalSuccessRate

Double

Transaction success rate.

transactionalTps

Double

User-defined transaction TPS.

transactionalTpsSuccess

Double

Success rate of a customized transaction.

transactions

Double

Number of transactions.

updateTime

String

Update time.

vum

Double

Minutes x Number of virtual concurrent users.

Table 14 ReportoutlineInfo

Parameter

Type

Description

avgResponseTime

Double

Average response time.

branchId

String

Branch ID.

branchName

String

Branch name.

caseRetry

Double

Number of case retries.

completeNum

Double

Number of completed cases.

duration

Double

Duration.

endTime

String

End time.

executedNum

Double

Number of executed cases.

iterationUri

String

Iteration ID.

kpiCaseCount

Double

Number of KPI cases.

kpiCaseExecuteCount

Double

Number of KPI case execution times.

kpiCasePassCount

Double

Number of passed KPI cases.

maxUsers

Double

Maximum number of concurrent users.

passNum

Double

Number of cases that passed.

stage

Double

Phase ID.

stageName

String

Phase name.

startTime

String

Start time.

successRate

Double

Success rate.

taskStatus

Double

Task status.

totalNum

Double

Total number of cases.

tps

Double

Performance TPS metric.

versionUri

String

Branch URI.

projectId

String

Project ID.

serviceId

String

Service ID.

progressState

String

This field is compatible with earlier versions and is to be deleted.

createBy

String

Task Executor.

statusValue

String

This field is compatible with earlier versions and is to be deleted.

Table 15 ReportTaskInfo

Parameter

Type

Description

vum

Double

Minutes x Number of virtual concurrent users.

Example Requests

Querying the details of the report whose ID is 1 and the case running ID is 1.

/v1/{project_id}/task-run-infos/1/case-run-infos/1/reports

Example Responses

Status code: 200

success

{
  "code" : "SVCSTG.CPTS.0000000",
  "message" : "success",
  "extend" : null,
  "result" : {
    "brokens" : {
      "brand_brokens" : {
        "recBytes" : [ 0, 356217, 366692, 419077, 565752, 492414, 366690, 377168, 502891, 555273, 440028, 366691, 335260, 565752, 586704, 377136, 377136, 261900, 565704, 523800, 356184, 366660, 366665, 565757, 502896, 377170, 366693, 419079, 565754, 429556, 356214, 345738, 429553, 523846, 440029, 356215, 366690, 419073, 555275, 440029, 366691, 366691, 513370, 607660, 345708, 356184, 356184, 544752, 544752, 345708, 356184, 345708, 586706, 502891, 366690, 366692, 419076, 555276, 450496, 356184, 345708, 0 ],
        "sentBytes" : [ 0, 1802, 1855, 2120, 2862, 2491, 1855, 1908, 2544, 2809, 2226, 1855, 1696, 2862, 2968, 1908, 1908, 1325, 2862, 2650, 1802, 1855, 1855, 2862, 2544, 1908, 1855, 2120, 2862, 2173, 1802, 1749, 2173, 2650, 2226, 1802, 1855, 2120, 2809, 2226, 1855, 1855, 2597, 3074, 1749, 1802, 1802, 2756, 2756, 1749, 1802, 1749, 2968, 2544, 1855, 1855, 2120, 2809, 2332, 1802, 1749, 0 ]
      },
      "commonTimestamps" : [ "2022-09-16 19:18:15", "2022-09-16 19:18:16", "2022-09-16 19:18:17", "2022-09-16 19:18:18", "2022-09-16 19:18:19", "2022-09-16 19:18:20", "2022-09-16 19:18:21", "2022-09-16 19:18:22", "2022-09-16 19:18:23", "2022-09-16 19:18:24", "2022-09-16 19:18:25", "2022-09-16 19:18:26", "2022-09-16 19:18:27", "2022-09-16 19:18:28", "2022-09-16 19:18:29", "2022-09-16 19:18:30", "2022-09-16 19:18:31", "2022-09-16 19:18:32", "2022-09-16 19:18:33", "2022-09-16 19:18:34", "2022-09-16 19:18:35", "2022-09-16 19:18:36", "2022-09-16 19:18:37", "2022-09-16 19:18:38", "2022-09-16 19:18:39", "2022-09-16 19:18:40", "2022-09-16 19:18:41", "2022-09-16 19:18:42", "2022-09-16 19:18:43", "2022-09-16 19:18:44", "2022-09-16 19:18:45", "2022-09-16 19:18:46", "2022-09-16 19:18:47", "2022-09-16 19:18:48", "2022-09-16 19:18:49", "2022-09-16 19:18:50", "2022-09-16 19:18:51", "2022-09-16 19:18:52", "2022-09-16 19:18:53", "2022-09-16 19:18:54", "2022-09-16 19:18:55", "2022-09-16 19:18:56", "2022-09-16 19:18:57", "2022-09-16 19:18:58", "2022-09-16 19:18:59", "2022-09-16 19:19:00", "2022-09-16 19:19:01", "2022-09-16 19:19:02", "2022-09-16 19:19:03", "2022-09-16 19:19:04", "2022-09-16 19:19:05", "2022-09-16 19:19:06", "2022-09-16 19:19:07", "2022-09-16 19:19:08", "2022-09-16 19:19:09", "2022-09-16 19:19:10", "2022-09-16 19:19:11", "2022-09-16 19:19:12", "2022-09-16 19:19:13", "2022-09-16 19:19:14", "2022-09-16 19:19:15", "2022-09-16 19:19:16" ],
      "respcode_brokens" : {
        "checkPointFailed" : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
        "error" : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ],
        "othersFailed" : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ],
        "parsedFailed" : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
        "refusedFailed" : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
        "success" : [ 0, 34, 35, 40, 54, 47, 35, 36, 48, 53, 42, 35, 32, 54, 56, 36, 36, 25, 54, 50, 34, 35, 35, 54, 48, 36, 35, 40, 54, 41, 34, 33, 41, 50, 42, 34, 35, 40, 53, 42, 35, 35, 49, 58, 33, 34, 34, 52, 52, 33, 34, 33, 56, 48, 35, 35, 40, 53, 43, 34, 33, 0 ],
        "timeout" : [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
      },
      "tps_brokens" : {
        "average" : [ 0, 13.235294342041016, 13.800000190734863, 11.975000381469727, 12.240740776062012, 12.042552947998047, 13.514286041259766, 12.80555534362793, 11.645833015441895, 13.264150619506836, 11.071428298950195, 11.028571128845215, 14.5, 11.074073791503906, 11.232142448425293, 12.027777671813965, 12.027777671813965, 24.760000228881836, 12, 12.380000114440918, 12, 12.228571891784668, 13.085714340209961, 12.185185432434082, 12.020833015441895, 12, 12.199999809265137, 12.925000190734863, 12, 12.682927131652832, 13.058823585510254, 13.303030014038086, 13.12195110321045, 13.180000305175781, 13.023809432983398, 13.058823585510254, 13.199999809265137, 13.550000190734863, 12.867924690246582, 11.928571701049805, 12.028571128845215, 12.199999809265137, 11.979591369628906, 11.965517044067383, 13.666666984558105, 12.029411315917969, 12.20588207244873, 12.057692527770996, 12.076923370361328, 13.303030014038086, 12, 12.21212100982666, 12.267857551574707, 12.166666984558105, 13.171428680419922, 12.114285469055176, 12, 12.037735939025879, 12.522727012634277, 12, 12.696969985961914, 0 ],
        "tps" : [ 0, 34, 35, 40, 54, 47, 35, 36, 48, 53, 42, 35, 32, 54, 56, 36, 36, 25, 54, 50, 34, 35, 35, 54, 48, 36, 35, 40, 54, 41, 34, 33, 41, 50, 42, 34, 35, 40, 53, 42, 35, 35, 49, 58, 33, 34, 34, 52, 52, 33, 34, 33, 56, 48, 35, 35, 40, 53, 44, 34, 33, 0 ]
      },
      "vusers_brokens" : {
        "vusers" : [ 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
      }
    },
    "details" : {
      "data" : [ {
        "customTransactions" : [ ],
        "detailDatas" : [ {
          "averageRespTime" : 12.52,
          "avgNetworkTraffic" : 0,
          "avgRecBytes" : 10472.426150121066,
          "avgSentBytes" : 53,
          "avgTranRespTime" : 0,
          "caseUri" : "33321",
          "createTime" : "2022-09-16T19:18:01+08:00",
          "currentThreadNum" : 1,
          "detailId" : "6969830689306988545",
          "endTime" : "2022-09-16T19:19:16+08:00",
          "errorCount" : 1,
          "errorEventsCount" : 0,
          "failedAssert" : 0,
          "failedOthers" : 1,
          "failedParsed" : 0,
          "failedRefused" : 0,
          "failedTimeout" : 0,
          "id" : "2391655",
          "isAW" : true,
          "max" : 331,
          "maxNetworkTraffic" : 0,
          "maxRecBytes" : 555275,
          "maxRespTime" : 331,
          "maxSentBytes" : 2809,
          "maxTranRespTime" : 331,
          "min" : 11,
          "minNetworkTraffic" : 0,
          "name" : "Msg-40123",
          "requests" : 2478,
          "result" : 0,
          "startTime" : "2022-09-16T19:18:16+08:00",
          "status" : 15,
          "successCount" : 2477,
          "successRate" : 99.95,
          "sum1xx" : 0,
          "sum2xx" : 2477,
          "sum3xx" : 0,
          "sum4xx" : 0,
          "sum5xx" : 0,
          "taskId" : "az-4-29530_1",
          "taskProjectId" : "az-4-29530",
          "taskStatus" : 6,
          "testCaseUri" : "16674",
          "tp50" : 12,
          "tp75" : 12,
          "tp90" : 13,
          "tp95" : 13,
          "tp99" : 24,
          "tps" : 41.3,
          "tranTPS" : 0,
          "transactionId" : "",
          "transactionSuccess" : null,
          "transactionalSuccessRate" : 0,
          "transactionalTps" : 0,
          "transactionalTpsSuccess" : 0,
          "transactions" : null,
          "updateTime" : "2022-09-16T19:19:34+08:00",
          "vum" : 1
        } ],
        "performance" : {
          "averageRespTime" : 12.52,
          "avgNetworkTraffic" : 0,
          "avgRecBytes" : 10472.426150121066,
          "avgSentBytes" : 53,
          "avgTranRespTime" : 12.52,
          "caseUri" : "33321",
          "createTime" : "2022-09-16T19:18:01+08:00",
          "currentThreadNum" : 1,
          "detailId" : "6969830689306988544",
          "endTime" : "2022-09-16T19:19:16+08:00",
          "errorCount" : 1,
          "errorEventsCount" : 0,
          "failedAssert" : 0,
          "failedOthers" : 1,
          "failedParsed" : 0,
          "failedRefused" : 0,
          "failedTimeout" : 0,
          "id" : "2391655",
          "isAW" : false,
          "max" : 331,
          "maxNetworkTraffic" : 0,
          "maxRecBytes" : 555275,
          "maxRespTime" : 331,
          "maxSentBytes" : 2809,
          "maxTranRespTime" : 331,
          "min" : 11,
          "minNetworkTraffic" : 0,
          "name" : "ccc",
          "requests" : 2478,
          "result" : 0,
          "startTime" : "2022-09-16T19:18:16+08:00",
          "status" : 15,
          "successCount" : 2477,
          "successRate" : 99.95,
          "sum1xx" : 0,
          "sum2xx" : 2477,
          "sum3xx" : 0,
          "sum4xx" : 0,
          "sum5xx" : 0,
          "taskId" : "az-4-29530_1",
          "taskProjectId" : "az-4-29530",
          "taskStatus" : 6,
          "testCaseUri" : "16674",
          "tp50" : 12,
          "tp75" : 12,
          "tp90" : 13,
          "tp95" : 13,
          "tp99" : 24,
          "tp999" : 60,
          "tp9999" : 331,
          "tps" : 41.3,
          "tranTPS" : 41.3,
          "transactionId" : null,
          "transactionSuccess" : 2477,
          "transactionalSuccessRate" : 99.95964487489911,
          "transactionalTps" : 0,
          "transactionalTpsSuccess" : 0,
          "transactions" : 2478,
          "updateTime" : "2022-09-16T19:19:34+08:00",
          "vum" : 1
        }
      } ],
      "pageIndex" : 1,
      "pageSize" : 5,
      "total" : 1
    },
    "outline" : {
      "avgResponseTime" : 12.518563357546409,
      "branchId" : null,
      "branchName" : null,
      "caseRetry" : 0,
      "completeNum" : 1,
      "duration" : 60,
      "endTime" : "2022-09-16T19:19:16+08:00",
      "executedNum" : 1,
      "iterationUri" : null,
      "kpiCaseCount" : 1,
      "kpiCaseExecuteCount" : 1,
      "kpiCasePassCount" : 1,
      "maxUsers" : 1,
      "passNum" : 1,
      "projectId" : "14509",
      "serviceId" : "17543",
      "stage" : 1,
      "stageName" : "Alpha",
      "startTime" : "2022-09-16T19:18:16+08:00",
      "successRate" : 99.95,
      "taskStatus" : 6,
      "totalNum" : 1,
      "tps" : 41.3,
      "versionUri" : null
    },
    "respTimeRange" : {
      "0~50ms" : "100.0%(2472)",
      "1~2s" : "0.0%(0)",
      "200~500ms" : "0.0%(1)",
      "2~3s" : "0.0%(0)",
      "3~4s" : "0.0%(0)",
      "4~5s" : "0.0%(0)",
      "500ms~1s" : "0.0%(0)",
      "50~200ms" : "0.0%(5)",
      ">5s" : "0.0%(0)"
    },
    "rtproportion" : null,
    "taskInfo" : {
      "vum" : 1
    }
  }
}

Status Codes

Status Code

Description

200

success

501

unknown error

Error Codes

See Error Codes.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback