tccli 3.0.1375.1__py2.py3-none-any.whl → 3.0.1377.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 (69) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bi/bi_client.py +53 -0
  3. tccli/services/bi/v20220105/api.json +101 -0
  4. tccli/services/bi/v20220105/examples.json +8 -0
  5. tccli/services/cdb/v20170320/api.json +18 -8
  6. tccli/services/cdb/v20170320/examples.json +1 -1
  7. tccli/services/cdwdoris/v20211228/api.json +31 -1
  8. tccli/services/cfs/v20190719/api.json +10 -1
  9. tccli/services/chc/v20230418/examples.json +1 -1
  10. tccli/services/clb/v20180317/api.json +20 -0
  11. tccli/services/cls/v20201016/api.json +21 -21
  12. tccli/services/cls/v20201016/examples.json +1 -1
  13. tccli/services/csip/v20221121/api.json +14 -14
  14. tccli/services/ctem/v20231128/api.json +22 -3
  15. tccli/services/ctem/v20231128/examples.json +2 -2
  16. tccli/services/cwp/v20180228/api.json +39 -9
  17. tccli/services/cwp/v20180228/examples.json +6 -0
  18. tccli/services/cynosdb/v20190107/api.json +1 -1
  19. tccli/services/dc/v20180410/api.json +18 -0
  20. tccli/services/dlc/v20210125/api.json +27 -8
  21. tccli/services/dlc/v20210125/examples.json +2 -2
  22. tccli/services/dts/dts_client.py +79 -26
  23. tccli/services/dts/v20211206/api.json +34 -0
  24. tccli/services/dts/v20211206/examples.json +8 -0
  25. tccli/services/ess/ess_client.py +106 -0
  26. tccli/services/ess/v20201111/api.json +142 -7
  27. tccli/services/ess/v20201111/examples.json +16 -0
  28. tccli/services/essbasic/v20210526/api.json +8 -8
  29. tccli/services/faceid/v20180301/api.json +1 -1
  30. tccli/services/ioa/ioa_client.py +106 -0
  31. tccli/services/ioa/v20220601/api.json +545 -10
  32. tccli/services/ioa/v20220601/examples.json +20 -10
  33. tccli/services/iotexplorer/v20190423/api.json +52 -1
  34. tccli/services/iotexplorer/v20190423/examples.json +78 -6
  35. tccli/services/iss/iss_client.py +53 -0
  36. tccli/services/iss/v20230517/api.json +60 -0
  37. tccli/services/iss/v20230517/examples.json +8 -0
  38. tccli/services/live/v20180801/api.json +1 -1
  39. tccli/services/lkeap/v20240522/api.json +17 -7
  40. tccli/services/mna/v20210119/api.json +1 -1
  41. tccli/services/mongodb/v20190725/api.json +22 -10
  42. tccli/services/mps/v20190612/api.json +112 -2
  43. tccli/services/mqtt/mqtt_client.py +265 -0
  44. tccli/services/mqtt/v20240516/api.json +480 -0
  45. tccli/services/mqtt/v20240516/examples.json +40 -0
  46. tccli/services/oceanus/v20190422/api.json +5 -5
  47. tccli/services/ocr/v20181119/api.json +5 -5
  48. tccli/services/omics/v20221128/api.json +1 -1
  49. tccli/services/organization/organization_client.py +69 -16
  50. tccli/services/organization/v20210331/api.json +216 -0
  51. tccli/services/organization/v20210331/examples.json +8 -0
  52. tccli/services/partners/v20180321/api.json +7 -7
  53. tccli/services/rce/v20201103/api.json +1 -1
  54. tccli/services/smh/v20210712/api.json +43 -12
  55. tccli/services/smh/v20210712/examples.json +1 -1
  56. tccli/services/tdmq/v20200217/api.json +1 -1
  57. tccli/services/tione/v20211111/api.json +200 -20
  58. tccli/services/tione/v20211111/examples.json +1 -1
  59. tccli/services/tke/v20180525/api.json +10 -0
  60. tccli/services/tke/v20220501/api.json +20 -2
  61. tccli/services/trtc/v20190722/api.json +6 -6
  62. tccli/services/tsf/v20180326/api.json +59 -59
  63. tccli/services/tsf/v20180326/examples.json +2 -2
  64. tccli/services/vpc/v20170312/api.json +11 -2
  65. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/METADATA +2 -2
  66. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/RECORD +69 -69
  67. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/WHEEL +0 -0
  68. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/entry_points.txt +0 -0
  69. {tccli-3.0.1375.1.dist-info → tccli-3.0.1377.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1375.1'
1
+ __version__ = '3.0.1377.1'
@@ -901,6 +901,58 @@ def doModifyDatasourceCloud(args, parsed_globals):
901
901
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
902
902
 
903
903
 
904
+ def doClearEmbedToken(args, parsed_globals):
905
+ g_param = parse_global_arg(parsed_globals)
906
+
907
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
908
+ cred = credential.CVMRoleCredential()
909
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
910
+ cred = credential.STSAssumeRoleCredential(
911
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
912
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
913
+ )
914
+ 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):
915
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
916
+ else:
917
+ cred = credential.Credential(
918
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
919
+ )
920
+ http_profile = HttpProfile(
921
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
922
+ reqMethod="POST",
923
+ endpoint=g_param[OptionsDefine.Endpoint],
924
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
925
+ )
926
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
927
+ if g_param[OptionsDefine.Language]:
928
+ profile.language = g_param[OptionsDefine.Language]
929
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
930
+ client = mod.BiClient(cred, g_param[OptionsDefine.Region], profile)
931
+ client._sdkVersion += ("_CLI_" + __version__)
932
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
933
+ model = models.ClearEmbedTokenRequest()
934
+ model.from_json_string(json.dumps(args))
935
+ start_time = time.time()
936
+ while True:
937
+ rsp = client.ClearEmbedToken(model)
938
+ result = rsp.to_json_string()
939
+ try:
940
+ json_obj = json.loads(result)
941
+ except TypeError as e:
942
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
943
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
944
+ break
945
+ cur_time = time.time()
946
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
947
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
948
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
949
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
950
+ else:
951
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
952
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
953
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
954
+
955
+
904
956
  def doCreateUserRoleProject(args, parsed_globals):
