feat:(策略)1.策略排序;2.策略统计;3.策略生效字段查询
注意策略排序调用接口显示异常,策略生效字段查询返回总是空数据 4.Default_v2开头的参数配置替换为EMPTY
This commit is contained in:
@@ -581,4 +581,19 @@ Policy-Import-v1-00032
|
||||
Policy-Export-v1-00033
|
||||
Comment 导 出Excel
|
||||
${objectIds} Set Variable ${EMPTY}
|
||||
${response} ExportObject ip endpoint ${EMPTY} ${EMPTY}
|
||||
${response} ExportObject ip endpoint ${EMPTY} ${EMPTY}
|
||||
Policy-Sort-v1-00034
|
||||
Comment 策略排序
|
||||
${objectIds} Set Variable ${EMPTY}
|
||||
${params} Create Dictionary policyType=tsg_security policyId=${1517} afterPolicyId=${1518}
|
||||
${params1} Create Dictionary policyType=tsg_security policyId=${1515} beforePolicyId=${1514}
|
||||
${paramsList} Create List ${params} ${params1}
|
||||
${response} SortPolicies ${paramsList}
|
||||
Policy-Statistics-v1-00035
|
||||
Comment 策略统计
|
||||
${objectIds} Set Variable ${EMPTY}
|
||||
${response} StatisticsPolicies
|
||||
Policy-ProtocolFields-v1-00035
|
||||
Comment 策略对象生效协议字段查询
|
||||
${objectIds} Set Variable ${EMPTY}
|
||||
${response} PolicProtocolFields tsg_security ${EMPTY} ip
|
||||
Reference in New Issue
Block a user