tccli 3.0.1406.1__py2.py3-none-any.whl → 3.0.1408.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ccc/v20200210/api.json +9 -0
  3. tccli/services/cdb/cdb_client.py +53 -0
  4. tccli/services/cdb/v20170320/api.json +54 -0
  5. tccli/services/cdb/v20170320/examples.json +8 -0
  6. tccli/services/dbbrain/v20210527/api.json +7 -7
  7. tccli/services/dcdb/v20180411/api.json +1 -1
  8. tccli/services/dts/v20211206/api.json +3 -3
  9. tccli/services/ess/ess_client.py +106 -0
  10. tccli/services/ess/v20201111/api.json +163 -0
  11. tccli/services/ess/v20201111/examples.json +16 -0
  12. tccli/services/essbasic/v20210526/api.json +3 -3
  13. tccli/services/essbasic/v20210526/examples.json +6 -6
  14. tccli/services/gaap/v20180529/api.json +13 -3
  15. tccli/services/ioa/ioa_client.py +61 -8
  16. tccli/services/ioa/v20220601/api.json +126 -0
  17. tccli/services/ioa/v20220601/examples.json +8 -0
  18. tccli/services/lighthouse/v20200324/api.json +36 -0
  19. tccli/services/lighthouse/v20200324/examples.json +1 -1
  20. tccli/services/live/v20180801/examples.json +6 -0
  21. tccli/services/mariadb/v20170312/api.json +1 -1
  22. tccli/services/mps/v20190612/api.json +270 -4
  23. tccli/services/oceanus/v20190422/api.json +2 -2
  24. tccli/services/oceanus/v20190422/examples.json +2 -2
  25. tccli/services/ocr/v20181119/api.json +10 -0
  26. tccli/services/pts/v20210728/api.json +2 -2
  27. tccli/services/rum/v20210622/api.json +18 -0
  28. tccli/services/teo/v20220901/api.json +155 -15
  29. tccli/services/teo/v20220901/examples.json +32 -8
  30. tccli/services/tmt/v20180321/api.json +78 -1
  31. tccli/services/tsf/v20180326/api.json +3 -0
  32. tccli/services/vpc/v20170312/api.json +819 -0
  33. tccli/services/vpc/v20170312/examples.json +96 -0
  34. tccli/services/vpc/vpc_client.py +669 -33
  35. tccli/services/wedata/v20250806/api.json +46 -7
  36. {tccli-3.0.1406.1.dist-info → tccli-3.0.1408.1.dist-info}/METADATA +2 -2
  37. {tccli-3.0.1406.1.dist-info → tccli-3.0.1408.1.dist-info}/RECORD +40 -40
  38. {tccli-3.0.1406.1.dist-info → tccli-3.0.1408.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.1406.1.dist-info → tccli-3.0.1408.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.1406.1.dist-info → tccli-3.0.1408.1.dist-info}/license_files/LICENSE +0 -0
@@ -582,7 +582,7 @@
582
582
  "status": "online"
583
583
  },
584
584
  "DescribeUserFlowType": {
585
- "document": "查询用户模版类型,分为两种模式:\n<ul>\n<li>QueryBindTemplate:false,查询用户合同模版类型,返回用户合同模版类型ID,用户合同模版类型名称,用户合同模版类型描述信息</li>\n<li>QueryBindTemplate:false,查询用户合同模版类型,返回用户合同模版类型ID,用户合同模版类型名称,用户合同模版类型描述信息,被绑定的模版数量</li>\n</ul>",
585
+ "document": "查询用户模板类型,分为两种模式:\n<ul>\n<li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息</li>\n<li>QueryBindTemplate:false,查询用户合同模板类型,返回用户合同模板类型ID,用户合同模板类型名称,用户合同模板类型描述信息,被绑定的模板数量</li>\n</ul>",
586
586
  "input": "DescribeUserFlowTypeRequest",
587
587
  "name": "查询用户合同类型",
588
588
  "output": "DescribeUserFlowTypeResponse",
@@ -9876,7 +9876,7 @@
9876
9876
  },
