feat(API):新增关键字功能,用于添加对象时参数组装
This commit is contained in:
@@ -25,23 +25,7 @@ Resource ../../02-Keyword/tsg_bfapi/policyobject.robot
|
||||
# ...
|
||||
# ... 注:数字类型变量为${0}、${1}、${...}
|
||||
|
||||
# # 例子
|
||||
# ${dict} Create Dictionary
|
||||
# ... policyName=test_policy_add
|
||||
# ... policyType=tsg_security
|
||||
# ... policyDesc=desc
|
||||
# ... action=intercept
|
||||
# ... userTags=
|
||||
# ... doLog=${2}
|
||||
# ... effectiveRange=Nursurtan|Transtelecom&Astel,Almaty&Nursurtan,|Astel&Transtelecom
|
||||
# ... userRegion=protocol:HTTP,keyring:${1}
|
||||
# ... referenceObject=${265}|TSG_FIELD_HTTP_HOST,${266}|TSG_FIELD_SSL_SNI&TSG_FIELD_SSL_SAN
|
||||
# ... isValid=${0}
|
||||
# ... scheduleId=${3},${1}
|
||||
# ... appObjectIdArray=${2},${3}
|
||||
# ${rescode} ${policyId} AddPolicy2 ${1} ${dict}
|
||||
|
||||
ParamsOpertion
|
||||
PolicyParamsOpertion
|
||||
[Documentation]
|
||||
... 描述:入口,opAction参数固定为'add'
|
||||
... 参数:returnData: 必传,是否返回请求数据。可选${0}(不返回)/${1}(返回)。
|
||||
|
||||
Reference in New Issue
Block a user