905
957
  g_param = parse_global_arg(parsed_globals)
906
958
 
@@ -1293,6 +1345,7 @@ ACTION_MAP = {
1293
1345
  "DescribePageWidgetList": doDescribePageWidgetList,
1294
1346
  "DescribeUserRoleProjectList": doDescribeUserRoleProjectList,
1295
1347
  "ModifyDatasourceCloud": doModifyDatasourceCloud,
1348
+ "ClearEmbedToken": doClearEmbedToken,
1296
1349
  "CreateUserRoleProject": doCreateUserRoleProject,
1297
1350
  "DeleteUserRoleProject": doDeleteUserRoleProject,
1298
1351
  "ApplyEmbedInterval": doApplyEmbedInterval,
@@ -7,6 +7,13 @@
7
7
  "output": "ApplyEmbedIntervalResponse",
8
8
  "status": "online"
9
9
  },
10
+ "ClearEmbedToken": {
11
+ "document": "强鉴权token 清理,只有企业管理员才能调用该接口",
12
+ "input": "ClearEmbedTokenRequest",
13
+ "name": "清理强鉴权token",
14
+ "output": "ClearEmbedTokenResponse",
15
+ "status": "online"
16
+ },
10
17
  "CreateDatasource": {
11
18
  "document": "创建数据源",
12
19
  "input": "CreateDatasourceRequest",
@@ -431,6 +438,100 @@
431
438
  ],
432
439
  "usage": "both"
433
440
  },
