修改关键字信息接口
功能介绍
修改关键字信息接口
URI
PUT /v3/{project_id}/basic-aw/{aw_id}
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID,固定长度32位字符(字母和数字)。 |
aw_id |
是 |
String |
AW的ID |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
用户Token。 通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
description |
否 |
String |
描述 |
dft_check_point_list |
否 |
Array of CheckPoint objects |
默认检查点List |
dft_custom_header |
否 |
Array of AwParam objects |
AW参数类list |
dft_retry_interval |
否 |
String |
重试间隔时间 (ms) 为空表示不等待(目前内部使用) |
dft_retry_times |
否 |
String |
重试次数(目前内部使用) |
dft_variable_list |
否 |
Array of AwVariable objects |
定义的变量信息 |
name |
否 |
String |
名称 |
param_type_and_dft_value |
否 |
Array of AwParam objects |
参数类型和参数默认值对应List |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
comparison |
否 |
String |
运算符 |
description |
否 |
String |
描述信息 |
function_arg |
否 |
String |
响应提取时要使用什么方法处理参数 |
function_type |
否 |
String |
响应提取时要使用什么方法处理参数 |
property |
否 |
String |
属性名称 |
value |
否 |
String |
值 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
by_order |
否 |
Integer |
节点顺序 |
currentPermission |
否 |
String |
当前人员权限 |
description |
否 |
String |
参数描述 |
dynamicParam |
否 |
String |
动态参数名称 |
dynamicParamFlag |
否 |
Boolean |
动态参数标志,默认为false:true代表动态参数;false代表非动态参数 |
functionParams |
否 |
String |
变量参数([]:空参、[a]:一参,[a,b]:两参) |
function_arg |
否 |
String |
响应提取时要使用什么方法处理参数 |
function_type |
否 |
String |
响应提取时要使用什么方法处理参数 |
isSensitiveInfo |
否 |
Boolean |
是否是敏感字段 |
isSensitiveModified |
否 |
Boolean |
敏感字段是否被修改,不敏感字段不关注此值 |
is_out_put |
否 |
Boolean |
是否是组合aw的输出参数,只有组合aw下awInstance的aw变量有该字段 |
name |
否 |
String |
参数名称 |
node_id |
否 |
String |
节点id |
node_type |
否 |
Integer |
0/null-变量节点;1-目录节点 |
oldName |
否 |
String |
旧名称 |
parent_node_id |
否 |
String |
父节点id |
property |
否 |
String |
属性 |
regex |
否 |
String |
内置函数枚举 |
sensitiveInfoSetterTime |
否 |
String |
敏感参数设置时间 |
sensitiveInfoSetterUser |
否 |
String |
敏感参数设置者名称 |
type |
否 |
String |
类型 |
variableType |
否 |
Integer |
变量类型(0:text,10-16:7个内置函数) |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
basic_value |
否 |
AwParamBasicValue object |
aw参数基本类型取值类 |
basic_value_list |
否 |
Array of AwParamBasicValue objects |
valueType为1时该值有效 |
custom_body |
否 |
String |
自定义requestBody内容,inType为2且isBodyCustom为1时有效 |
defaultValue |
否 |
String |
默认值 |
description |
否 |
String |
aw参数描述 |
disabled |
否 |
Boolean |
是否禁用 只有非必需参数才能被禁用 |
drop_down_value |
否 |
String |
用于存储下拉菜单的值 |
enum_type |
否 |
String |
枚举类型 |
enum_type_selected |
否 |
String |
当前选中的枚举类型 |
format |
否 |
String |
num和String有效 |
in_type |
否 |
Integer |
rest接口输入参数类型 0-query 1-path 2-body 3-header 4-formdata 5-config |
isChecked |
否 |
Boolean |
是否是被选中参数 |
is_big_field |
否 |
Boolean |
是否是大字段参数 |
is_body_custom |
否 |
Integer |
requestBody是否自定义,inType为2时有效。0-非自定义,用原有逻辑;1-自定义body,requestBody直接使用字段customBody |
is_contract_param |
否 |
Integer |
是否是契约AW 0-否;1-yes |
is_sensitive |
否 |
Boolean |
是否敏感参数,0 是, 1 不是 |
item |
否 |
ItemParam object |
item param |
maxItems |
否 |
Integer |
Array类型最大元素数 |
maxLength |
否 |
Long |
String类型最大长度 |
maximum |
否 |
Object |
Number类型最大值 |
minItems |
否 |
Integer |
Array类型最小元素数 |
minLength |
否 |
Long |
String类型最小长度 |
minimum |
否 |
Object |
Number类型最小值 |
mock |
否 |
MockInfo object |
awInstance中的mock信息 |
name |
否 |
String |
参数名 |
object_value |
否 |
Array of AwParam objects |
valueType为2时该值有效。valueType为3时,该值用来表示数组中单个结构体 |
object_value_list |
否 |
Array<Array<AwParam>> |
valueType为3时该值有效 |
pattern |
否 |
String |
num和String有效 |
required |
否 |
Boolean |
是否必需参数 |
type |
否 |
String |
参数类型 |
validate_rule |
否 |
ValidateRule object |
validate rule |
value_type |
否 |
Integer |
参数值类型 |
xChoiceValue |
否 |
String |
choice选择关系 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
basic_value |
否 |
AwParamBasicValue object |
aw参数基本类型取值类 |
defaultValue |
否 |
String |
默认值 |
enum_type |
否 |
String |
枚举类型 |
enum_type_selected |
否 |
String |
当前选中的枚举类型 |
format |
否 |
String |
num和String有效 |
is_big_field |
否 |
Boolean |
是否是大字段参数 |
maxItems |
否 |
Integer |
Array类型最大元素数 |
maxLength |
否 |
Long |
String类型最大长度 |
maximum |
否 |
Object |
Number类型最大值 |
minItems |
否 |
Integer |
Array类型最小元素数 |
minLength |
否 |
Long |
String类型最小长度 |
minimum |
否 |
Object |
Number类型最小值 |
pattern |
否 |
String |
num和String有效 |
type |
否 |
String |
参数类型 |
validate_rule |
否 |
ValidateRule object |
validate rule |
value_type |
否 |
Integer |
参数值类型 |
xChoiceValue |
否 |
String |
choice选择关系 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
mock_id |
否 |
String |
mock id |
mock_switch |
否 |
Boolean |
mock开关 |
mock_url |
否 |
String |
mock url |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
dependent_info |
否 |
Array of ConditionInstance objects |
依赖信息列表 |
enabled |
否 |
Boolean |
是否启用的标识符 |
is_configDep |
否 |
Boolean |
配置依赖的标识符 |
is_dependent |
否 |
Boolean |
是否依赖的标识符 |
message |
否 |
String |
消息 |
result |
否 |
String |
结果 |
special_char |
否 |
String |
特殊字符 |
special_char_valid |
否 |
String |
特殊字符的有效性 |
x_example |
否 |
String |
示例 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
conditionIndex |
否 |
Integer |
条件索引,用于标识当前处理的是哪个条件 |
conditionMap |
否 |
Map<String,Array<String>> |
条件映射,键为整数,值为字符串列表,用于存储各个条件的信息 |
depParamMap |
否 |
Map<String,DepParamInstance> |
依赖参数实例的映射 |
statementIndex |
否 |
Integer |
声明索引,用于标识当前处理的是哪个声明 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
code |
String |
错误码 |
error |
CommonResponseErrorObject object |
统一错误返回 |
reason |
String |
失败原因 |
result |
Object |
结果 |
status |
String |
状态 |
请求示例
put https://{endpoint}/v3/09645c1f3f954a8d9ab29174857cffc5/basic-aw/b724d23de07f4c9cacab338f371489c7 { "description" : "map参数测试22222", "dft_check_point_list" : [ ], "dft_retry_interval" : "0", "dft_retry_times" : "0", "dft_variable_list" : [ ], "dft_custom_header" : [ { "type" : "String", "name" : "Content-Type", "value_type" : 0, "basic_value" : { "value" : "application/json", "value_range" : "" }, "disabled" : false, "description" : null, "in_type" : 3, "minItems" : null, "maxItems" : null, "minLength" : null, "maxLength" : null, "required" : false }, { "type" : "String", "name" : "Accept", "value_type" : 0, "basic_value" : { "value" : "application/json;charset=utf-8", "value_range" : "" }, "disabled" : false, "description" : null, "in_type" : 3, "minItems" : null, "maxItems" : null, "minLength" : null, "maxLength" : null, "required" : false } ], "name" : "mapTestUsingPOST", "param_type_and_dft_value" : [ { "type" : "String", "value_type" : 0, "name" : "hostURL", "disabled" : false, "description" : null, "minItems" : null, "maxItems" : null, "minLength" : -1001, "maxLength" : -1001, "maximum" : null, "minimum" : null, "required" : true, "basic_value" : { "value" : "10.183.232.112:9999", "value_range" : "" } }, { "type" : "StructWithMapReq", "name" : "mapParam", "disabled" : false, "in_type" : 2, "minLength" : null, "maxLength" : null, "maxItems" : null, "minItems" : null, "maximum" : null, "minimum" : null, "required" : false, "is_big_field" : null, "is_body_custom" : null, "value_type" : 2, "object_value" : [ { "type" : "Object", "name" : "mapIntInt", "disabled" : false, "in_type" : null, "minLength" : null, "maxLength" : null, "maxItems" : 0, "minItems" : 0, "maximum" : 0, "minimum" : null, "required" : false, "is_big_field" : false, "value_type" : 0, "basic_value" : { "value" : null, "value_range" : null } }, { "type" : "Object", "name" : "mapIntegerString", "disabled" : false, "in_type" : null, "minLength" : null, "maxLength" : null, "maxItems" : 0, "minItems" : 0, "maximum" : 0, "minimum" : null, "required" : false, "is_big_field" : false, "value_type" : 0, "basic_value" : { "value" : null, "value_range" : null } }, { "type" : "Object", "name" : "mapStringInteger", "disabled" : false, "in_type" : null, "minLength" : null, "maxLength" : null, "maxItems" : 0, "minItems" : 0, "maximum" : 0, "minimum" : null, "required" : false, "is_big_field" : false, "value_type" : 0, "basic_value" : { "value" : null, "value_range" : null } }, { "type" : "Object", "name" : "mapStringString", "disabled" : false, "in_type" : null, "minLength" : null, "maxLength" : null, "maxItems" : 0, "minItems" : 0, "maximum" : 0, "minimum" : null, "required" : false, "is_big_field" : false, "value_type" : 0, "basic_value" : { "value" : null, "value_range" : null } }, { "type" : "List<Object>", "name" : "mapStringStringList", "disabled" : false, "in_type" : null, "minLength" : null, "maxLength" : null, "maxItems" : 0, "minItems" : 0, "maximum" : 0, "minimum" : null, "required" : false, "is_big_field" : false, "value_type" : 1, "basic_value_list" : [ { "value" : null, "value_range" : null } ] }, { "type" : "Object", "name" : "objParam", "disabled" : false, "in_type" : null, "minLength" : null, "maxLength" : null, "maxItems" : 0, "minItems" : 0, "maximum" : 0, "minimum" : null, "required" : false, "is_big_field" : false, "value_type" : 0, "basic_value" : { "value" : null, "value_range" : null } } ] } ] }
响应示例
状态码: 200
OK
{ "status" : "success", "result" : { }, "reason" : null, "error" : null, "code" : null }
状态码
状态码 |
描述 |
---|---|
200 |
OK |
201 |
Created |
401 |
Unauthorized |
403 |
Forbidden |
404 |
Not Found |
错误码
请参见错误码。