性能测试 CODEARTS PERFTEST-修改事务:请求参数

时间:2024-11-28 20:11:07

请求参数

表2 请求Body参数

参数

是否必选

参数类型

描述

id

Integer

事务ID

project_id

Integer

工程ID

name

String

事务名称

temp_type

Integer

事务类型

description

String

描述信息

for_loop_params

Array of objects

旧版本逻辑控制器字段,当前已未使用

enable_pre

Boolean

是否启用预置事务,当前版本未使用

contents

Array of TempContentInfo objects

事务脚本信息

表3 TempContentInfo

参数

是否必选

参数类型

描述

content_id

Integer

报文id或者事务ID或者插件ID

content

Array of Content objects

内容

index

Integer

索引

data

Object

数据指令内容

data_type

Integer

数据指令类型(0:默认请求卡片;1:数据指令;201:循环指令;202:条件指令;301:集合点;203:vu百分比控制器;204:吞吐量控制器;302:插件请求)

表4 Content

参数

是否必选

参数类型

描述

content_type

Integer

用例卡片类型(1:思考时间;2:报文;3:检查点;4:变量提取)

content

ContentInfo object

内容

表5 ContentInfo

参数

是否必选

参数类型

描述

body_type

Integer

body类型(0:字符串;1:form-data格式;3:x-www-form-urlencoded格式)

bodys

Array of objects

bodys

check_end_length

Object

TCP/UDP协议返回数据长度

check_end_str

Object

TCP/UDP协议返回结束符

check_end_type

Object

TCP/UDP协议返回结束类型,1:返回数据长度;2:结束符

connect_timeout

Integer

超时时间

connect_type

Integer

连接设置,当前版本未使用

headers

Array of ContentHeader objects

请求头

http_version

String

HTTP版本

method

String

HTTP方法

name

String

用例名称

protocol_type

Integer

协议类型(1:HTTP;2:HTTPS;3:TCP;4:UDP;7:HLS/RTMP;9:WebSocket;10:HTTP-FLV)

return_timeout

Integer

响应超时

return_timeout_param

String

响应超时参数

url

String

请求地址

rtmp_url

String

rtmp地址

flv_url

String

flv地址

bitrate_type

Integer

分辨率策略

duration

Integer

持续时间

retry_delay

Integer

HLS重试延迟时间

retry_time

Integer

HLS重试次数

表6 ContentHeader

参数

是否必选

参数类型

描述

key

String

value

String

support.huaweicloud.com/api-cpts/UpdateTemp.html