441
+ "ClearEmbedTokenRequest": {
442
+ "document": "ClearEmbedToken请求参数结构体",
443
+ "members": [
444
+ {
445
+ "disabled": false,
446
+ "document": "项目id",
447
+ "example": "ProjectId",
448
+ "member": "string",
449
+ "name": "ProjectId",
450
+ "required": true,
451
+ "type": "string"
452
+ },
453
+ {
454
+ "disabled": false,
455
+ "document": "主账号id",
456
+ "example": "UserCorpId",
457
+ "member": "string",
458
+ "name": "UserCorpId",
459
+ "required": true,
460
+ "type": "string"
461
+ },
462
+ {
463
+ "disabled": false,
464
+ "document": "panel , page",
465
+ "example": "Scope",
466
+ "member": "string",
467
+ "name": "Scope",
468
+ "required": true,
469
+ "type": "string"
470
+ },
471
+ {
472
+ "disabled": false,
473
+ "document": "page id",
474
+ "example": "PageId",
475
+ "member": "string",
476
+ "name": "PageId",
477
+ "required": false,
478
+ "type": "string"
479
+ }
480
+ ],
481
+ "type": "object"
482
+ },
483
+ "ClearEmbedTokenResponse": {
484
+ "document": "ClearEmbedToken返回参数结构体",
485
+ "members": [
486
+ {
487
+ "disabled": false,
488
+ "document": "自定义错误信息对象\n注意:此字段可能返回 null,表示取不到有效值。",
489
+ "example": "无",
490
+ "member": "ErrorInfo",
491
+ "name": "ErrorInfo",
492
+ "output_required": false,
493
+ "type": "object",
494
+ "value_allowed_null": true
495
+ },
496
+ {
497
+ "disabled": false,
498
+ "document": "额外消息\n注意:此字段可能返回 null,表示取不到有效值。",
499
+ "example": "无",
500
+ "member": "string",
501
+ "name": "Extra",
502
+ "output_required": false,
503
+ "type": "string",
504
+ "value_allowed_null": true
505
+ },
506
+ {
507
+ "disabled": false,
508
+ "document": "提示消息\n注意:此字段可能返回 null,表示取不到有效值。",
509
+ "example": "无",
510
+ "member": "string",
511
+ "name": "Msg",
512
+ "output_required": false,
513
+ "type": "string",
514
+ "value_allowed_null": true
515
+ },
516
+ {
517
+ "disabled": false,
518
+ "document": "结果\n注意:此字段可能返回 null,表示取不到有效值。",
519
+ "example": "false",
520
+ "member": "bool",
521
+ "name": "Data",
522
+ "output_required": false,
523
+ "type": "bool",
524
+ "value_allowed_null": true
525
+ },
526
+ {
527
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
528
+ "member": "string",
529
+ "name": "RequestId",
530
+ "type": "string"
531
+ }
532
+ ],
533
+ "type": "object"
534
+ },
434
535
  "CorpUserListData": {
435
536
  "document": "企业用户列表",
436
537
  "members": [
@@ -8,6 +8,14 @@
8
8
  "title": "申请Token延期接口实例"
9
9
  }
10
10
  ],
