tccli 3.0.1308.1__py2.py3-none-any.whl → 3.0.1310.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.
- tccli/__init__.py +1 -1
- tccli/services/apm/v20210622/api.json +18 -0
- tccli/services/asr/v20190614/api.json +9 -0
- tccli/services/bh/v20230418/api.json +193 -2
- tccli/services/bh/v20230418/examples.json +2 -2
- tccli/services/cat/cat_client.py +53 -0
- tccli/services/cat/v20180409/api.json +80 -0
- tccli/services/cat/v20180409/examples.json +8 -0
- tccli/services/cdb/cdb_client.py +0 -53
- tccli/services/cdb/v20170320/api.json +0 -64
- tccli/services/cdb/v20170320/examples.json +0 -8
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +11 -1
- tccli/services/cfw/v20190904/examples.json +2 -2
- tccli/services/dsgc/v20190723/api.json +28 -18
- tccli/services/dsgc/v20190723/examples.json +1 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +103 -4
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +110 -2
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/gaap/gaap_client.py +12 -171
- tccli/services/gaap/v20180529/api.json +0 -325
- tccli/services/gaap/v20180529/examples.json +0 -24
- tccli/services/hunyuan/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +162 -7
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/iai/v20180301/api.json +12 -12
- tccli/services/iai/v20180301/examples.json +8 -2
- tccli/services/iss/v20230517/examples.json +1 -1
- tccli/services/keewidb/v20220308/api.json +1 -1
- tccli/services/keewidb/v20220308/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/mongodb/v20190725/api.json +1 -1
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +151 -0
- tccli/services/partners/v20180321/examples.json +14 -0
- tccli/services/postgres/v20170312/api.json +7 -7
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/redis/v20180412/examples.json +4 -4
- tccli/services/tcbr/v20220217/api.json +94 -0
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +9 -9
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/thpc/v20230321/api.json +2 -2
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +11 -11
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +183 -29
- tccli/services/waf/v20180125/examples.json +7 -1
- tccli/services/wedata/v20210820/api.json +1519 -0
- tccli/services/wedata/v20210820/examples.json +65 -1
- tccli/services/wedata/wedata_client.py +424 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/RECORD +60 -60
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1308.1.dist-info → tccli-3.0.1310.1.dist-info}/license_files/LICENSE +0 -0
@@ -218,6 +218,22 @@
|
|
218
218
|
"title": "统计任务实例状态示例"
|
219
219
|
}
|
220
220
|
],
|
221
|
+
"CreateCodeTemplate": [
|
222
|
+
{
|
223
|
+
"document": "创建代码模版",
|
224
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCodeTemplate\n<公共请求参数>\n\n{\n \"ProjectId\": \"1470547050521227264\",\n \"CodeTemplateName\": \"dfa\",\n \"TaskType\": 30,\n \"CodeTemplateDesc\": \"23\",\n \"FolderId\": \"\"\n}",
|
225
|
+
"output": "{\n \"Response\": {\n \"Data\": \"20250319120202893\",\n \"RequestId\": \"4d2dce44-c9f3-4a58-8e1d-8b051d7cdb1e\"\n }\n}",
|
226
|
+
"title": "创建代码模版"
|
227
|
+
}
|
228
|
+
],
|
229
|
+
"CreateCodeTemplateVersion": [
|
230
|
+
{
|
231
|
+
"document": "错误示例",
|
232
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCodeTemplateVersion\n<公共请求参数>\n\n{\n \"ProjectId\": \"1461767738399854592\",\n \"CodeTemplateId\": \"20250320223428932\",\n \"VersionRemark\": \"qq\",\n \"Tasks\": [\n {\n \"TaskId\": \"20250327221647427\",\n \"MapParamList\": [\n {\n \"Key\": \"aadd sadasd\",\n \"Value\": \"ah\"\n }\n ]\n },\n {\n \"TaskId\": \"20250327222417287\",\n \"MapParamList\": [\n {\n \"Key\": \"aadd sadasd\",\n \"Value\": \"ac\"\n }\n ]\n },\n {\n \"TaskId\": \"20250321162854699\",\n \"MapParamList\": [\n {\n \"Key\": \"aadd sadasd\",\n \"Value\": \"ad\"\n }\n ]\n }\n ],\n \"OriginalParams\": [\n \"aadd sadasd\"\n ],\n \"NeedSubmitScheduleForTemplate\": true\n}",
|
233
|
+
"output": "{\n \"Response\": {\n \"Data\": 127560,\n \"RequestId\": \"407e402d-eacf-4acd-8d6e-54a4e812e4df\"\n }\n}",
|
234
|
+
"title": "错误示例"
|
235
|
+
}
|
236
|
+
],
|
221
237
|
"CreateCustomFunction": [
|
222
238
|
{
|
223
239
|
"document": "",
|
@@ -382,6 +398,14 @@
|
|
382
398
|
"title": "获取当前实例的子实例"
|
383
399
|
}
|
384
400
|
],
|
401
|
+
"DeleteCodeTemplate": [
|
402
|
+
{
|
403
|
+
"document": "删除模版",
|
404
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCodeTemplate\n<公共请求参数>\n\n{\n \"ProjectId\": \"1470547050521227264\",\n \"CodeTemplateId\": \"20250319120202893\"\n}",
|
405
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"9b612578-4f66-4ec0-9a63-3a2c43c858ee\"\n }\n}",
|
406
|
+
"title": "删除模版"
|
407
|
+
}
|
408
|
+
],
|
385
409
|
"DeleteCustomFunction": [
|
386
410
|
{
|
387
411
|
"document": "删除自定义函数",
|
@@ -574,6 +598,14 @@
|
|
574
598
|
"title": "测试通过示例"
|
575
599
|
}
|
576
600
|
],
|
601
|
+
"DescribeBaseBizCatalogs": [
|
602
|
+
{
|
603
|
+
"document": "",
|
604
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaseBizCatalogs\n<公共请求参数>\n\n{}",
|
605
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"AppId\": \"\",\n \"Name\": \"\",\n \"Id\": 0,\n \"Level\": 0,\n \"ParentId\": 0,\n \"Position\": 0\n }\n ],\n \"RequestId\": \"123\"\n }\n}",
|
606
|
+
"title": "类目基础信息列表"
|
607
|
+
}
|
608
|
+
],
|
577
609
|
"DescribeBatchOperateTask": [
|
578
610
|
{
|
579
611
|
"document": "查询失败",
|
@@ -781,7 +813,7 @@
|
|
781
813
|
"DescribeEventConsumeTasks": [
|
782
814
|
{
|
783
815
|
"document": "成功获取事件实例消费任务",
|
784
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEventConsumeTasks\n<公共请求参数>\n\n{\n \"EventCaseId\": \"9e2a0e***0006\",\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
|
816
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEventConsumeTasks\n<公共请求参数>\n\n{\n \"ProjectId\": \"1501356495395639320\",\n \"EventCaseId\": \"9e2a0e***0006\",\n \"PageNumber\": 1,\n \"PageSize\": 10\n}",
|
785
817
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"ConsumeLogId\": \"9eb04578870ec50d018712b3938d0005\",\n \"ConsumerDetail\": {\n \"Submit\": true,\n \"TasksStr\": \"\",\n \"BrokerIp\": \"any\",\n \"ClusterId\": null,\n \"CreateTime\": \"2023-03-24 16:09:14\",\n \"Creator\": \"stackxchen\",\n \"Crontab\": null,\n \"CrontabExpression\": null,\n \"CycleNum\": null,\n \"CycleStep\": 5,\n \"CycleType\": \"MINUTE_CYCLE\",\n \"CycleUnit\": null,\n \"DelayTime\": 0,\n \"DependencyRel\": \"and\",\n \"DependencyWorkflow\": \"no\",\n \"EndDate\": null,\n \"EndTime\": \"2023-03-24 23:59:59\",\n \"EventListenerConfig\": null,\n \"EventPublisherConfig\": null,\n \"ExecutionEndTime\": null,\n \"ExecutionStartTime\": null,\n \"ExecutionTTL\": -1,\n \"FirstRunTime\": null,\n \"FirstSubmitTime\": null,\n \"FolderId\": null,\n \"FolderName\": null,\n \"InCharge\": \"stackxchen\",\n \"InChargeId\": \"100028590605\",\n \"InitStrategy\": null,\n \"InstanceInitStrategy\": \"T_PLUS_0\",\n \"LastSchedulerCommitTime\": null,\n \"LastUpdate\": \"2023-03-24 16:18:31\",\n \"Layer\": null,\n \"LeftCoordinate\": 376,\n \"MaxDateTime\": null,\n \"MinDateTime\": null,\n \"NormalizedJobStartTime\": null,\n \"Notes\": \"\",\n \"OwnId\": \"100028448903\",\n \"ProductName\": \"DATA_DEV\",\n \"ProjectId\": \"1460963739345731584\",\n \"ProjectIdent\": \"us_pre\",\n \"ProjectName\": \"调度预发验证项目\",\n \"RealWorkflowId\": null,\n \"ResourceGroup\": \"20221221143954438902\",\n \"RetryAble\": 1,\n \"RetryWait\": 5,\n \"RunPriority\": 6,\n \"ScheduleDesc\": null,\n \"SchedulerDesc\": \"从2023年03月24日 00:00:00开始,每间隔5分钟执行一次\",\n \"SelfDepend\": \"parallel\",\n \"ShowWorkflow\": false,\n \"SourceServiceId\": null,\n \"SourceServiceType\": null,\n \"StartDate\": null,\n \"StartTime\": \"2023-03-24 00:00:00\",\n \"StartupTime\": 0,\n \"Status\": \"Y\",\n \"TargetServiceId\": null,\n \"TargetServiceType\": null,\n \"TaskAction\": \"\",\n \"TaskId\": \"20230324160914089\",\n \"TaskLinkInfo\": null,\n \"TaskName\": \"test_event_minute\",\n \"TaskType\": {\n \"TypeDesc\": \"Shell\",\n \"TypeId\": 35,\n \"TypeSort\": \"数据计算\"\n },\n \"TaskTypeDesc\": null,\n \"TaskTypeId\": null,\n \"TenantId\": \"1315051789\",\n \"TopCoordinate\": 247,\n \"TryLimit\": 5,\n \"UpdateTime\": \"2023-03-24 16:18:29\",\n \"UpdateUser\": \"stackxchen\",\n \"UpdateUserId\": \"100028590605\",\n \"UserId\": \"100028590605\",\n \"VirtualFlag\": false,\n \"VirtualTaskId\": null,\n \"VirtualTaskStatus\": null,\n \"WorkflowId\": \"68ce6df0-7b80-11ed-a3a7-b8cef6c14251\",\n \"WorkflowName\": \"dev_test\",\n \"YarnQueue\": null\n },\n \"ConsumerId\": \"20230324160914089\",\n \"CreationTimestamp\": \"2023-03-24T08:19:31.340Z\",\n \"EventCaseId\": \"9e2a0e1f870ec340018712b3925f0006\"\n }\n ],\n \"PageCount\": 1,\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"TotalCount\": 1,\n \"TotalPage\": 1\n },\n \"RequestId\": \"b7d1e5cf-3454-48db-a261-41a760f70ee6\"\n }\n}",
|
786
818
|
"title": "成功获取事件实例消费任务"
|
787
819
|
}
|
@@ -822,6 +854,14 @@
|
|
822
854
|
"title": "拉取文件夹下的工作流示例"
|
823
855
|
}
|
824
856
|
],
|
857
|
+
"DescribeFormVersionParam": [
|
858
|
+
{
|
859
|
+
"document": "成功示例",
|
860
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFormVersionParam\n<公共请求参数>\n\n{\n \"ProjectId\": \"1461767738399854592\",\n \"CodeTemplateId\": \"20250320223428932\",\n \"OriginalParams\": [\n \"aaddsadasd\"\n ],\n \"Page\": 1,\n \"Size\": 10\n}",
|
861
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"InCharge\": \"peanutzhu\",\n \"InChargeId\": null,\n \"LatestSavedVersion\": null,\n \"LatestSavedVersionId\": null,\n \"MapParamList\": [],\n \"ProductName\": \"dev_container\",\n \"TaskId\": \"20250327221647427\",\n \"TaskName\": \"testasda\",\n \"WorkflowId\": \"a84dad06-9c40-4cd3-b3d3-7fd651496a8b\",\n \"WorkflowName\": \"test_copy\"\n },\n {\n \"InCharge\": \"peanutzhu\",\n \"InChargeId\": null,\n \"LatestSavedVersion\": null,\n \"LatestSavedVersionId\": null,\n \"MapParamList\": [],\n \"ProductName\": \"dev\",\n \"TaskId\": \"20250327222417287\",\n \"TaskName\": \"test_0327\",\n \"WorkflowId\": \"4dc1320a-191f-4736-9ed7-3edcc05f2d81\",\n \"WorkflowName\": \"上游克隆工作流\"\n },\n {\n \"InCharge\": \"peanutzhu\",\n \"InChargeId\": null,\n \"LatestSavedVersion\": null,\n \"LatestSavedVersionId\": null,\n \"MapParamList\": [],\n \"ProductName\": \"dev_container\",\n \"TaskId\": \"20250321162854699\",\n \"TaskName\": \"test_python\",\n \"WorkflowId\": \"d29535b5-5c19-11ee-83ca-b8cef6c02718\",\n \"WorkflowName\": \"test_make\"\n }\n ],\n \"PageCount\": 1,\n \"TotalCount\": 3\n },\n \"RequestId\": \"6ab1bd29-fdc1-452f-9dd9-ae8f26a4a0d3\"\n }\n}",
|
862
|
+
"title": "成功示例"
|
863
|
+
}
|
864
|
+
],
|
825
865
|
"DescribeFunctionKinds": [
|
826
866
|
{
|
827
867
|
"document": "",
|
@@ -1526,6 +1566,14 @@
|
|
1526
1566
|
"title": "查询实时任务表粒度指标概览"
|
1527
1567
|
}
|
1528
1568
|
],
|
1569
|
+
"DescribeTasksForCodeTemplate": [
|
1570
|
+
{
|
1571
|
+
"document": "",
|
1572
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasksForCodeTemplate\n<公共请求参数>\n\n{\n \"ProjectId\": \"1460947878944567296\",\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"TemplateId\": \"20250311141017356\"\n}",
|
1573
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Items\": [\n {\n \"InCharge\": \"peterpksong\",\n \"OwnId\": \"100028448903\",\n \"TaskId\": \"20250312151216033\",\n \"TaskName\": \"asdasdasdas\",\n \"TaskTypeId\": 30,\n \"TenantId\": \"1315051789\",\n \"UserId\": \"100028694266\",\n \"WorkflowId\": \"4b4b885b-cf56-49f7-ae52-05d679b21411\",\n \"WorkflowName\": \"上下游依赖问题\"\n },\n {\n \"InCharge\": \"candouwang\",\n \"OwnId\": \"100028448903\",\n \"TaskId\": \"20250312175744154\",\n \"TaskName\": \"fadfadfad\",\n \"TaskTypeId\": 30,\n \"TenantId\": \"1315051789\",\n \"UserId\": \"100028649379\",\n \"WorkflowId\": \"eb3ab1cb-464f-4009-b0d0-b3eee4744c24\",\n \"WorkflowName\": \"abel_test\"\n },\n {\n \"InCharge\": \"peterpksong;wenjieyao\",\n \"OwnId\": \"100028448903\",\n \"TaskId\": \"20250312111133801\",\n \"TaskName\": \"peter\",\n \"TaskTypeId\": 30,\n \"TenantId\": \"1315051789\",\n \"UserId\": \"100028694266\",\n \"WorkflowId\": \"4b4b885b-cf56-49f7-ae52-05d679b21411\",\n \"WorkflowName\": \"上下游依赖问题\"\n },\n {\n \"InCharge\": \"peterpksong\",\n \"OwnId\": \"100028448903\",\n \"TaskId\": \"20250312225619856\",\n \"TaskName\": \"peterTest\",\n \"TaskTypeId\": 30,\n \"TenantId\": \"1315051789\",\n \"UserId\": \"100028694266\",\n \"WorkflowId\": \"8966c7a5-15b0-400e-8062-9502967e8e34\",\n \"WorkflowName\": \"aiops_delete\"\n },\n {\n \"InCharge\": \"wenjieyao\",\n \"OwnId\": \"100028448903\",\n \"TaskId\": \"20250312161138565\",\n \"TaskName\": \"petertest1\",\n \"TaskTypeId\": 30,\n \"TenantId\": \"1315051789\",\n \"UserId\": \"100028579606\",\n \"WorkflowId\": \"4b4b885b-cf56-49f7-ae52-05d679b21411\",\n \"WorkflowName\": \"上下游依赖问题\"\n },\n {\n \"InCharge\": \"peanutzhu\",\n \"OwnId\": \"100028448903\",\n \"TaskId\": \"20250311145732181\",\n \"TaskName\": \"test_0999\",\n \"TaskTypeId\": 30,\n \"TenantId\": \"1315051789\",\n \"UserId\": \"100028578753\",\n \"WorkflowId\": \"8966c7a5-15b0-400e-8062-9502967e8e34\",\n \"WorkflowName\": \"aiops_delete\"\n },\n {\n \"InCharge\": \"peanutzhu\",\n \"OwnId\": \"100028448903\",\n \"TaskId\": \"20250311145611244\",\n \"TaskName\": \"test_peanut_11\",\n \"TaskTypeId\": 30,\n \"TenantId\": \"1315051789\",\n \"UserId\": \"100028578753\",\n \"WorkflowId\": \"8966c7a5-15b0-400e-8062-9502967e8e34\",\n \"WorkflowName\": \"aiops_delete\"\n }\n ],\n \"PageCount\": 1,\n \"TotalCount\": 7\n },\n \"RequestId\": \"8ecf6437-d3e0-47b1-acce-525c952907fc\"\n }\n}",
|
1574
|
+
"title": "分页查询引用模板的任务的列表"
|
1575
|
+
}
|
1576
|
+
],
|
1529
1577
|
"DescribeTemplateDimCount": [
|
1530
1578
|
{
|
1531
1579
|
"document": "查询规则模板维度分布情况",
|
@@ -1996,6 +2044,14 @@
|
|
1996
2044
|
"title": "示例1"
|
1997
2045
|
}
|
1998
2046
|
],
|
2047
|
+
"ReportTaskLineage": [
|
2048
|
+
{
|
2049
|
+
"document": "",
|
2050
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReportTaskLineage\n<公共请求参数>\n\n{\n \"ChannelType\": \"THIRD_REPORT\",\n \"Task\": {\n \"TaskId\": \"Task-001\",\n \"TaskType\": \"other\",\n \"TaskSource\": \"other\",\n \"ExtParams\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"value1\"\n },\n {\n \"Key\": \"param2\",\n \"Value\": \"value2\"\n }\n ]\n },\n \"ProjectId\": \"1486804694126882816\",\n \"TableLineages\": [\n {\n \"Sources\": [\n {\n \"DatasourceId\": \"61998\",\n \"DatabaseName\": \"lineage_db1\",\n \"TableName\": \"lineage_source_table1\",\n \"CatalogName\": \"lineage_catalog1\",\n \"TableType\": \"TABLE\"\n },\n {\n \"DatasourceId\": \"61998\",\n \"DatabaseName\": \"lineage_db2\",\n \"TableName\": \"lineage_source_table2\",\n \"CatalogName\": \"lineage_catalog1\",\n \"TableType\": \"TABLE\"\n },\n {\n \"DatasourceId\": \"61998\",\n \"DatabaseName\": \"lineage_db2\",\n \"TableName\": \"lineage_source_table3\",\n \"CatalogName\": \"lineage_catalog1\",\n \"TableType\": \"TABLE\"\n }\n ],\n \"Target\": {\n \"DatasourceId\": \"61998\",\n \"DatabaseName\": \"lineage_db3\",\n \"TableName\": \"lineage_target_table1\",\n \"CatalogName\": \"lineage_catalog1\",\n \"TableType\": \"TABLE\"\n }\n },\n {\n \"Sources\": [\n {\n \"DatasourceId\": \"61999\",\n \"DatabaseName\": \"lineage_db4\",\n \"TableName\": \"lineage_source_table4\",\n \"CatalogName\": \"lineage_catalog2\",\n \"TableType\": \"TABLE\"\n },\n {\n \"DatasourceId\": \"61999\",\n \"DatabaseName\": \"lineage_db5\",\n \"TableName\": \"lineage_source_table5\",\n \"CatalogName\": \"lineage_catalog2\",\n \"TableType\": \"TABLE\"\n }\n ],\n \"Target\": {\n \"DatasourceId\": \"61999\",\n \"DatabaseName\": \"lineage_db6\",\n \"TableName\": \"lineage_target_table2\",\n \"CatalogName\": \"lineage_catalog2\",\n \"TableType\": \"TABLE\"\n }\n }\n ],\n \"ColumnLineages\": [\n {\n \"Sources\": [\n {\n \"DatasourceId\": \"61998\",\n \"DatabaseName\": \"lineage_db1\",\n \"TableName\": \"lineage_source_table1\",\n \"CatalogName\": \"lineage_catalog1\",\n \"TableType\": \"TABLE\",\n \"ColumnName\": \"source_column1\",\n \"ColumnType\": \"STRING\"\n }\n ],\n \"Target\": {\n \"DatasourceId\": \"61998\",\n \"DatabaseName\": \"lineage_db3\",\n \"TableName\": \"lineage_target_table1\",\n \"ColumnName\": \"target_column1\",\n \"CatalogName\": \"lineage_catalog1\",\n \"TableType\": \"TABLE\",\n \"ColumnType\": \"STRING\"\n }\n }\n ]\n}",
|
2051
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
2052
|
+
"title": "上报测试用例"
|
2053
|
+
}
|
2054
|
+
],
|
1999
2055
|
"ResumeIntegrationTask": [
|
2000
2056
|
{
|
2001
2057
|
"document": "继续集成任务",
|
@@ -2162,6 +2218,14 @@
|
|
2162
2218
|
"title": "解锁集成任务"
|
2163
2219
|
}
|
2164
2220
|
],
|
2221
|
+
"UpdateCodeTemplate": [
|
2222
|
+
{
|
2223
|
+
"document": "成功更新代码模版",
|
2224
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCodeTemplate\n<公共请求参数>\n\n{\n \"ProjectId\": \"1470547050521227264\",\n \"CodeTemplateId\": \"20250319120202893\",\n \"CodeTemplateName\": \"dfa\",\n \"InChargeId\": \"100028579606\",\n \"InCharge\": \"wenjieyao\",\n \"Ext\": {\n \"Properties\": [\n {\n \"ParamKey\": \"bucket\",\n \"ParamValue\": \"wedata-fusion-dev-1257305158\"\n },\n {\n \"ParamKey\": \"ftp.file.name\",\n \"ParamValue\": \"https://wedata-fusion-dev-1257305158.cos.ap-nanjing.myqcloud.com/datastudio/codeTemplate/1470547050521227264/dfa.py\"\n },\n {\n \"ParamKey\": \"region\",\n \"ParamValue\": \"ap-nanjing\"\n }\n ]\n },\n \"BrokerIp\": \"any\",\n \"ResourceGroup\": \"20240222212719833743\",\n \"CodeTemplateDesc\": \"343\",\n \"RequestFromSource\": \"WEB\",\n \"ScriptChange\": true\n}",
|
2225
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"2430cabe-8dca-455e-917f-b86c78477e10\"\n }\n}",
|
2226
|
+
"title": "成功更新代码模版"
|
2227
|
+
}
|
2228
|
+
],
|
2165
2229
|
"UpdateDataModelRegistryInfo": [
|
2166
2230
|
{
|
2167
2231
|
"document": "更新数语信息,入参传入ip和端口",
|