9877
9877
  {
9878
9878
  "disabled": false,
9879
- "document": "搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。 <ul><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模版类型id列表。</li></ul>\t",
9879
+ "document": "搜索过滤的条件,本字段允许您通过指定模板 ID 或模板名称来进行查询。 <ul><li><strong>模板的用户合同类型</strong>:<strong>Key</strong>设置为 <code>user-flow-type-id</code> ,<strong>Values</strong>为您想要查询的用户模板类型id列表。</li></ul>\t",
9880
9880
  "example": "无",
9881
9881
  "member": "Filter",
9882
9882
  "name": "Filters",
@@ -9885,7 +9885,7 @@
9885
9885
  },
9886
9886
  {
9887
9887
  "disabled": false,
9888
- "document": "查询绑定了模版的用户合同类型\n<ul>\n<li>false(默认值),查询用户合同类型</li>\n<li>true,查询绑定了模版的用户合同类型</li>\n</ul>",
9888
+ "document": "查询绑定了模板的用户合同类型<ul><li>false(默认值),查询用户合同类型</li><li>true,查询绑定了模板的用户合同类型</li></ul>",
9889
9889
  "example": "true",
9890
9890
  "member": "bool",
9891
9891
  "name": "QueryBindTemplate",
@@ -1296,22 +1296,22 @@
1296
1296
  "title": "查询用户合同类型(不指定filter)"
1297
1297
  },
1298
1298
  {
1299
- "document": "查询用户合同类型(不指定查询绑定模版的合同类型)",
1299
+ "document": "查询用户合同类型(不指定查询绑定模板的合同类型)",
1300
1300
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserFlowType\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"QueryBindTemplate\": false\n}",
1301
1301
  "output": "{\n \"Response\": {\n \"AllUserFlowTypes\": [\n {\n \"Description\": \"\",\n \"Name\": \"单方合同\",\n \"TemplateNum\": 0,\n \"UserFlowTypeId\": \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n }\n ],\n \"RequestId\": \"s1741681654595707818\"\n }\n}",
1302
- "title": "查询用户合同类型(不指定查询绑定模版的合同类型)"
1302
+ "title": "查询用户合同类型(不指定查询绑定模板的合同类型)"
1303
1303
  },
1304
1304
  {
1305
- "document": "查询用户合同类型(指定查询绑定模版的合同类型)",
1305
+ "document": "查询用户合同类型(指定查询绑定模板的合同类型)",
1306
1306
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserFlowType\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"QueryBindTemplate\": true\n}",
1307
1307
  "output": "{\n \"Response\": {\n \"AllUserFlowTypes\": [\n {\n \"Description\": \"\",\n \"Name\": \"单方合同\",\n \"TemplateNum\": 10,\n \"UserFlowTypeId\": \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n }\n ],\n \"RequestId\": \"s1741681654595707818\"\n }\n}",
1308
- "title": "查询用户合同类型(指定查询绑定模版的合同类型)"
1308
+ "title": "查询用户合同类型(指定查询绑定模板的合同类型)"
1309
1309
  },
1310
1310
  {
1311
- "document": "查询用户合同类型(指定用户模版id)",
1311
+ "document": "查询用户合同类型(指定用户模板id)",
1312
1312
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserFlowType\n<公共请求参数>\n\n{\n \"Agent\": {\n \"AppId\": \"yDwhxUUckp3gl8j5UuFX33LSNozpRsbi\",\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"ProxyAppId\": \"\"\n },\n \"Filters\": [\n {\n \"Key\": \"user-flow-type-id\",\n \"Values\": [\n \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n ]\n }\n ],\n \"QueryBindTemplate\": true\n}",
1313
1313
  "output": "{\n \"Response\": {\n \"AllUserFlowTypes\": [\n {\n \"Description\": \"\",\n \"Name\": \"单方合同\",\n \"TemplateNum\": 10,\n \"UserFlowTypeId\": \"yDwXXUUckp19hvn8URxp4X6wVwCLodxJ\"\n }\n ],\n \"RequestId\": \"s1741681654595707818\"\n }\n}",
1314
- "title": "查询用户合同类型(指定用户模版id)"
1314
+ "title": "查询用户合同类型(指定用户模板id)"
1315
1315
  }
1316
1316
  ],