11
+ "ClearEmbedToken": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ClearEmbedToken\n<公共请求参数>\n\n{\n \"ProjectId\": \"889\",\n \"UserCorpId\": \"700000777778\",\n \"Scope\": \"page\",\n \"PageId\": \"8991\"\n}",
15
+ "output": "{\n \"Response\": {\n \"Extra\": \"Extra\",\n \"Msg\": \"Msg\",\n \"Data\": false,\n \"RequestId\": \"RequestId\"\n }\n}",
16
+ "title": "page token 清理"
17
+ }
18
+ ],
11
19
  "CreateDatasource": [
12
20
  {
13
21
  "document": "创建数据源",
@@ -1149,7 +1149,7 @@
1149
1149
  "status": "online"
1150
1150
  },
1151
1151
  "StopRollback": {
1152
- "document": "本接口(StopRollback) 用于撤销实例正在进行的回档任务,该接口返回一个异步任务id。 撤销结果可以通过 DescribeAsyncRequestInfo 查询任务的执行情况。",
1152
+ "document": "本接口(StopRollback)用于撤销实例正在进行的回档任务,该接口返回一个异步任务 ID。撤销结果可以通过 [DescribeAsyncRequestInfo](https://cloud.tencent.com/document/api/236/20410) 查询任务的执行情况。",
1153
1153
  "input": "StopRollbackRequest",
1154
1154
  "name": "撤销回档任务",
1155
1155
  "output": "StopRollbackResponse",
@@ -12312,7 +12312,7 @@
12312
12312
  "value_allowed_null": false
12313
12313
  },
12314
12314
  {
12315
- "disabled": false,
12315
+ "disabled": true,
12316
12316
  "document": "代理配置",
12317
12317
  "example": "无",
12318
12318
  "member": "CustomConfig",
@@ -12324,13 +12324,23 @@
12324
12324
  {
12325
12325
  "disabled": false,
12326
12326
  "document": "权重限制",
12327
- "example": "{\"LessThan\":2000,\"Weight\":1}",
12327
+ "example": "",
12328
12328
  "member": "Rule",
12329
12329
  "name": "WeightRule",
12330
12330
  "output_required": true,
12331
12331
  "type": "object",
12332
12332
  "value_allowed_null": false
12333
12333
  },
12334
+ {
12335
+ "disabled": false,
12336
+ "document": "代理配置",
12337
+ "example": "无",
12338
+ "member": "CustomConfig",
12339
+ "name": "CustomConfInfo",
12340
+ "output_required": true,
12341
+ "type": "list",
12342
+ "value_allowed_null": false
12343
+ },
12334
12344
  {
12335
12345
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12336
12346
  "member": "string",
@@ -15171,7 +15181,7 @@
15171
15181
  "members": [
15172
15182
  {
15173
15183
  "disabled": false,
15174
- "document": "查询数据库错误码",
15184
+ "document": "查询数据库错误码。0 - 正常,1600001 - 内部错误,1600003 - 入参异常,1600009 - 实例不存在,1624001 - DB 访问异常。",
15175
15185
  "example": "0",
15176
15186
  "member": "int64",
15177
15187
  "name": "Code",
@@ -15202,7 +15212,7 @@
15202
15212
  {
15203
15213
  "disabled": false,
15204
15214
  "document": "可回档时间范围",
15205
- "example": "[{\"Begin\": \"2024-08-21 02:06:20\",\"End\": \"2024-08-25 17:52:05\"}]",
15215
+ "example": "",
15206
15216
  "member": "RollbackTimeRange",
15207
15217
  "name": "Times",
15208
15218
  "output_required": true,
@@ -21109,7 +21119,7 @@
21109
21119
  "members": [
21110
21120
  {
21111
21121
  "disabled": false,
21112
- "document": "撤销回档任务对应的实例Id。",
21122
+ "document": "撤销回档任务对应的实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/api/236/15872) 接口获取。",
21113
21123
  "example": "cdb-9303wd4x",
21114
21124
  "member": "string",
21115
21125
  "name": "InstanceId",
@@ -21124,11 +21134,11 @@
21124
21134
  "members": [
21125
21135
  {
21126
21136
  "disabled": false,
21127
- "document": "执行请求的异步任务ID",
21137
+ "document": "执行请求的异步任务 ID",
21128
21138
  "example": "256117ed-efa08b54-61784d44-91781bbd",
21129
21139
  "member": "string",
21130
21140
  "name": "AsyncRequestId",
21131
- "required": true,
21141
+ "output_required": true,
21132
21142
  "type": "string",
21133
21143
  "value_allowed_null": false
21134
21144
  },
@@ -802,7 +802,7 @@
802
802
  {
803
803
  "document": "",
804
804
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProxyCustomConf\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-2wpip1dd\",\n \"Limit\": 1,\n \"Offset\": 0\n}",
805
- "output": "{\n \"Response\": {\n \"Count\": 1,\n \"CustomConf\": {\n \"Device\": \"Z3\",\n \"Type\": \"高可用版本\",\n \"DeviceType\": \"custom\",\n \"Memory\": 4000,\n \"Cpu\": 2\n },\n \"WeightRule\": {\n \"LessThan\": 2000,\n \"Weight\": 1\n },\n \"RequestId\": \"9bd2a785-2dc0-47dc-b285-2b154a218ea1\"\n }\n}",
805
+ "output": "{\n \"Response\": {\n \"Count\": 1,\n \"CustomConfInfo\": [\n {\n \"Device\": \"Z3\",\n \"Type\": \"高可用版本\",\n \"DeviceType\": \"custom\",\n \"Memory\": 4000,\n \"Cpu\": 2\n }\n ],\n \"WeightRule\": {\n \"LessThan\": 2000,\n \"Weight\": 1\n },\n \"RequestId\": \"9bd2a785-2dc0-47dc-b285-2b154a218ea1\"\n }\n}",
806
806
  "title": "查询数据库代理规格配置"
807
807
  }
808
808
  ],
@@ -656,7 +656,7 @@
656
656
  {
657
657
  "disabled": false,
658
658
  "document": "远端doris的连接信息",
659
- "example": "source",
659
+ "example": "",
660
660
  "member": "DorisSourceInfo",
661
661
  "name": "DorisSourceInfo",
662
662
  "output_required": true,
@@ -718,6 +718,17 @@
718
718
  "required": false,
719
719
  "type": "object",
720
720
  "value_allowed_null": false
721
+ },
722
+ {
723
+ "disabled": false,
724
+ "document": "隔离次数",
725
+ "example": "1",
726
+ "member": "int64",
727
+ "name": "IsolationCount",
728
+ "output_required": false,
729
+ "required": false,
730
+ "type": "int",
731
+ "value_allowed_null": false
721
732
  }
722
733
  ],
723
734
  "usage": "both"
@@ -2390,6 +2401,15 @@
2390
2401
  "name": "IsDeleteAll",
2391
2402
  "required": false,
2392
2403
  "type": "bool"
2404
+ },
2405
+ {
2406
+ "disabled": false,
2407
+ "document": "true代表恢复删除隔离中的job 默认false就是删除",
2408
+ "example": "false",
2409
+ "member": "bool",
2410
+ "name": "IsRecover",
2411
+ "required": false,
2412
+ "type": "bool"
2393
2413
  }
2394
2414
  ],
2395
2415
  "type": "object"
@@ -2397,6 +2417,16 @@
2397
2417
  "DeleteBackUpDataResponse": {
2398
2418
  "document": "DeleteBackUpData返回参数结构体",
2399
2419
  "members": [
2420
+ {
2421
+ "disabled": false,
2422
+ "document": "错误信息",
2423
+ "example": "this is a error",
2424
+ "member": "string",
2425
+ "name": "ErrorMsg",
2426
+ "output_required": false,
2427
+ "type": "string",
2428
+ "value_allowed_null": false
2429
+ },
2400
2430
  {
2401
2431
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2402
2432
  "member": "string",
@@ -3658,7 +3658,7 @@
3658
3658
  },
3659
3659
  {
3660
3660
  "disabled": false,
3661
- "document": "create:创建目录 check:确认目录是否存在",
3661
+ "document": "create:创建目录,等同于mkdir。\ncheck:确认目录是否存在,等同于stat。\nmove:对文件/目录进行重命名,等同于mv。",
3662
3662
  "example": "check",
3663
3663
  "member": "string",
3664
3664
  "name": "OpetationType",
@@ -3682,6 +3682,15 @@
3682
3682
  "name": "Mode",
3683
3683
  "required": false,
3684
3684
  "type": "string"
3685
+ },
3686
+ {
3687
+ "disabled": false,
3688
+ "document": "mv操作的目标目录名称;如果是turbo文件系统必须以/cfs/开头",
3689
+ "example": "/cfs/testa",
3690
+ "member": "string",
3691
+ "name": "DestPath",
3692
+ "required": false,
3693
+ "type": "string"
3685
3694
  }
3686
3695
  ],
3687
3696
  "type": "object"
@@ -292,7 +292,7 @@
292
292
  {
293
293
  "document": "",
294
294
  "input": "POST / HTTP/1.1\nHost: chc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCommonServiceWorkOrder\n<公共请求参数>\n\n{\n \"WorkOrderType\": [\n \"rackOn\"\n ],\n \"BeginDateTime\": \"2025-04-01 00:00:00\",\n \"EndDateTime\": \"2025-04-30 00:00:00\"\n}",
295
- "output": "{\n \"Response\": {\n \"DownloadUrl\": \"http://ap-guangzhou-test-1305532550.cos.ap-guangzhou.myqcloud.com/idc_portal_work_order/251233270/251233270_2025-04-01_00-00-00_2025-04-30_00-00-00.xlsx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1749127181%3B1749127541&q-key-time=1749127181%3B1749127541&q-header-list=host&q-url-param-list=&q-signature=3a30d015e08fb524f75b31217d2436bbce70e6ec\",\n \"RequestId\": \"591f555e-23b9-4b9a-aab8-186364534732\"\n }\n}",
295
+ "output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://ap-guangzhou-test-1305532550.cos.ap-guangzhou.myqcloud.com/idc_portal_work_order/251233270/251233270_2025-04-01_00-00-00_2025-04-30_00-00-00.xlsx?q-sign-algorithm=sha1&q-ak=xxx&q-sign-time=1749127181%3B1749127541&q-key-time=1749127181%3B1749127541&q-header-list=host&q-url-param-list=&q-signature=3a30d015e08fb524f75b31217d2436bbce70e6ec\",\n \"RequestId\": \"591f555e-23b9-4b9a-aab8-186364534732\"\n }\n}",
296
296
  "title": "导出客户工单详情"
297
297
  }
298
298
  ],
@@ -8394,6 +8394,17 @@
8394
8394
  "required": false,
8395
8395
  "type": "int",
8396
8396
  "value_allowed_null": false
8397
+ },
8398
+ {
8399
+ "disabled": false,
8400
+ "document": "负载均衡实例关联的Endpoint id。",
8401
+ "example": "vpce-kig4revm",
8402
+ "member": "string",
8403
+ "name": "AssociateEndpoint",
8404
+ "output_required": false,
8405
+ "required": false,
8406
+ "type": "string",
8407
+ "value_allowed_null": false
8397
8408
  }
8398
8409
  ],
8399
8410
  "usage": "both"
@@ -9649,6 +9660,15 @@
9649
9660
  "name": "ModifyClassicDomain",
9650
9661
  "required": false,
9651
9662
  "type": "bool"
9663
+ },
9664
+ {
9665
+ "disabled": false,
9666
+ "document": "关联的终端节点Id,可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)接口查询。传空字符串代表解除关联。",
9667
+ "example": "vpce-h0fk8lfc",
9668
+ "member": "string",
9669
+ "name": "AssociateEndpoint",
9670
+ "required": false,
9671
+ "type": "string"
9652
9672
  }
9653
9673
  ],
9654
9674
  "type": "object"
@@ -4730,7 +4730,7 @@
4730
4730
  },
