Querying Case Report Details
Function
This API is used to query case report details.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
codeartsperftest:cpts:getPerfTestTask
Read
cpts *
g:ResourceTag/<tag-key>
-
-
URI
GET /v2/{project_id}/task-run-infos/{task_run_id}/case-run-infos/{case_run_id}/detail
|
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. |
|
case_run_id |
Yes |
Integer |
Running case ID. 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 specified 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].testcaseId as the index to locate the running case ID in the response structure. |
|
project_id |
Yes |
String |
Project ID. For details, see Method of obtaining instructions. |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
code |
String |
Status code. |
|
message |
String |
Response. |
|
extend |
Object |
Extended information. |
|
result |
CaseReportDetailResult object |
Detailed result data of a single case in the test report. |
|
Parameter |
Type |
Description |
|---|---|---|
|
detail |
CaseReportDetails object |
Case report summary details. |
|
err_message |
String |
Error message. |
|
Parameter |
Type |
Description |
|---|---|---|
|
customTransactions |
Array of CaseReportDetail objects |
Basic performance data of all transactions in a case. |
|
detailDatas |
Array of CaseReportDetail objects |
Basic performance data of all AWs in a case. |
|
performance |
CaseReportDetail object |
Basic performance data at the case level. |
|
Parameter |
Type |
Description |
|---|---|---|
|
MaxSuccessRateCheckPoint |
Double |
Check point of the maximum success rate. |
|
alias |
String |
Alias. |
|
averageRespTime |
Double |
Average response time. |
|
averageRespTimeCheckPoint |
Double |
Check point of the average response time. |
|
averageRespTimeCheckRes |
Boolean |
Check result of the average response time. |
|
avgNetworkTraffic |
Double |
Average bandwidth. |
|
avgRecBytes |
Double |
Average downlink bandwidth. |
|
avgRecBytesCheckPoint |
Double |
Check point of the average downlink bandwidth. |
|
avgRecBytesCheckRes |
Boolean |
Check result of the average downlink bandwidth. |
|
avgSentBytes |
Double |
Average uplink bandwidth. |
|
avgSentBytesCheckPoint |
Double |
Check point of the average uplink bandwidth. |
|
avgSentBytesCheckRes |
Boolean |
Check result of the average uplink bandwidth. |
|
avgTranRespTime |
Double |
Average transaction response time. |
|
avgTranRespTimeCheckPoint |
Double |
Check point of the average transaction response time. |
|
avgTranRespTimeCheckRes |
Boolean |
Check result of the average transaction response time. |
|
awId |
String |
Request ID. |
|
caseUri |
String |
Case URI. |
|
checkpointResult |
Boolean |
Result summary of all check points. |
|
cpuUsage |
Double |
Maximum CPU usage. |
|
cpuUsageAvg |
Double |
Average CPU usage. |
|
cpuUsageAvgCheckPoint |
Double |
Check point of the average CPU usage. |
|
cpuUsageAvgCheckRes |
Boolean |
Check result of the average CPU usage. |
|
cpuUsageCheckPoint |
Float |
Check point of the maximum CPU usage. |
|
cpuUsageCheckRes |
Boolean |
Check result of the maximum CPU usage. |
|
createTime |
String |
Creation time. |
|
currentThreadNum |
Integer |
Maximum concurrency. |
|
datumType |
Integer |
Data type. (0: AW; 1: case; 2: transaction) |
|
dcsLatencyAvg |
Double |
Average DCS latency. |
|
dcsLatencyAvgCheckPoint |
Double |
Check point of the average DCS latency. |
|
dcsLatencyAvgCheckRes |
Boolean |
Check result of the average DCS latency. |
|
dcsLatencyMax |
Double |
Maximum DCS latency. |
|
dcsLatencyMaxCheckPoint |
Double |
Check point of the maximum DCS latency. |
|
dcsLatencyMaxCheckRes |
Boolean |
Check result of the maximum DCS latency. |
|
dcsLatencyMin |
Double |
Minimum DCS latency. |
|
dcsLatencyMinCheckPoint |
Double |
Check point of the minimum DCS latency. |
|
dcsLatencyMinCheckRes |
Boolean |
Check result of the minimum DCS latency. |
|
detailId |
String |
Primary key ID of the case/AW/transaction in the dc_case_aw table in the database. |
|
diskRead |
Double |
Maximum disk read speed. |
|
diskReadAvg |
Double |
Average disk read speed. |
|
diskReadAvgCheckPoint |
Double |
Check point of average disk read speed. |
|
diskReadAvgCheckRes |
Boolean |
Check result of the average disk read speed. |
|
diskReadCheckPoint |
Double |
Check point of the maximum disk read speed. |
|
diskReadCheckRes |
Boolean |
Check result of the maximum disk read speed. |
|
diskUsage |
Double |
Maximum disk usage. |
|
diskUsageAvg |
Double |
Average disk usage. |
|
diskUsageAvgCheckPoint |
Double |
Check point of the average disk usage. |
|
diskUsageAvgCheckRes |
Boolean |
Check result of the average disk usage. |
|
diskUsageCheckPoint |
Double |
Check point of the maximum disk usage. |
|
diskUsageCheckRes |
Boolean |
Check result of the maximum disk usage. |
|
diskWrite |
Double |
Max. disk write speed. |
|
diskWriteAvg |
Double |
Average disk write speed. |
|
diskWriteAvgCheckPoint |
Double |
Check point of the average disk write speed. |
|
diskWriteAvgCheckRes |
Boolean |
Check result of the average disk write speed. |
|
diskWriteCheckPoint |
Double |
Check point of the maximum disk write speed. |
|
diskWriteCheckRes |
Boolean |
Check result of the maximum disk write speed. |
|
duration |
Integer |
Running duration. |
|
endTime |
String |
End time. |
|
errorCount |
Integer |
Errors. |
|
errorEventsCount |
Integer |
Error events. |
|
failedAssert |
Integer |
Failed assertions. |
|
failedOthers |
Integer |
Other failures. |
|
failedParsed |
Integer |
Parsing failures. |
|
failedReason |
String |
Failure cause. |
|
failedRefused |
Integer |
Connection rejection failures. |
|
failedTimeout |
Integer |
Connection timeout failures. |
|
id |
String |
Primary key ID of the case in the dc_testcase table in the database. |
|
isAW |
Boolean |
Indicates whether AW is used. |
|
iterationUri |
String |
Iteration URI. |
|
kpiMonitor |
String |
Monitoring data from the design service. |
|
max |
Integer |
Maximum response time. |
|
maxAvgTime |
Double |
Average response time. |
|
maxAvgTimeCheckPoint |
Double |
Check point of the average response time. |
|
maxAvgTimeCheckRes |
Boolean |
Check result of the average response time. |
|
maxNetworkTraffic |
Integer |
Peak traffic. |
|
maxRecBytes |
Integer |
Maximum downlink bandwidth. |
|
maxRecBytesCheckPoint |
Double |
Check point of the maximum downlink bandwidth. |
|
maxRecBytesCheckRes |
Boolean |
Check result of the maximum downlink bandwidth. |
|
maxRespTime |
Integer |
Maximum response time. |
|
maxRespTimeCheckPoint |
Double |
Check point of the maximum response time. |
|
maxRespTimeCheckRes |
Boolean |
Check result of the maximum response time. |
|
maxRps |
Integer |
Maximum RPS. |
|
maxSentBytes |
Integer |
Maximum uplink bandwidth. |
|
maxSentBytesCheckPoint |
Double |
Check point of the maximum upstream bandwidth. |
|
maxSentBytesCheckRes |
Boolean |
Check result of the maximum uplink bandwidth. |
|
maxSuccessRate |
Double |
Maximum success rate. |
|
maxSuccessRateCheckRes |
Boolean |
Check result of the maximum success rate. |
|
maxThreadNum |
Double |
Maximum number of threads. |
|
maxThreadNumCheckPoint |
Double |
Check point of the maximum number of threads. |
|
maxThreadNumCheckRes |
Boolean |
Check result of the maximum number of threads. |
|
maxTps |
Double |
Maximum TPS. |
|
maxTpsCheckPoint |
Double |
Maximum TPS check point. |
|
maxTpsCheckRes |
Boolean |
Maximum TPS check result. |
|
maxTranRespTime |
Double |
Maximum transaction response time. |
|
maxTranRespTimeCheckPoint |
Double |
Check point of the maximum transaction response time. |
|
maxTranRespTimeCheckRes |
Boolean |
Check result of the maximum transaction response time. |
|
memoryUsage |
Double |
Maximum memory usage. |
|
memoryUsageAvg |
Double |
Average memory usage. |
|
memoryUsageAvgCheckPoint |
Double |
Check point of the average memory usage. |
|
memoryUsageAvgCheckRes |
Boolean |
Check result of the average memory usage. |
|
memoryUsageCheckPoint |
Double |
Check point of the maximum memory usage. |
|
memoryUsageCheckRes |
Boolean |
Check result of the maximum memory usage. |
|
min |
Integer |
Minimum response time. |
|
minNetworkTraffic |
Integer |
Valley traffic. |
|
mode |
String |
Pressure mode. |
|
monitorPeakTime |
Double |
Peak monitoring time. |
|
monitorPeakTimeCheckPoint |
Double |
Check point of the peak monitoring time. |
|
monitorPeakTimeCheckRes |
Boolean |
Check result of the peak monitoring time. |
|
monitorResult |
Double |
Monitoring results. |
|
monitorResultCheckPoint |
Double |
Check point of monitoring results. |
|
monitorResultCheckRes |
Boolean |
Check result of monitoring results. |
|
name |
String |
Case, AW, or transaction name. |
|
networkRead |
Double |
Maximum network data receiving speed. |
|
networkReadAvg |
Double |
Average network data receiving speed. |
|
networkReadAvgCheckPoint |
Double |
Check point of the average network data receiving speed. |
|
networkReadAvgCheckRes |
Boolean |
Check result of the average network data receiving speed. |
|
networkReadCheckPoint |
Double |
Check point of maximum network data receiving speed. |
|
networkReadCheckRes |
Boolean |
Check result of the maximum network data receiving speed. |
|
networkWrite |
Double |
Maximum network data write speed. |
|
networkWriteAvg |
Double |
Average network data write speed. |
|
networkWriteAvgCheckPoint |
Double |
Check point of the average network data write speed. |
|
networkWriteAvgCheckRes |
Boolean |
Check result of the average network data write speed. |
|
networkWriteCheckPoint |
Double |
Check point of the maximum network data write speed. |
|
networkWriteCheckRes |
Boolean |
Check result of the maximum network data write speed. |
|
peakLoadStatus |
Double |
Peak load status. |
|
peakLoadStatusCheckPoint |
Double |
Check point of peak load status. |
|
peakLoadStatusCheckRes |
Boolean |
Check result of peak load status. |
|
peakMetric |
PeakMetric object |
Expected peak value indicator. |
|
projectId |
String |
Project ID. |
|
protocols |
Array of strings |
Protocol. |
|
requests |
Integer |
Requests. |
|
result |
Integer |
Case result. |
|
resultLog |
String |
Case result log. |
|
round |
Integer |
Rounds. |
|
saveAllData |
Boolean |
Whether to save full data to CSS. |
|
serviceId |
String |
Service ID. |
|
stage |
Integer |
Phase. |
|
startTime |
String |
Start time. |
|
status |
Integer |
Case status. (0: initialized. The task has started but the case is not yet enabled for execution; 5: The case is being executed; 10: Case execution is complete, waiting for data reporting; 15: Case execution and data reporting are complete; 16: The case is stopped due to timeout.) |
|
streamingMediaVo |
StreamingMediaReport object |
Streaming media view object. |
|
successCount |
Integer |
Success count. |
|
successRate |
Integer |
Success rate. |
|
successRateCheckPoint |
Double |
Check point of success rate. |
|
successRateCheckRes |
Boolean |
Check result of success rate. |
|
sum1xx |
Integer |
1XX response codes. |
|
sum2xx |
Integer |
2XX response codes. |
|
sum3xx |
Integer |
3XX response codes. |
|
sum4xx |
Integer |
4XX response codes. |
|
sum5xx |
Integer |
5XX response codes. |
|
taskId |
String |
Task ID. |
|
taskName |
String |
Task name. |
|
taskProjectId |
String |
Task project ID. |
|
taskStatus |
Integer |
Task status. (0: task initialized; 1: case started; 5: case being executed; 6: case execution complete; 10: case manually stopped) |
|
testCaseUri |
String |
Case baseline URI. |
|
tp50 |
Integer |
TP50 |
|
tp50CheckPoint |
Double |
TP50 check point. |
|
tp50CheckRes |
Boolean |
TP50 check result. |
|
tp75 |
Integer |
TP75 |
|
tp75CheckPoint |
Double |
TP75 check point. |
|
tp75CheckRes |
Boolean |
TP75 check result. |
|
tp85 |
Integer |
TP85 |
|
tp85CheckPoint |
Double |
TP85 check point. |
|
tp85CheckRes |
Boolean |
TP85 check result. |
|
tp90 |
Integer |
TP90 |
|
tp90CheckPoint |
Double |
TP90 check point. |
|
tp90CheckRes |
Boolean |
TP90 check result. |
|
tp95 |
Integer |
TP95 |
|
tp95CheckPoint |
Double |
TP95 check point. |
|
tp95CheckRes |
Boolean |
TP95 check result. |
|
tp99 |
Integer |
TP99 |
|
tp999 |
Integer |
TP99.9 |
|
tp9999 |
Integer |
TP99.99 |
|
tp9999CheckPoint |
Double |
TP99.99 check point. |
|
tp9999CheckRes |
Boolean |
TP99.99 check result. |
|
tp999CheckPoint |
Double |
TP99.9 check point. |
|
tp999CheckRes |
Boolean |
TP99.9 check result. |
|
tp99CheckPoint |
Double |
TP99 check point. |
|
tp99CheckRes |
Boolean |
TP99 check result. |
|
tps |
Double |
TPS |
|
tpsCheckPoint |
Double |
TPS check point. |
|
tpsCheckRes |
Boolean |
TPS check result. |
|
tranTPS |
Double |
Average TPS. |
|
tranTPSCheckPoint |
Double |
Average TPS check point. |
|
tranTPSCheckRes |
Boolean |
Average TPS check result. |
|
transactionId |
String |
Transaction ID, which is the value of tempId in the response body of the API for creating a transaction. |
|
transactionSuccess |
Double |
Successful transactions. |
|
transactions |
Double |
Transactions. |
|
transactionsCheckPoint |
Double |
Check point of transactions. |
|
transactionsCheckRes |
Boolean |
Check result of transactions. |
|
updateTime |
String |
Update time. |
|
url |
String |
HTTP URL of AW. |
|
userConcur |
Integer |
Real-time VUSER data. |
|
versionUri |
String |
Branch URI. |
|
Parameter |
Type |
Description |
|---|---|---|
|
vuser |
Integer |
Number of virtual users. |
|
rps |
Double |
Transactions per second (TPS). |
|
avgRT |
Double |
Average response time. |
|
successRate |
Double |
Success rate. |
|
peakTime |
String |
Peak time. |
|
Parameter |
Type |
Description |
|---|---|---|
|
streamingPlayTimes |
Long |
Streaming play times (streaming AW execution times). |
|
streamingErrorTimes |
Long |
Streaming play failures (failed streaming AW times). |
|
streamingSuccessRate |
Double |
Streaming play success rate. |
|
sentPacketsPerSecond |
Double |
Size of data packets sent per second. |
|
receivedPacketsPerSecond |
Double |
Size of data packets received per second. |
|
recvPackets |
Double |
Size of received data packets. |
|
sendPackets |
Double |
Size of sent data packets. |
|
audioSentBytes |
Double |
Size of sent audio bytes. |
|
audioRecBytes |
Double |
Size of received audio bytes. |
|
videoSentBytes |
Double |
Size of sent video bytes. |
|
videoRecBytes |
Double |
Size of received video bytes. |
|
sumRecvKeyFrameDelay |
Double |
Sum of delays for receiving key frames. |
|
avgRecvKeyFrameDelay |
Double |
Average delay for receiving key frames. |
|
minRecvKeyFrameDelay |
Double |
Minimum delay for receiving key frames. |
|
maxRecvKeyFrameDelay |
Double |
Maximum delay for receiving key frames. |
|
sumSendKeyFrameDelay |
Double |
Sum of delays for sending key frames. |
|
avgSendKeyFrameDelay |
Double |
Average delay for sending key frames. |
|
minSendKeyFrameDelay |
Double |
Minimum delay for sending key frames. |
|
maxSendKeyFrameDelay |
Double |
Maximum delay for sending key frames. |
|
keyFrameSendCnt |
Double |
Sending times of key frames. |
|
keyFrameReceiveCnt |
Double |
Receiving times of key frames. |
|
tcpConnectFailed |
Double |
TCP connection failures. |
|
handShakeFailed |
Double |
Handshake failures. |
|
rtmpConnectFailed |
Double |
RTMP connection failures. |
|
createStreamFailed |
Double |
Flow creation failures. |
|
playFailed |
Double |
Playback failures. |
|
publishFailed |
Double |
Release failures. |
|
retryFailed |
Double |
Failed retries. |
|
parseFileFailed |
Double |
Files that fail to be parsed. |
|
illegalUrlFailed |
Double |
Invalid URL failures. |
|
illegalFlvHeaderFailed |
Double |
Invalid FLV Header failures. |
|
httpTimeoutFailed |
Double |
HTTP connection timeouts. |
|
parseFlvFileFailed |
Double |
FLV files that fail to be parsed. |
|
unknownFailed |
Double |
Unknown errors. |
Example Requests
Querying details about a single case. The task ID is 1 and the case ID is 1.
/v2/{project_id}/task-run-infos/1/case-run-infos/1/detail
Example Responses
Status code: 200
Response object for the detailed data of a single case.
{
"code" : "SVCSTG.CPTS.0000000",
"message" : "success",
"extend" : null,
"result" : {
"detail" : {
"customTransactions" : [ ],
"detailDatas" : [ {
"MaxSuccessRateCheckPoint" : null,
"alias" : null,
"averageRespTime" : 20,
"averageRespTimeCheckPoint" : null,
"averageRespTimeCheckRes" : true,
"avgNetworkTraffic" : 3.6771,
"avgRecBytes" : 97,
"avgRecBytesCheckPoint" : null,
"avgRecBytesCheckRes" : null,
"avgSentBytes" : 56,
"avgSentBytesCheckPoint" : null,
"avgSentBytesCheckRes" : null,
"avgTranRespTime" : null,
"avgTranRespTimeCheckPoint" : null,
"avgTranRespTimeCheckRes" : null,
"awId" : null,
"caseUri" : "83822",
"checkpointResult" : true,
"cpuUsage" : null,
"cpuUsageAvg" : null,
"cpuUsageAvgCheckPoint" : null,
"cpuUsageAvgCheckRes" : null,
"cpuUsageCheckPoint" : null,
"cpuUsageCheckRes" : null,
"createTime" : "2023-05-04T17:42:41+08:00",
"currentThreadNum" : 1,
"datumType" : 0,
"dcsLatencyAvg" : null,
"dcsLatencyAvgCheckPoint" : null,
"dcsLatencyAvgCheckRes" : null,
"dcsLatencyMax" : null,
"dcsLatencyMaxCheckPoint" : null,
"dcsLatencyMaxCheckRes" : null,
"dcsLatencyMin" : null,
"dcsLatencyMinCheckPoint" : null,
"dcsLatencyMinCheckRes" : null,
"detailId" : "7053155905635909633",
"diskRead" : null,
"diskReadAvg" : null,
"diskReadAvgCheckPoint" : null,
"diskReadAvgCheckRes" : null,
"diskReadCheckPoint" : null,
"diskReadCheckRes" : null,
"diskUsage" : null,
"diskUsageAvg" : null,
"diskUsageAvgCheckPoint" : null,
"diskUsageAvgCheckRes" : null,
"diskUsageCheckPoint" : null,
"diskUsageCheckRes" : null,
"diskWrite" : null,
"diskWriteAvg" : null,
"diskWriteAvgCheckPoint" : null,
"diskWriteAvgCheckRes" : null,
"diskWriteCheckPoint" : null,
"diskWriteCheckRes" : null,
"duration" : 59,
"endTime" : "2023-05-04T17:43:56+08:00",
"errorCount" : 0,
"errorEventsCount" : 0,
"failedAssert" : 0,
"failedOthers" : 0,
"failedParsed" : 0,
"failedReason" : null,
"failedRefused" : 0,
"failedTimeout" : 0,
"id" : "5209015",
"isAW" : true,
"iterationUri" : "BaseLine",
"kpiMonitor" : null,
"max" : 25,
"maxAvgTime" : null,
"maxAvgTimeCheckPoint" : null,
"maxAvgTimeCheckRes" : null,
"maxNetworkTraffic" : 3825,
"maxRecBytes" : 2425,
"maxRecBytesCheckPoint" : null,
"maxRecBytesCheckRes" : null,
"maxRespTime" : 25,
"maxRespTimeCheckPoint" : null,
"maxRespTimeCheckRes" : true,
"maxRps" : 25,
"maxSentBytes" : 1400,
"maxSentBytesCheckPoint" : null,
"maxSentBytesCheckRes" : null,
"maxSuccessRate" : null,
"maxSuccessRateCheckRes" : null,
"maxThreadNum" : null,
"maxThreadNumCheckPoint" : null,
"maxThreadNumCheckRes" : null,
"maxTps" : null,
"maxTpsCheckPoint" : null,
"maxTpsCheckRes" : null,
"maxTranRespTime" : null,
"maxTranRespTimeCheckPoint" : null,
"maxTranRespTimeCheckRes" : null,
"memoryUsage" : null,
"memoryUsageAvg" : null,
"memoryUsageAvgCheckPoint" : null,
"memoryUsageAvgCheckRes" : null,
"memoryUsageCheckPoint" : null,
"memoryUsageCheckRes" : null,
"min" : 20,
"minNetworkTraffic" : 0,
"mode" : "concurrency_mode",
"monitorPeakTime" : null,
"monitorPeakTimeCheckPoint" : null,
"monitorPeakTimeCheckRes" : null,
"monitorResult" : null,
"monitorResultCheckPoint" : null,
"monitorResultCheckRes" : null,
"name" : "Msg-74326",
"networkRead" : null,
"networkReadAvg" : null,
"networkReadAvgCheckPoint" : null,
"networkReadAvgCheckRes" : null,
"networkReadCheckPoint" : null,
"networkReadCheckRes" : null,
"networkWrite" : null,
"networkWriteAvg" : null,
"networkWriteAvgCheckPoint" : null,
"networkWriteAvgCheckRes" : null,
"networkWriteCheckPoint" : null,
"networkWriteCheckRes" : null,
"peakLoadStatus" : null,
"peakLoadStatusCheckPoint" : null,
"peakLoadStatusCheckRes" : null,
"peakMetric" : null,
"projectId" : "294869",
"protocols" : [ "HTTPS" ],
"requests" : 1442,
"result" : 0,
"resultLog" : null,
"round" : 1,
"saveAllData" : null,
"serviceId" : "393862",
"stage" : 1,
"startTime" : "2023-05-04T17:42:57+08:00",
"status" : 15,
"streamingMediaVo" : null,
"successCount" : 1442,
"successRate" : 100,
"successRateCheckPoint" : null,
"successRateCheckRes" : true,
"sum1xx" : 0,
"sum2xx" : 1442,
"sum3xx" : 0,
"sum4xx" : 0,
"sum5xx" : 0,
"taskId" : "az-4-69826_1",
"taskName" : null,
"taskProjectId" : "az-4-69826",
"taskStatus" : 6,
"testCaseUri" : "448401",
"tp50" : 20,
"tp50CheckPoint" : null,
"tp50CheckRes" : true,
"tp75" : 20,
"tp75CheckPoint" : null,
"tp75CheckRes" : true,
"tp85" : 20,
"tp85CheckPoint" : null,
"tp85CheckRes" : true,
"tp90" : 20,
"tp90CheckPoint" : null,
"tp90CheckRes" : true,
"tp95" : 20,
"tp95CheckPoint" : null,
"tp95CheckRes" : true,
"tp99" : 20,
"tp999" : 21,
"tp9999" : 25,
"tp9999CheckPoint" : null,
"tp9999CheckRes" : true,
"tp999CheckPoint" : null,
"tp999CheckRes" : true,
"tp99CheckPoint" : null,
"tp99CheckRes" : true,
"tps" : 24.03,
"tpsCheckPoint" : null,
"tpsCheckRes" : true,
"tranTPS" : null,
"tranTPSCheckPoint" : null,
"tranTPSCheckRes" : null,
"transactionId" : "",
"transactionSuccess" : null,
"transactions" : null,
"transactionsCheckPoint" : null,
"transactionsCheckRes" : null,
"updateTime" : "2023-05-04T17:44:15+08:00",
"url" : "https://117.xxx.xxx.xxx:xxx/goserver/reflect?token=xxxx",
"userConcur" : 1,
"versionUri" : null
}, {
"MaxSuccessRateCheckPoint" : null,
"alias" : null,
"averageRespTime" : 20,
"averageRespTimeCheckPoint" : null,
"averageRespTimeCheckRes" : true,
"avgNetworkTraffic" : 3.6771,
"avgRecBytes" : 97,
"avgRecBytesCheckPoint" : null,
"avgRecBytesCheckRes" : null,
"avgSentBytes" : 56,
"avgSentBytesCheckPoint" : null,
"avgSentBytesCheckRes" : null,
"avgTranRespTime" : null,
"avgTranRespTimeCheckPoint" : null,
"avgTranRespTimeCheckRes" : null,
"awId" : null,
"caseUri" : "83822",
"checkpointResult" : true,
"cpuUsage" : null,
"cpuUsageAvg" : null,
"cpuUsageAvgCheckPoint" : null,
"cpuUsageAvgCheckRes" : null,
"cpuUsageCheckPoint" : null,
"cpuUsageCheckRes" : null,
"createTime" : "2023-05-04T17:42:41+08:00",
"currentThreadNum" : 1,
"datumType" : 0,
"dcsLatencyAvg" : null,
"dcsLatencyAvgCheckPoint" : null,
"dcsLatencyAvgCheckRes" : null,
"dcsLatencyMax" : null,
"dcsLatencyMaxCheckPoint" : null,
"dcsLatencyMaxCheckRes" : null,
"dcsLatencyMin" : null,
"dcsLatencyMinCheckPoint" : null,
"dcsLatencyMinCheckRes" : null,
"detailId" : "7053155905635909634",
"diskRead" : null,
"diskReadAvg" : null,
"diskReadAvgCheckPoint" : null,
"diskReadAvgCheckRes" : null,
"diskReadCheckPoint" : null,
"diskReadCheckRes" : null,
"diskUsage" : null,
"diskUsageAvg" : null,
"diskUsageAvgCheckPoint" : null,
"diskUsageAvgCheckRes" : null,
"diskUsageCheckPoint" : null,
"diskUsageCheckRes" : null,
"diskWrite" : null,
"diskWriteAvg" : null,
"diskWriteAvgCheckPoint" : null,
"diskWriteAvgCheckRes" : null,
"diskWriteCheckPoint" : null,
"diskWriteCheckRes" : null,
"duration" : 60,
"endTime" : "2023-05-04T17:43:57+08:00",
"errorCount" : 0,
"errorEventsCount" : 0,
"failedAssert" : 0,
"failedOthers" : 0,
"failedParsed" : 0,
"failedReason" : null,
"failedRefused" : 0,
"failedTimeout" : 0,
"id" : "5209015",
"isAW" : true,
"iterationUri" : "BaseLine",
"kpiMonitor" : null,
"max" : 21,
"maxAvgTime" : null,
"maxAvgTimeCheckPoint" : null,
"maxAvgTimeCheckRes" : null,
"maxNetworkTraffic" : 3825,
"maxRecBytes" : 2425,
"maxRecBytesCheckPoint" : null,
"maxRecBytesCheckRes" : null,
"maxRespTime" : 21,
"maxRespTimeCheckPoint" : null,
"maxRespTimeCheckRes" : true,
"maxRps" : 25,
"maxSentBytes" : 1400,
"maxSentBytesCheckPoint" : null,
"maxSentBytesCheckRes" : null,
"maxSuccessRate" : null,
"maxSuccessRateCheckRes" : null,
"maxThreadNum" : null,
"maxThreadNumCheckPoint" : null,
"maxThreadNumCheckRes" : null,
"maxTps" : null,
"maxTpsCheckPoint" : null,
"maxTpsCheckRes" : null,
"maxTranRespTime" : null,
"maxTranRespTimeCheckPoint" : null,
"maxTranRespTimeCheckRes" : null,
"memoryUsage" : null,
"memoryUsageAvg" : null,
"memoryUsageAvgCheckPoint" : null,
"memoryUsageAvgCheckRes" : null,
"memoryUsageCheckPoint" : null,
"memoryUsageCheckRes" : null,
"min" : 20,
"minNetworkTraffic" : 0,
"mode" : "concurrency_mode",
"monitorPeakTime" : null,
"monitorPeakTimeCheckPoint" : null,
"monitorPeakTimeCheckRes" : null,
"monitorResult" : null,
"monitorResultCheckPoint" : null,
"monitorResultCheckRes" : null,
"name" : "Request Example",
"networkRead" : null,
"networkReadAvg" : null,
"networkReadAvgCheckPoint" : null,
"networkReadAvgCheckRes" : null,
"networkReadCheckPoint" : null,
"networkReadCheckRes" : null,
"networkWrite" : null,
"networkWriteAvg" : null,
"networkWriteAvgCheckPoint" : null,
"networkWriteAvgCheckRes" : null,
"networkWriteCheckPoint" : null,
"networkWriteCheckRes" : null,
"peakLoadStatus" : null,
"peakLoadStatusCheckPoint" : null,
"peakLoadStatusCheckRes" : null,
"peakMetric" : null,
"projectId" : "294869",
"protocols" : [ "HTTPS" ],
"requests" : 1442,
"result" : 0,
"resultLog" : null,
"round" : 1,
"saveAllData" : null,
"serviceId" : "393862",
"stage" : 1,
"startTime" : "2023-05-04T17:42:57+08:00",
"status" : 15,
"streamingMediaVo" : null,
"successCount" : 1442,
"successRate" : 100,
"successRateCheckPoint" : null,
"successRateCheckRes" : true,
"sum1xx" : 0,
"sum2xx" : 1442,
"sum3xx" : 0,
"sum4xx" : 0,
"sum5xx" : 0,
"taskId" : "az-4-69826_1",
"taskName" : null,
"taskProjectId" : "az-4-69826",
"taskStatus" : 6,
"testCaseUri" : "448401",
"tp50" : 20,
"tp50CheckPoint" : null,
"tp50CheckRes" : true,
"tp75" : 20,
"tp75CheckPoint" : null,
"tp75CheckRes" : true,
"tp85" : 20,
"tp85CheckPoint" : null,
"tp85CheckRes" : true,
"tp90" : 20,
"tp90CheckPoint" : null,
"tp90CheckRes" : true,
"tp95" : 20,
"tp95CheckPoint" : null,
"tp95CheckRes" : true,
"tp99" : 20,
"tp999" : 21,
"tp9999" : 21,
"tp9999CheckPoint" : null,
"tp9999CheckRes" : true,
"tp999CheckPoint" : null,
"tp999CheckRes" : true,
"tp99CheckPoint" : null,
"tp99CheckRes" : true,
"tps" : 23.64,
"tpsCheckPoint" : null,
"tpsCheckRes" : true,
"tranTPS" : null,
"tranTPSCheckPoint" : null,
"tranTPSCheckRes" : null,
"transactionId" : "",
"transactionSuccess" : null,
"transactions" : null,
"transactionsCheckPoint" : null,
"transactionsCheckRes" : null,
"updateTime" : "2023-05-04T17:44:15+08:00",
"url" : "https://117.xxx.xxx.xxx:xxx/goserver/reflect",
"userConcur" : 1,
"versionUri" : null
} ],
"performance" : {
"MaxSuccessRateCheckPoint" : null,
"alias" : null,
"averageRespTime" : 20,
"averageRespTimeCheckPoint" : null,
"averageRespTimeCheckRes" : true,
"avgNetworkTraffic" : 7.3542,
"avgRecBytes" : 97,
"avgRecBytesCheckPoint" : null,
"avgRecBytesCheckRes" : null,
"avgSentBytes" : 56,
"avgSentBytesCheckPoint" : null,
"avgSentBytesCheckRes" : null,
"avgTranRespTime" : 40.01,
"avgTranRespTimeCheckPoint" : null,
"avgTranRespTimeCheckRes" : true,
"awId" : null,
"caseUri" : "83822",
"checkpointResult" : true,
"cpuUsage" : null,
"cpuUsageAvg" : null,
"cpuUsageAvgCheckPoint" : null,
"cpuUsageAvgCheckRes" : null,
"cpuUsageCheckPoint" : null,
"cpuUsageCheckRes" : null,
"createTime" : "2023-05-04T17:42:41+08:00",
"currentThreadNum" : 1,
"datumType" : 1,
"dcsLatencyAvg" : null,
"dcsLatencyAvgCheckPoint" : null,
"dcsLatencyAvgCheckRes" : null,
"dcsLatencyMax" : null,
"dcsLatencyMaxCheckPoint" : null,
"dcsLatencyMaxCheckRes" : null,
"dcsLatencyMin" : null,
"dcsLatencyMinCheckPoint" : null,
"dcsLatencyMinCheckRes" : null,
"detailId" : "7053155905635909632",
"diskRead" : null,
"diskReadAvg" : null,
"diskReadAvgCheckPoint" : null,
"diskReadAvgCheckRes" : null,
"diskReadCheckPoint" : null,
"diskReadCheckRes" : null,
"diskUsage" : null,
"diskUsageAvg" : null,
"diskUsageAvgCheckPoint" : null,
"diskUsageAvgCheckRes" : null,
"diskUsageCheckPoint" : null,
"diskUsageCheckRes" : null,
"diskWrite" : null,
"diskWriteAvg" : null,
"diskWriteAvgCheckPoint" : null,
"diskWriteAvgCheckRes" : null,
"diskWriteCheckPoint" : null,
"diskWriteCheckRes" : null,
"duration" : 60,
"endTime" : "2023-05-04T17:43:57+08:00",
"errorCount" : 0,
"errorEventsCount" : 0,
"failedAssert" : 0,
"failedOthers" : 0,
"failedParsed" : 0,
"failedReason" : null,
"failedRefused" : 0,
"failedTimeout" : 0,
"id" : "5209015",
"isAW" : false,
"iterationUri" : "BaseLine",
"kpiMonitor" : null,
"max" : 25,
"maxAvgTime" : null,
"maxAvgTimeCheckPoint" : null,
"maxAvgTimeCheckRes" : null,
"maxNetworkTraffic" : 7497,
"maxRecBytes" : 4753,
"maxRecBytesCheckPoint" : null,
"maxRecBytesCheckRes" : null,
"maxRespTime" : 25,
"maxRespTimeCheckPoint" : null,
"maxRespTimeCheckRes" : true,
"maxRps" : 49,
"maxSentBytes" : 2744,
"maxSentBytesCheckPoint" : null,
"maxSentBytesCheckRes" : null,
"maxSuccessRate" : null,
"maxSuccessRateCheckRes" : null,
"maxThreadNum" : null,
"maxThreadNumCheckPoint" : null,
"maxThreadNumCheckRes" : null,
"maxTps" : null,
"maxTpsCheckPoint" : null,
"maxTpsCheckRes" : null,
"maxTranRespTime" : 45,
"maxTranRespTimeCheckPoint" : null,
"maxTranRespTimeCheckRes" : true,
"memoryUsage" : null,
"memoryUsageAvg" : null,
"memoryUsageAvgCheckPoint" : null,
"memoryUsageAvgCheckRes" : null,
"memoryUsageCheckPoint" : null,
"memoryUsageCheckRes" : null,
"min" : 20,
"minNetworkTraffic" : 0,
"mode" : "concurrency_mode",
"monitorPeakTime" : null,
"monitorPeakTimeCheckPoint" : null,
"monitorPeakTimeCheckRes" : null,
"monitorResult" : null,
"monitorResultCheckPoint" : null,
"monitorResultCheckRes" : null,
"name" : "test-case",
"networkRead" : null,
"networkReadAvg" : null,
"networkReadAvgCheckPoint" : null,
"networkReadAvgCheckRes" : null,
"networkReadCheckPoint" : null,
"networkReadCheckRes" : null,
"networkWrite" : null,
"networkWriteAvg" : null,
"networkWriteAvgCheckPoint" : null,
"networkWriteAvgCheckRes" : null,
"networkWriteCheckPoint" : null,
"networkWriteCheckRes" : null,
"peakLoadStatus" : null,
"peakLoadStatusCheckPoint" : null,
"peakLoadStatusCheckRes" : null,
"peakMetric" : null,
"projectId" : "294869",
"protocols" : [ "HTTPS" ],
"requests" : 2884,
"result" : 0,
"resultLog" : null,
"round" : 1,
"saveAllData" : null,
"serviceId" : "393862",
"stage" : 1,
"startTime" : "2023-05-04T17:42:57+08:00",
"status" : 15,
"streamingMediaVo" : null,
"successCount" : 2884,
"successRate" : 100,
"successRateCheckPoint" : null,
"successRateCheckRes" : true,
"sum1xx" : 0,
"sum2xx" : 2884,
"sum3xx" : 0,
"sum4xx" : 0,
"sum5xx" : 0,
"taskId" : "az-4-69826_1",
"taskName" : null,
"taskProjectId" : "az-4-69826",
"taskStatus" : 6,
"testCaseUri" : "448401",
"tp50" : 20,
"tp50CheckPoint" : null,
"tp50CheckRes" : true,
"tp75" : 20,
"tp75CheckPoint" : null,
"tp75CheckRes" : true,
"tp85" : 20,
"tp85CheckPoint" : null,
"tp85CheckRes" : true,
"tp90" : 20,
"tp90CheckPoint" : null,
"tp90CheckRes" : true,
"tp95" : 20,
"tp95CheckPoint" : null,
"tp95CheckRes" : true,
"tp99" : 20,
"tp999" : 21,
"tp9999" : 25,
"tp9999CheckPoint" : null,
"tp9999CheckRes" : true,
"tp999CheckPoint" : null,
"tp999CheckRes" : true,
"tp99CheckPoint" : null,
"tp99CheckRes" : true,
"tps" : 47.28,
"tpsCheckPoint" : null,
"tpsCheckRes" : true,
"tranTPS" : 23.64,
"tranTPSCheckPoint" : null,
"tranTPSCheckRes" : true,
"transactionId" : null,
"transactionSuccess" : 1442,
"transactions" : 1442,
"transactionsCheckPoint" : null,
"transactionsCheckRes" : null,
"updateTime" : "2023-05-04T17:44:15+08:00",
"url" : null,
"userConcur" : 1,
"versionUri" : null
}
},
"err_message" : null
}
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Response object for the detailed data of a single case. |
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