1317
1317
  "GetDownloadFlowUrl": [
@@ -10247,7 +10247,7 @@
10247
10247
  {
10248
10248
  "disabled": false,
10249
10249
  "document": "健康检查相关参数",
10250
- "example": "{\"Method\":\"GET\"}",
10250
+ "example": "",
10251
10251
  "member": "RuleCheckParams",
10252
10252
  "name": "CheckParams",
10253
10253
  "output_required": true,
@@ -10257,7 +10257,7 @@
10257
10257
  {
10258
10258
  "disabled": false,
10259
10259
  "document": "已绑定的源站相关信息",
10260
- "example": "{\"RealServerId\":\"rs-123456\"}",
10260
+ "example": "",
10261
10261
  "member": "BindRealServer",
10262
10262
  "name": "RealServerSet",
10263
10263
  "output_required": true,
@@ -10266,7 +10266,7 @@
10266
10266
  },
10267
10267
  {
10268
10268
  "disabled": false,
10269
- "document": "源站的服务状态,0表示异常,1表示正常。\n未开启健康检查时,该状态始终未正常。\n只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。",
10269
+ "document": "源站的服务状态,0表示异常,1表示正常。\n未开启健康检查时,该状态始终为正常。\n只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。",
10270
10270
  "example": "1",
10271
10271
  "member": "uint64",
10272
10272
  "name": "BindStatus",
@@ -10313,6 +10313,16 @@
10313
10313
  "output_required": true,
10314
10314
  "type": "string",
10315
10315
  "value_allowed_null": true
10316
+ },
10317
+ {
10318
+ "disabled": false,
10319
+ "document": "七层转发规则的回源协议类型",
10320
+ "example": "HTTP",
10321
+ "member": "string",
10322
+ "name": "ForwardProtocol",
10323
+ "output_required": false,
10324
+ "type": "string",
10325
+ "value_allowed_null": false
10316
10326
  }
10317
10327
  ],
10318
10328
  "usage": "out"
@@ -69,6 +69,58 @@ def doDescribeAggrSoftDeviceList(args, parsed_globals):
69
69
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
70
70
 
71
71
 
72
+ def doExportDeviceDownloadTask(args, parsed_globals):
73
+ g_param = parse_global_arg(parsed_globals)
74
+
75
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
76
+ cred = credential.CVMRoleCredential()
77
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
78
+ cred = credential.STSAssumeRoleCredential(
79
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
80
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
81
+ )
82
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
83
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
84
+ else:
85
+ cred = credential.Credential(
86
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
87
+ )
88
+ http_profile = HttpProfile(
89
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
90
+ reqMethod="POST",
91
+ endpoint=g_param[OptionsDefine.Endpoint],
92
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
93
+ )
94
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
95
+ if g_param[OptionsDefine.Language]:
96
+ profile.language = g_param[OptionsDefine.Language]
97
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
98
+ client = mod.IoaClient(cred, g_param[OptionsDefine.Region], profile)
99
+ client._sdkVersion += ("_CLI_" + __version__)
100
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
101
+ model = models.ExportDeviceDownloadTaskRequest()
102
+ model.from_json_string(json.dumps(args))
103
+ start_time = time.time()
104
+ while True:
105
+ rsp = client.ExportDeviceDownloadTask(model)
106
+ result = rsp.to_json_string()
107
+ try:
108
+ json_obj = json.loads(result)
109
+ except TypeError as e:
110
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
111
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
112
+ break
113
+ cur_time = time.time()
114
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
115
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
116
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
117
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
118
+ else:
119
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
120
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
121
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
122
+
123
+
72
124
  def doCreateDeviceTask(args, parsed_globals):
73
125
  g_param = parse_global_arg(parsed_globals)
74
126
 
@@ -225,7 +277,7 @@ def doCreateDLPFileDetectTask(args, parsed_globals):
225
277
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
226
278
 
227
279
 
228
- def doDescribeDeviceChildGroups(args, parsed_globals):
280
+ def doCreateDeviceVirtualGroup(args, parsed_globals):
229
281
  g_param = parse_global_arg(parsed_globals)
230
282
 
231
283
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -254,11 +306,11 @@ def doDescribeDeviceChildGroups(args, parsed_globals):
254
306
  client = mod.IoaClient(cred, g_param[OptionsDefine.Region], profile)
255
307
  client._sdkVersion += ("_CLI_" + __version__)
256
308
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
257
- model = models.DescribeDeviceChildGroupsRequest()
309
+ model = models.CreateDeviceVirtualGroupRequest()
258
310
  model.from_json_string(json.dumps(args))
259
311
  start_time = time.time()
260
312
  while True:
261
- rsp = client.DescribeDeviceChildGroups(model)
313
+ rsp = client.CreateDeviceVirtualGroup(model)
262
314
  result = rsp.to_json_string()
263
315
  try:
264
316
  json_obj = json.loads(result)
@@ -901,7 +953,7 @@ def doDescribeDeviceHardwareInfoList(args, parsed_globals):
901
953
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
902
954
 
903
955
 
904
- def doCreateDeviceVirtualGroup(args, parsed_globals):
956
+ def doDescribeDeviceChildGroups(args, parsed_globals):
905
957
  g_param = parse_global_arg(parsed_globals)
906
958
 
907
959
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -930,11 +982,11 @@ def doCreateDeviceVirtualGroup(args, parsed_globals):
930
982
  client = mod.IoaClient(cred, g_param[OptionsDefine.Region], profile)
931
983
  client._sdkVersion += ("_CLI_" + __version__)
932
984
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
933
- model = models.CreateDeviceVirtualGroupRequest()
985
+ model = models.DescribeDeviceChildGroupsRequest()
934
986
  model.from_json_string(json.dumps(args))
935
987
  start_time = time.time()
936
988
  while True:
937
- rsp = client.CreateDeviceVirtualGroup(model)
989
+ rsp = client.DescribeDeviceChildGroups(model)
938
990
  result = rsp.to_json_string()
939
991
  try:
940
992
  json_obj = json.loads(result)
@@ -1381,10 +1433,11 @@ MODELS_MAP = {
1381
1433
 
1382
1434
  ACTION_MAP = {
1383
1435
  "DescribeAggrSoftDeviceList": doDescribeAggrSoftDeviceList,
1436
+ "ExportDeviceDownloadTask": doExportDeviceDownloadTask,
1384
1437
  "CreateDeviceTask": doCreateDeviceTask,
1385
1438
  "DescribeSoftwareInformation": doDescribeSoftwareInformation,
1386
1439
  "CreateDLPFileDetectTask": doCreateDLPFileDetectTask,
1387
- "DescribeDeviceChildGroups": doDescribeDeviceChildGroups,
1440
+ "CreateDeviceVirtualGroup": doCreateDeviceVirtualGroup,
1388
1441
  "DescribeDLPFileDetectTaskResult": doDescribeDLPFileDetectTaskResult,
1389
1442
  "DescribeVirtualDevices": doDescribeVirtualDevices,
1390
1443
  "ExportSoftwareInformationList": doExportSoftwareInformationList,
@@ -1397,7 +1450,7 @@ ACTION_MAP = {
1397
1450
  "DescribeAggrSoftDetail": doDescribeAggrSoftDetail,
1398
1451
  "DescribeDeviceInfo": doDescribeDeviceInfo,
1399
1452
  "DescribeDeviceHardwareInfoList": doDescribeDeviceHardwareInfoList,
1400
- "CreateDeviceVirtualGroup": doCreateDeviceVirtualGroup,
1453
+ "DescribeDeviceChildGroups": doDescribeDeviceChildGroups,
1401
1454
  "DescribeAccountGroups": doDescribeAccountGroups,
1402
1455
  "DescribeDeviceDetailList": doDescribeDeviceDetailList,
1403
1456
  "DescribeLocalAccounts": doDescribeLocalAccounts,
@@ -168,6 +168,13 @@
168
168
  "output": "DescribeVirtualDevicesResponse",
169
169
  "status": "online"
170
170
  },
171
+ "ExportDeviceDownloadTask": {
172
+ "document": "创建终端导出任务,私有化调用path为:capi/Assets/Device/ExportDeviceDownloadTask",
173
+ "input": "ExportDeviceDownloadTaskRequest",
174
+ "name": "导出终端相关的数据",
175
+ "output": "ExportDeviceDownloadTaskResponse",
176
+ "status": "online"
177
+ },
171
178
  "ExportSoftwareInformationList": {
172
179
  "document": "导出基于指定终端查看软件信息详情列表查询,私有化调用path为:capi/Software/ExportSoftwareInformationList",
173
180
  "input": "ExportSoftwareInformationListRequest",
@@ -4471,6 +4478,34 @@
4471
4478
  ],
4472
4479
  "usage": "both"
4473
4480
  },
4481
+ "DeviceDownloadTask": {
4482
+ "document": "业务响应数据",
4483
+ "members": [
4484
+ {
4485
+ "disabled": false,
4486
+ "document": "同步数据下载的url",
4487
+ "example": "\"https://xxxxx\"",
4488
+ "member": "string",
4489
+ "name": "DownloadURL",
4490
+ "output_required": false,
4491
+ "required": false,
4492
+ "type": "string",
4493
+ "value_allowed_null": false
4494
+ },
4495
+ {
4496
+ "disabled": false,
4497
+ "document": "异步任务id,需要根据id去任务中心下载",
4498
+ "example": "186947",
4499
+ "member": "int64",
4500
+ "name": "TaskId",
4501
+ "output_required": false,
4502
+ "required": false,
4503
+ "type": "int",
4504
+ "value_allowed_null": false
4505
+ }
4506
+ ],
4507
+ "usage": "both"
4508
+ },
4474
4509
  "DeviceGroupDetail": {
4475
4510
  "document": "返回的数组列表",
4476
4511
  "members": [
@@ -4996,6 +5031,97 @@
4996
5031
  ],
4997
5032
  "usage": "both"
4998
5033
  },
5034
+ "ExportDeviceDownloadTaskRequest": {
5035
+ "document": "ExportDeviceDownloadTask请求参数结构体",
5036
+ "members": [
5037
+ {
5038
+ "disabled": false,
5039
+ "document": "系统类型(0: win,1:linux,2: mac,4:android,5:ios;默认值0)",
5040
+ "example": "0",
5041
+ "member": "int64",
5042
+ "name": "OsType",
5043
+ "required": false,
5044
+ "type": "int"
5045
+ },
5046
+ {
5047
+ "disabled": false,
5048
+ "document": "管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域\"1\",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。",
5049
+ "example": "1",
5050
+ "member": "string",
5051
+ "name": "DomainInstanceId",
5052
+ "required": false,
5053
+ "type": "string"
5054
+ },
5055
+ {
5056
+ "disabled": false,
5057
+ "document": "分组id",
5058
+ "example": "1120",
5059
+ "member": "int64",
5060
+ "name": "GroupId",
5061
+ "required": false,
5062
+ "type": "int"
5063
+ },
5064
+ {
5065
+ "disabled": false,
5066
+ "document": " 在线状态 2 在线 0,1 离线",
5067
+ "example": "0",
5068
+ "member": "int64",
5069
+ "name": "OnlineStatus",
5070
+ "required": false,
5071
+ "type": "int"
5072
+ },
5073
+ {
5074
+ "disabled": false,
5075
+ "document": "导出顺序,接口返回的数据字段",
5076
+ "example": "Name,RemarkName,IOAUserName,AccountName,UserName,LocalIpList,Ip,Mid,VulVersion,SysRepVersion,VirusVer,Os,Tags,SerialNum,AccountList,BaseBoardSn,MacAddr,GroupName,StrVersion,DomainName",
5077
+ "member": "string",
5078
+ "name": "ExportOrder",
5079
+ "required": false,
5080
+ "type": "string"
5081
+ },
5082
+ {
5083
+ "disabled": false,
5084
+ "document": " 导出类型, 0:终端树;7:硬件信息列表导出;",
5085
+ "example": "0",
5086
+ "member": "int64",
5087
+ "name": "ExportType",
5088
+ "required": false,
5089
+ "type": "int"
5090
+ },
5091
+ {
5092
+ "disabled": false,
5093
+ "document": "过滤条件。同DescribeDevices接口",
5094
+ "example": "无",
5095
+ "member": "Condition",
5096
+ "name": "Condition",
5097
+ "required": false,
5098
+ "type": "object"
5099
+ }
5100
+ ],
5101
+ "type": "object"
5102
+ },
5103
+ "ExportDeviceDownloadTaskResponse": {
5104
+ "document": "ExportDeviceDownloadTask返回参数结构体",
5105
+ "members": [
5106
+ {
5107
+ "disabled": false,
5108
+ "document": "业务响应数据",
5109
+ "example": "无",
5110
+ "member": "DeviceDownloadTask",
5111
+ "name": "Data",
5112
+ "output_required": true,
5113
+ "type": "object",
5114
+ "value_allowed_null": false
5115
+ },
5116
+ {
5117
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5118
+ "member": "string",
5119
+ "name": "RequestId",
5120
+ "type": "string"
5121
+ }
5122
+ ],
5123
+ "type": "object"
5124
+ },
4999
5125
  "ExportSoftwareDownloadUrlRspData": {
5000
5126
  "document": "业务响应数据",
5001
5127
  "members": [
@@ -240,6 +240,14 @@
240
240
  "title": "示例1"
241
241
  }
242
242
  ],
243
+ "ExportDeviceDownloadTask": [
244
+ {
245
+ "document": "测试全网终端分组(ID=1120)的数据导出",
246
+ "input": "POST / HTTP/1.1\nHost: ioa.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportDeviceDownloadTask\n<公共请求参数>\n\n{\n \"OsType\": 0,\n \"DomainInstanceId\": \"1\",\n \"GroupId\": 1120,\n \"ExportType\": 0\n}",
247
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"DownloadURL\": \"\",\n \"TaskId\": 186954\n },\n \"RequestId\": \"23b2ad49-f082-401c-a3f1-8b903291d5a6\"\n }\n}",
248
+ "title": "测试全网终端分组(ID=1120)的数据导出"
249
+ }
250
+ ],
243
251
  "ExportSoftwareInformationList": [
244
252
  {
245
253
  "document": "",
@@ -5326,6 +5326,32 @@
5326
5326
  ],
5327
5327
  "type": "object"
5328
5328
  },
5329
+ "DestinationRegionBlueprint": {
5330
+ "document": "目标地域镜像信息。",
5331
+ "members": [
5332
+ {
5333
+ "disabled": false,
5334
+ "document": "目标地域。",
5335
+ "example": "ap-guangzhou",
5336
+ "member": "string",
5337
+ "name": "Region",
5338
+ "output_required": true,
5339
+ "type": "string",
5340
+ "value_allowed_null": false
5341
+ },
5342
+ {
5343
+ "disabled": false,
5344
+ "document": "目标地域镜像ID。",
5345
+ "example": "lhbp-lf3gjs2f",
5346
+ "member": "string",
5347
+ "name": "BlueprintId",
5348
+ "output_required": true,
5349
+ "type": "string",
5350
+ "value_allowed_null": false
5351
+ }
5352
+ ],
5353
+ "usage": "out"
5354
+ },
5329
5355
  "DetachCcnRequest": {
5330
5356
  "document": "DetachCcn请求参数结构体",
5331
5357
  "members": [
@@ -10813,6 +10839,16 @@
10813
10839
  "SyncBlueprintResponse": {
10814
10840
  "document": "SyncBlueprint返回参数结构体",
10815
10841
  "members": [
10842
+ {
10843
+ "disabled": false,
10844
+ "document": "目标地域镜像信息。",
10845
+ "example": "无",
10846
+ "member": "DestinationRegionBlueprint",
10847
+ "name": "DestinationRegionBlueprintSet",
10848
+ "output_required": true,
10849
+ "type": "list",
10850
+ "value_allowed_null": false
10851
+ },
10816
10852
  {
10817
10853
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10818
10854
  "member": "string",
@@ -936,7 +936,7 @@
936
936
  {
937
937
  "document": "向两个地域同步自定义镜像。",
938
938
  "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncBlueprint\n<公共请求参数>\n\n{\n \"BlueprintId\": \"lhbp-ls883feh\",\n \"DestinationRegions\": [\n \"ap-singapore\",\n \"ap-hongkong\"\n ]\n}",
939
- "output": "{\n \"Response\": {\n \"RequestId\": \"647f2a53-c672-45fa-980b-385423898a69\"\n }\n}",
939
+ "output": "{\n \"Response\": {\n \"DestinationRegionBlueprintSet\": [\n {\n \"Region\": \"ap-singapore\",\n \"BlueprintId\": \"lhbp-lf3gjs2f\"\n },\n {\n \"Region\": \"ap-hongkong\",\n \"BlueprintId\": \"lhbp-lfle246l\"\n }\n ],\n \"RequestId\": \"e35a5b7b-4dfa-49f8-8729-ba5c504807e0\"\n }\n}",
940
940
  "title": "跨地域同步自定义镜像"
941
941
  }
942
942
  ],
@@ -14,6 +14,12 @@
14
14
  "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCasterLayoutInfo\n<公共请求参数>\n\n{\n \"LayoutInfo\": {\n \"LayoutIndex\": \"1\",\n \"InputIndexList\": \"1|2\",\n \"LayoutTemplateId\": \"20\"\n },\n \"CasterId\": 63501\n}",
15
15
  "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
16
16
  "title": "添加布局20,绑定输入1,输入2"
17
+ },
18
+ {
19
+ "document": "示例中,代表将输入2进行AI抠图,输入1作为输入2AI抠图后的叠加背景",
20
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCasterLayoutInfo\n<公共请求参数>\n\n{\n \"CasterId\": 63501,\n \"LayoutInfo\": {\n \"InputIndexList\": \"1|2\",\n \"LayoutIndex\": 6,\n \"LayoutParams\": [\n {\n \"LayerHeight\": 1,\n \"LayerId\": 1,\n \"LayerLocationX\": 0,\n \"LayerLocationY\": 0,\n \"LayerWidth\": 1,\n \"UsePortraitSegment\": false\n },\n {\n \"LayerHeight\": 0.5,\n \"LayerId\": 2,\n \"LayerLocationX\": 0.5,\n \"LayerLocationY\": 0.5,\n \"LayerWidth\": 0.5,\n \"UsePortraitSegment\": true\n }\n ]\n }\n}",
21
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
22
+ "title": "增加虚拟背景布局"
17
23
  }
18
24
  ],
19
25
  "AddCasterMarkPicInfo": [
@@ -7300,7 +7300,7 @@
7300
7300
  {
7301
7301
  "disabled": false,
7302
7302
  "document": "要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。<br>注意:该入参会全量替换存量已有安全组集合,并非增量更新。修改需传入全量的预期集合。",
7303
- "example": "[\"sg-ajr1jzgj\\n\"]",
7303
+ "example": "[\"sg-ajr1jzgj\"]",
7304
7304
  "member": "string",
7305
7305
  "name": "SecurityGroupIds",
7306
7306
  "required": true,