4731
4731
  {
4732
4732
  "disabled": false,
4733
- "document": "源日志主题",
4733
+ "document": "日志主题ID\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
4734
4734
  "example": "topicid-1",
4735
4735
  "member": "string",
4736
4736
  "name": "SrcTopicId",
@@ -4739,7 +4739,7 @@
4739
4739
  },
4740
4740
  {
4741
4741
  "disabled": false,
4742
- "document": "加工任务名称",
4742
+ "document": "加工任务名称\n名称限制\n- 不能为空字符串\n- 不能包含字符'|'\n- 最长 255 个字符",
4743
4743
  "example": "task1",
4744
4744
  "member": "string",
4745
4745
  "name": "Name",
@@ -4766,8 +4766,8 @@
4766
4766
  },
4767
4767
  {
4768
4768
  "disabled": false,
4769
- "document": "加工任务目的topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写。",
4770
- "example": "{\"dst_topics\":[{\"topic_id\":\"xxx\", \"alias\":\"topic\"}]}",
4769
+ "document": "加工任务目标topic_id以及别名,当FuncType=1时,该参数必填,当FuncType=2时,无需填写。\n目标topic_id,通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。\n别名限制 1.不能为空字符串,2. 不能包含字符'|'。\n",
4770
+ "example": "",
4771
4771
  "member": "DataTransformResouceInfo",
4772
4772
  "name": "DstResources",
4773
4773
  "required": false,
@@ -4784,7 +4784,7 @@
4784
4784
  },
