feat:(策略导入导出)上传文件下载文件以及样例
This commit is contained in:
@@ -425,4 +425,13 @@ Policy-Delete-v1-00017
|
||||
Comment 删除安全策略
|
||||
${rescode} DeletePolicies ${policyIds}
|
||||
${policyIds} Create List
|
||||
Log ${rescode}
|
||||
Log ${rescode}
|
||||
Policy-Import-v1-00018
|
||||
Comment 导入json
|
||||
${objectIds} Set Variable ${EMPTY}
|
||||
${rescode} ${policyIds} ImportPolicy uploadFiles tsg_security_imp.json tsg_security
|
||||
Policy-Export-v1-00019
|
||||
Comment 导 出json
|
||||
${objectIds} Set Variable ${EMPTY}
|
||||
${response} ExportPolicy tsg_security ${EMPTY} ${EMPTY}
|
||||
WriteFile downloads download.json ${response}
|
||||
Reference in New Issue
Block a user