4785
4785
  {
4786
4786
  "disabled": false,
4787
- "document": "用于预览加工结果的测试数据",
4787
+ "document": "用于预览加工结果的测试数据\n目标日志主题ID通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
4788
4788
  "example": "无",
4789
4789
  "member": "PreviewLogStatistic",
4790
4790
  "name": "PreviewLogStatistics",
@@ -6484,7 +6484,7 @@
6484
6484
  },
6485
6485
  {
6486
6486
  "disabled": false,
6487
- "document": "加工任务类型,1: DSL, 2:SQL",
6487
+ "document": "加工任务类型,1: DSL(使用自定义加工语言的加工任务), 2:SQL(使用sql的加工任务)",
6488
6488
  "example": "1",
6489
6489
  "member": "int64",
6490
6490
  "name": "Type",
@@ -6524,7 +6524,7 @@
6524
6524
  },
6525
6525
  {
6526
6526
  "disabled": false,
6527
- "document": "最近修改时间",
6527
+ "document": "最近修改时间\n示例值:2025-06-18 16:55:54",
6528
6528
  "example": "2024-03-20 15:51:01",
6529
6529
  "member": "string",
6530
6530
  "name": "UpdateTime",
@@ -6534,7 +6534,7 @@
6534
6534
  },
6535
6535
  {
6536
6536
  "disabled": false,
6537
- "document": "最后启用时间,如果需要重建集群,修改该时间",
6537
+ "document": "最后启用时间,如果需要重建集群,修改该时间\n示例值:2025-06-18 19:55:54",
6538
6538
  "example": "2024-03-20 15:50:00",
6539
6539
  "member": "string",
6540
6540
  "name": "LastEnableTime",
@@ -6565,7 +6565,7 @@
6565
6565
  {
6566
6566
  "disabled": false,
6567
6567
  "document": "加工任务目的topic_id以及别名",
6568
- "example": "{\"dst_topics\":[{\"topic_id\":\"xxx\", \"alias\":\"topic\"}]}",
6568
+ "example": "",
6569
6569
  "member": "DataTransformResouceInfo",
6570
6570
  "name": "DstResources",
6571
6571
  "output_required": true,
@@ -8198,7 +8198,7 @@
8198
8198
  "members": [
8199
8199
  {
8200
8200
  "disabled": false,
8201
- "document": "- taskName\n按照【加工任务名称】进行过滤。\n类型:String\n必选:否\n\n- taskId\n按照【加工任务id】进行过滤。\n类型:String\n必选:否\n\n- topicId\n按照【源topicId】进行过滤。\n类型:String\n必选:否\n- status\n按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止\n类型:String\n必选:否\n- hasServiceLog\n按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启\n类型:String\n必选:否\n- dstTopicType\n按照【目标topic类型】进行过滤。 1:固定,2:动态\n类型:String\n必选:否\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
8201
+ "document": "- taskName\n按照【加工任务名称】进行过滤。\n类型:String\n必选:否\n示例:test-task\n\n- taskId\n按照【加工任务id】进行过滤。\n类型:String\n必选:否\n示例:a3622556-6402-4942-b4ff-5ae32ec29810\n数据加工任务ID- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务Id。\n\n- topicId\n按照【源topicId】进行过滤。\n类型:String\n必选:否\n示例:756cec3e-a0a5-44c3-85a8-090870582000\n日志主题ID\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。\n\n- status\n按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止\n类型:String\n必选:否\n示例:1\n\n- hasServiceLog\n按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启\n类型:String\n必选:否\n示例:1\n\n- dstTopicType\n按照【目标topic类型】进行过滤。 1:固定,2:动态\n类型:String\n必选:否\n示例:1\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
8202
8202
  "example": "无",
8203
8203
  "member": "Filter",
8204
8204
  "name": "Filters",
@@ -8234,7 +8234,7 @@
8234
8234
  },
8235
8235
  {
8236
8236
  "disabled": false,
8237
- "document": "Type为1, 此参数必填",
8237
+ "document": "Type为1, 此参数必填\n数据加工任务ID- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务Id。",
8238
8238
  "example": "task-id",
8239
8239
  "member": "string",
8240
8240
  "name": "TaskId",
@@ -8565,7 +8565,7 @@
8565
8565
  "members": [
8566
8566
  {
8567
8567
  "disabled": false,
8568
- "document": "要查询的日志主题ID",
8568
+ "document": "要查询的日志主题Id。\n- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。\n- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。",
8569
8569
  "example": "682d0718-07bb-4ec0-9fda-f1e9a2767e0b",
8570
8570
  "member": "string",
8571
8571
  "name": "TopicId",
@@ -8574,7 +8574,7 @@
8574
8574
  },
8575
8575
  {
8576
8576
  "disabled": false,
8577
- "document": "日志时间, 即SearchLog接口返回信息中Results结构体中的Time,需按照 UTC+8 时区将该毫秒级Unix时间戳转换为 YYYY-mm-dd HH:MM:SS.FFF 格式的字符串。",
8577
+ "document": "日志时间, 即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的Time,需按照 UTC+8 时区将该毫秒级Unix时间戳转换为 YYYY-mm-dd HH:MM:SS.FFF 格式的字符串。",
8578
8578
  "example": "2021-04-25 14:25:00.000",
8579
8579
  "member": "string",
8580
8580
  "name": "BTime",
@@ -8583,7 +8583,7 @@
8583
8583
  },
8584
8584
  {
8585
8585
  "disabled": false,
8586
- "document": "日志包序号,即SearchLog接口返回信息中Results结构体中的PkgId。",
8586
+ "document": "日志包序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的PkgId。",
8587
8587
  "example": "528C1318606EFEB8-1A7",
8588
8588
  "member": "string",
8589
8589
  "name": "PkgId",
@@ -8592,7 +8592,7 @@
8592
8592
  },
8593
8593
  {
8594
8594
  "disabled": false,
8595
- "document": "日志包内一条日志的序号,即SearchLog接口返回信息中Results结构中的PkgLogId。",
8595
+ "document": "日志包内一条日志的序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构中的PkgLogId。",
8596
8596
  "example": "65536",
8597
8597
  "member": "int64",
8598
8598
  "name": "PkgLogId",
@@ -12782,7 +12782,7 @@
12782
12782
  "members": [
12783
12783
  {
12784
12784
  "disabled": false,
12785
- "document": "加工任务id",
12785
+ "document": "数据加工任务ID\n- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务Id。",
12786
12786
  "example": "abdeace6-9484-4d2e-b670-28289c42b60f",
12787
12787
  "member": "string",
12788
12788
  "name": "TaskId",
@@ -12791,7 +12791,7 @@
12791
12791
  },
12792
12792
  {
12793
12793
  "disabled": false,
12794
- "document": "加工任务名称",
12794
+ "document": "加工任务名称\n- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务名称。\n\n名称限制\n- 不能为空字符串\n- 不能包含字符'|'\n- 最长 255 个字符",
12795
12795
  "example": "task1",
12796
12796
  "member": "string",
12797
12797
  "name": "Name",
@@ -12854,7 +12854,7 @@
12854
12854
  "members": [
12855
12855
  {
12856
12856
  "disabled": false,
12857
- "document": "日志主题ID",
12857
+ "document": "日志主题Id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
12858
12858
  "example": "826f8b26-b054-4a0d-8c8e-f3d609f5e0ea",
12859
12859
  "member": "string",
12860
12860
  "name": "TopicId",
@@ -12863,7 +12863,7 @@
12863
12863
  },
12864
12864
  {
12865
12865
  "disabled": false,
12866
- "document": "默认不生效",
12866
+ "document": "索引状态。false:关闭索引, true:开启索引\n开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)",
12867
12867
  "example": "true",
12868
12868
  "member": "bool",
12869
12869
  "name": "Status",
@@ -15973,7 +15973,7 @@
15973
15973
  "members": [
15974
15974
  {
15975
15975
  "disabled": false,
15976
- "document": "日志主题ID",
15976
+ "document": "日志主题Id\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
15977
15977
  "example": "427bba81-e149-4a8b-bd0d-b2a412520d7b",
15978
15978
  "member": "string",
15979
15979
  "name": "TopicId",
@@ -15982,7 +15982,7 @@
15982
15982
  },
15983
15983
  {
15984
15984
  "disabled": false,
15985
- "document": "待分裂分区ID",
15985
+ "document": "待分裂分区Id\n- 通过[获取分区列表](https://cloud.tencent.com/document/product/614/56470)获取待分裂分区Id。",
15986
15986
  "example": "1",
15987
15987
  "member": "int64",
15988
15988
  "name": "PartitionId",
@@ -789,7 +789,7 @@
789
789
  "ModifyDataTransform": [
790
790
  {
791
791
  "document": "数据加工提供对日志数据的过滤、清洗、脱敏、富化、分发等能力,可对标开源组件 Logstash。使用数据加工DSL(Domain Specified Language )函数,底层基于 Flink 实现,您可轻松处理日志流数据。\n",
792
- "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDataTransform\n<公共请求参数>\n\n{\n \"DstResources\": [\n {\n \"TopicId\": \"81XXXXe5-e39e-4a1e-b2d4-a778df97d825\",\n \"Alias\": \"别名\"\n }\n ],\n \"EnableFlag\": 0,\n \"EtlContent\": \"fields_set()\",\n \"Name\": \"我的数据加工\",\n \"TaskId\": \"e4fcXXXX-5e8a-4fe0-b52c-76eeca53e9af\"\n}",
792
+ "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDataTransform\n<公共请求参数>\n\n{\n \"DstResources\": [\n {\n \"TopicId\": \"81XXXXe5-e39e-4a1e-b2d4-a778df97d825\",\n \"Alias\": \"别名\"\n }\n ],\n \"EnableFlag\": 1,\n \"EtlContent\": \"fields_set()\",\n \"Name\": \"我的数据加工\",\n \"TaskId\": \"e4fcXXXX-5e8a-4fe0-b52c-76eeca53e9af\"\n}",
793
793
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
794
794
  "title": "修改数据加工任务"
795
795
  }