tccli 3.0.1328.1__py2.py3-none-any.whl → 3.0.1330.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/autoscaling/v20180419/api.json +3 -3
- tccli/services/autoscaling/v20180419/examples.json +1 -1
- tccli/services/btoe/v20210514/api.json +26 -26
- tccli/services/cbs/v20170312/api.json +13 -13
- tccli/services/ccc/v20200210/api.json +36 -0
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +3 -3
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +9 -0
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/ess/v20201111/api.json +12 -3
- tccli/services/essbasic/v20210526/api.json +13 -4
- tccli/services/essbasic/v20210526/examples.json +3 -3
- tccli/services/faceid/v20180301/api.json +45 -0
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +62 -9
- tccli/services/gs/v20191118/examples.json +8 -0
- tccli/services/hai/hai_client.py +110 -4
- tccli/services/hai/v20230812/api.json +105 -0
- tccli/services/hai/v20230812/examples.json +16 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +263 -0
- tccli/services/ioa/v20220601/examples.json +8 -0
- tccli/services/iotexplorer/v20190423/api.json +54 -3
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +315 -4
- tccli/services/lke/v20231130/examples.json +4 -4
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/ocr/v20181119/api.json +42 -2
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/sqlserver/v20180328/api.json +29 -2
- tccli/services/ssl/v20191205/api.json +79 -0
- tccli/services/ssl/v20191205/examples.json +6 -6
- tccli/services/tcss/tcss_client.py +57 -4
- tccli/services/tcss/v20201101/api.json +79 -0
- tccli/services/tcss/v20201101/examples.json +8 -0
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +59 -1
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/tke/v20220501/api.json +61 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/trtc/trtc_client.py +216 -4
- tccli/services/trtc/v20190722/api.json +430 -1
- tccli/services/trtc/v20190722/examples.json +32 -0
- tccli/services/vm/v20210922/api.json +16 -20
- tccli/services/vod/v20180717/api.json +25 -13
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +4144 -447
- tccli/services/wedata/v20210820/examples.json +52 -10
- tccli/services/wedata/wedata_client.py +403 -85
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/RECORD +58 -58
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/license_files/LICENSE +0 -0
@@ -470,6 +470,14 @@
|
|
470
470
|
"title": "删除集成任务"
|
471
471
|
}
|
472
472
|
],
|
473
|
+
"DeleteLink": [
|
474
|
+
{
|
475
|
+
"document": "删除连接",
|
476
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLink\n<公共请求参数>\n\n{\n \"ProjectId\": \"1470547050521227264\",\n \"TaskFrom\": \"20250227112817430\",\n \"TaskTo\": \"20250227112949151\",\n \"WorkflowId\": \"05bee18d-9c89-480b-b0b0-18f979f33a81\",\n \"Id\": \"25bb2081-f4bb-11ef-8ec8-b8599f277de5\"\n}",
|
477
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"3051fef7-217d-4710-8642-3cdc88fa73aa\"\n }\n}",
|
478
|
+
"title": "删除连接"
|
479
|
+
}
|
480
|
+
],
|
473
481
|
"DeleteOfflineTask": [
|
474
482
|
{
|
475
483
|
"document": "",
|
@@ -1106,6 +1114,14 @@
|
|
1106
1114
|
"title": "错误用例"
|
1107
1115
|
}
|
1108
1116
|
],
|
1117
|
+
"DescribeParentTask": [
|
1118
|
+
{
|
1119
|
+
"document": "",
|
1120
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeParentTask\n<公共请求参数>\n\n{\n \"ProjectId\": \"1464962169590902784\",\n \"TaskId\": \"20250606112506283\"\n}",
|
1121
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"DependencyStrategy\": {\n \"PollingNullStrategy\": \"EXECUTING\"\n },\n \"MainCyclicConfig\": \"RANGE_DAY\",\n \"Offset\": \"-1,0\",\n \"ParentTask\": {\n \"Alarm\": null,\n \"BrokerIp\": \"any\",\n \"ClusterId\": null,\n \"ConcurrentStrategy\": null,\n \"ContentType\": null,\n \"CreateTime\": \"2025-06-06 11:26:04\",\n \"Creater\": \"peanutzhu\",\n \"CrontabExpression\": \"0 0 22 30 * ?\",\n \"CycleDependencyConfigList\": null,\n \"CycleStep\": 1,\n \"CycleType\": \"DAY_CYCLE\",\n \"DelayTime\": 0,\n \"DependencyConfigList\": null,\n \"DependencyRel\": \"and\",\n \"DependencyWorkflow\": \"no\",\n \"EndTime\": \"2099-12-31 23:59:59\",\n \"EventListenerConfig\": null,\n \"EventPublisherConfig\": null,\n \"ExecutionEndTime\": \"23:59\",\n \"ExecutionStartTime\": \"00:00\",\n \"ExecutionTTL\": -1,\n \"FolderId\": null,\n \"FolderName\": null,\n \"ImportErrMsg\": null,\n \"ImportResult\": null,\n \"InCharge\": \"peanutzhu\",\n \"InChargeId\": \"100028578753\",\n \"InstanceInitStrategy\": \"T_PLUS_0\",\n \"LastSchedulerCommitTime\": null,\n \"LastUpdate\": \"2025-06-06 16:37:58\",\n \"LeftCoordinate\": 325,\n \"LinkId\": \"19029a7b-4286-11f0-8ec8-b8599f277de5\",\n \"MaxDateTime\": null,\n \"MaxRetryAttempts\": null,\n \"MinDateTime\": null,\n \"NewOrUpdate\": null,\n \"NormalizedJobStartTime\": null,\n \"Notes\": \"\",\n \"OwnId\": \"100028448903\",\n \"ParamInList\": null,\n \"ParamOutList\": null,\n \"Params\": null,\n \"ProductName\": \"DATA_DEV\",\n \"ProjectId\": \"1464962169590902784\",\n \"ProjectIdent\": null,\n \"ProjectName\": \"wedata数据开发\",\n \"Properties\": null,\n \"RealWorkflowId\": null,\n \"RecoverFreezeStartTime\": null,\n \"RecycleTips\": null,\n \"RecycleUser\": null,\n \"ResourceGroup\": \"20240703113703331017\",\n \"ResourceGroupName\": null,\n \"Retriable\": 1,\n \"RetryWait\": null,\n \"RunPriority\": 6,\n \"ScheduleRunType\": 0,\n \"ScheduleTimeZone\": \"UTC+8\",\n \"SchedulerDesc\": null,\n \"ScriptChange\": false,\n \"SelfDepend\": \"serial\",\n \"SourceServer\": null,\n \"SourceServiceId\": null,\n \"SourceServiceName\": null,\n \"SourceServiceType\": null,\n \"StartTime\": \"2025-06-06 00:00:00\",\n \"StartupTime\": 0,\n \"Status\": \"N\",\n \"Submit\": false,\n \"TargetServer\": null,\n \"TargetServiceId\": null,\n \"TargetServiceType\": null,\n \"TaskAction\": \"\",\n \"TaskAutoSubmit\": null,\n \"TaskExt\": {\n \"DryRunExtAttributes\": null,\n \"DryRunParameter\": null,\n \"Properties\": [\n {\n \"ParamKey\": \"calendar_id\",\n \"ParamValue\": \"\"\n },\n {\n \"ParamKey\": \"python_type\",\n \"ParamValue\": \"python3\"\n },\n {\n \"ParamKey\": \"data_cluster\",\n \"ParamValue\": \"\"\n },\n {\n \"ParamKey\": \"calendar_open\",\n \"ParamValue\": \"0\"\n },\n {\n \"ParamKey\": \"ExecutionTTLStrategy\",\n \"ParamValue\": \"kill\"\n },\n {\n \"ParamKey\": \"calendar_name\",\n \"ParamValue\": \"\"\n },\n {\n \"ParamKey\": \"waitExecutionTotalTTL\",\n \"ParamValue\": \"-1\"\n },\n {\n \"ParamKey\": \"bucket\",\n \"ParamValue\": \"wedata-fusion-dev-1257305158\"\n },\n {\n \"ParamKey\": \"specLabelConfItems\",\n \"ParamValue\": \"eyJzcGVjTGFiZWxDb25mSXRlbXMiOltdfQ==\"\n },\n {\n \"ParamKey\": \"python_sub_version\",\n \"ParamValue\": \"python3\"\n },\n {\n \"ParamKey\": \"ftp.file.name\",\n \"ParamValue\": \"https://wedata-fusion-dev-1257305158.cos.ap-nanjing.myqcloud.com/datastudio/project/1464962169590902784/0_00克隆测试/test_ceshi/test_0606_1.sh\"\n },\n {\n \"ParamKey\": \"tenantId\",\n \"ParamValue\": \"1257305158\"\n },\n {\n \"ParamKey\": \"region\",\n \"ParamValue\": \"ap-nanjing\"\n },\n {\n \"ParamKey\": \"enableKerberosLogin\",\n \"ParamValue\": \"false\"\n },\n {\n \"ParamKey\": \"extraInfo\",\n \"ParamValue\": \"{\\\"fromMapping\\\":false}\"\n }\n ],\n \"TaskId\": \"20250606112604725\"\n },\n \"TaskFolderId\": null,\n \"TaskId\": \"20250606112604725\",\n \"TaskLinkInfo\": null,\n \"TaskName\": \"test_0606_1\",\n \"TaskRegisterOutputTable\": null,\n \"TaskType\": {\n \"BrokerParallelism\": 10,\n \"CreateTime\": \"2022-02-12 11:13:41\",\n \"DefaultAliveWait\": 720,\n \"DoRedoParallelism\": 10000,\n \"DowngradePriorityTries\": 2,\n \"ExcludeCommonLib\": false,\n \"FileType\": null,\n \"InCharge\": \"admin\",\n \"KillAble\": 0,\n \"ParamList\": \"<parameters><parameter><name>hdpClient</name><value>/usr/hdp/current/hadoop-client</value></parameter><parameter><name>hiveClient</name><value>/usr/hdp/current/hive-client</value></parameter></parameters>\",\n \"PollingSeconds\": 5,\n \"PostHooks\": null,\n \"RetryLimit\": 5,\n \"RetryWait\": 5,\n \"RunJarName\": \"IdexShell.jar\",\n \"SelectFilePath\": null,\n \"SourceServerType\": null,\n \"TargetServerType\": null,\n \"TaskParallelism\": 10,\n \"TaskTypeExtension\": null,\n \"TypeDesc\": \"Shell\",\n \"TypeId\": 35,\n \"TypeSort\": \"数据计算\"\n },\n \"Tasks\": null,\n \"TemplateId\": null,\n \"TenantId\": \"1315051789\",\n \"TopCoordinate\": 204,\n \"TryLimit\": 5,\n \"UpdateTime\": \"2025-06-06 16:37:58\",\n \"UpdateUser\": \"peanutzhu\",\n \"UpdateUserId\": \"100028578753\",\n \"UserFileId\": null,\n \"UserId\": \"100028578753\",\n \"VersionDesc\": null,\n \"VirtualFlag\": false,\n \"VirtualTaskId\": null,\n \"VirtualTaskStatus\": null,\n \"WorkflowId\": \"ab43623e-2473-413a-8c80-59e875167c96\",\n \"WorkflowName\": \"test_ceshi\",\n \"YarnQueue\": null\n },\n \"SonTask\": null,\n \"SubordinateCyclicConfig\": null\n }\n ],\n \"RequestId\": \"dd39dc67-049f-4028-b93c-78e776b01647\"\n }\n}",
|
1122
|
+
"title": "成功示例"
|
1123
|
+
}
|
1124
|
+
],
|
1109
1125
|
"DescribePendingSubmitTaskList": [
|
1110
1126
|
{
|
1111
1127
|
"document": "获取待提交任务预提交校验信息",
|
@@ -1178,6 +1194,14 @@
|
|
1178
1194
|
"title": "DescribeRealViewSchemaPage"
|
1179
1195
|
}
|
1180
1196
|
],
|
1197
|
+
"DescribeRelatedTasksByTaskId": [
|
1198
|
+
{
|
1199
|
+
"document": "",
|
1200
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRelatedTasksByTaskId\n<公共请求参数>\n\n{\n \"ProjectId\": \"1464962169590902784\",\n \"TaskId\": \"20250606112506283\",\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"DependencyDirection\": \"UP\",\n \"Environment\": \"DEV\",\n \"TaskName\": \"\",\n \"CycleTypeList\": [],\n \"StatusList\": [],\n \"OwnerNameList\": []\n}",
|
1201
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"RelatedTaskList\": [\n {\n \"CycleType\": \"D\",\n \"DependencyDirection\": \"UP\",\n \"OwnerName\": \"peanutzhu\",\n \"ProjectDisplayName\": \"wedata数据开发\",\n \"ProjectId\": \"1464962169590902784\",\n \"Status\": \"N\",\n \"TaskId\": \"20250606112604725\",\n \"TaskName\": \"test_0606_1\",\n \"TaskTypeId\": 35,\n \"WorkflowId\": \"ab43623e-2473-413a-8c80-59e875167c96\",\n \"WorkflowName\": \"test_ceshi\"\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"49c7dfc2-c145-4937-830d-96ab1608a430\"\n }\n}",
|
1202
|
+
"title": "成功示例"
|
1203
|
+
}
|
1204
|
+
],
|
1181
1205
|
"DescribeReportTaskDetail": [
|
1182
1206
|
{
|
1183
1207
|
"document": "成功调用",
|
@@ -1550,6 +1574,14 @@
|
|
1550
1574
|
"title": "任务状态趋势示例"
|
1551
1575
|
}
|
1552
1576
|
],
|
1577
|
+
"DescribeTaskDetailDs": [
|
1578
|
+
{
|
1579
|
+
"document": "查询任务详情",
|
1580
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTaskDetailDs\n<公共请求参数>\n\n{\n \"TaskId\": \"20250227112841503\",\n \"ProjectId\": \"1470547050521227264\"\n}",
|
1581
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Alarm\": null,\n \"BrokerIp\": \"any\",\n \"ClusterId\": null,\n \"ConcurrentStrategy\": null,\n \"ContentType\": null,\n \"CreateTime\": \"2025-02-27 11:28:41\",\n \"Creater\": \"kevinnie\",\n \"CrontabExpression\": \"\",\n \"CycleDependencyConfigList\": null,\n \"CycleStep\": 1,\n \"CycleType\": \"DAY_CYCLE\",\n \"DelayTime\": 0,\n \"DependencyConfigList\": [\n {\n \"DependencyStrategy\": {\n \"PollingNullStrategy\": \"WAITING\"\n },\n \"MainCyclicConfig\": \"DAY\",\n \"Offset\": null,\n \"ParentTask\": {\n \"Alarm\": null,\n \"BrokerIp\": \"any\",\n \"ClusterId\": null,\n \"ConcurrentStrategy\": 0,\n \"ContentType\": null,\n \"CreateTime\": \"2023-04-24 12:47:03\",\n \"Creater\": \"wineliu\",\n \"CrontabExpression\": null,\n \"CycleDependencyConfigList\": null,\n \"CycleStep\": 5,\n \"CycleType\": \"MINUTE_CYCLE\",\n \"DelayTime\": 0,\n \"DependencyConfigList\": null,\n \"DependencyRel\": \"and\",\n \"DependencyWorkflow\": \"no\",\n \"EndTime\": \"2024-07-22 23:59:59\",\n \"EventListenerConfig\": null,\n \"EventPublisherConfig\": null,\n \"ExecutionEndTime\": \"23:59\",\n \"ExecutionStartTime\": \"00:00\",\n \"ExecutionTTL\": -1,\n \"FolderId\": null,\n \"FolderName\": null,\n \"ImportErrMsg\": null,\n \"ImportResult\": null,\n \"InCharge\": \"wineliu\",\n \"InChargeId\": \"100029386024\",\n \"InstanceInitStrategy\": \"T_PLUS_0\",\n \"LastSchedulerCommitTime\": null,\n \"LastUpdate\": \"2024-12-19 21:46:21\",\n \"LeftCoordinate\": 337,\n \"LinkId\": \"6e572ef4-f4bb-11ef-8ec8-b8599f277de5\",\n \"MaxDateTime\": null,\n \"MaxRetryAttempts\": null,\n \"MinDateTime\": null,\n \"NewOrUpdate\": null,\n \"NormalizedJobStartTime\": null,\n \"Notes\": \"\",\n \"OwnId\": \"100028448903\",\n \"ParamInList\": null,\n \"ParamOutList\": null,\n \"Params\": null,\n \"ProductName\": \"DATA_DEV\",\n \"ProjectId\": \"1460947878944567296\",\n \"ProjectIdent\": null,\n \"ProjectName\": \"调度dev验证项目_new\",\n \"Properties\": null,\n \"RealWorkflowId\": null,\n \"RecoverFreezeStartTime\": null,\n \"RecycleTips\": null,\n \"RecycleUser\": null,\n \"ResourceGroup\": \"20240222212719833743\",\n \"ResourceGroupName\": null,\n \"Retriable\": 1,\n \"RetryWait\": null,\n \"RunPriority\": 6,\n \"ScheduleRunType\": 0,\n \"ScheduleTimeZone\": null,\n \"SchedulerDesc\": null,\n \"ScriptChange\": false,\n \"SelfDepend\": \"orderly\",\n \"SourceServer\": null,\n \"SourceServiceId\": null,\n \"SourceServiceName\": null,\n \"SourceServiceType\": null,\n \"StartTime\": \"2024-07-21 00:00:00\",\n \"StartupTime\": 0,\n \"Status\": \"F\",\n \"Submit\": false,\n \"TargetServer\": null,\n \"TargetServiceId\": null,\n \"TargetServiceType\": null,\n \"TaskAction\": \"\",\n \"TaskAutoSubmit\": null,\n \"TaskExt\": null,\n \"TaskFolderId\": null,\n \"TaskId\": \"20230424124702936\",\n \"TaskLinkInfo\": null,\n \"TaskName\": \"asdfasdf\",\n \"TaskRegisterOutputTable\": null,\n \"TaskType\": {\n \"BrokerParallelism\": 10,\n \"CreateTime\": \"2022-02-12 11:13:41\",\n \"DefaultAliveWait\": 720,\n \"DoRedoParallelism\": 10000,\n \"DowngradePriorityTries\": 2,\n \"ExcludeCommonLib\": false,\n \"FileType\": null,\n \"InCharge\": \"admin\",\n \"KillAble\": 0,\n \"ParamList\": \"<parameters><parameter><name>hdpClient</name><value>/usr/hdp/current/hadoop-client</value></parameter><parameter><name>hiveClient</name><value>/usr/hdp/current/hive-client</value></parameter></parameters>\",\n \"PollingSeconds\": 5,\n \"PostHooks\": null,\n \"RetryLimit\": 5,\n \"RetryWait\": 5,\n \"RunJarName\": \"IdexShell.jar\",\n \"SelectFilePath\": null,\n \"SourceServerType\": null,\n \"TargetServerType\": null,\n \"TaskParallelism\": 10,\n \"TaskTypeExtension\": null,\n \"TypeDesc\": \"Shell\",\n \"TypeId\": 35,\n \"TypeSort\": \"数据计算\"\n },\n \"Tasks\": null,\n \"TenantId\": \"1315051789\",\n \"TopCoordinate\": 265,\n \"TryLimit\": 5,\n \"UpdateTime\": \"2024-07-21 16:54:10\",\n \"UpdateUser\": \"jayshi\",\n \"UpdateUserId\": \"100028578933\",\n \"UserFileId\": \"7353e5e8-4a87-42c8-9872-8d13baf94429\",\n \"UserId\": \"100029386024\",\n \"VersionDesc\": null,\n \"VirtualFlag\": false,\n \"VirtualTaskId\": null,\n \"VirtualTaskStatus\": null,\n \"WorkflowId\": \"c55762aa-b1b8-11ed-8909-bc97e105ba60\",\n \"WorkflowName\": \"aaaaa\",\n \"YarnQueue\": null\n },\n \"SonTask\": null,\n \"SubordinateCyclicConfig\": \"PREVIOUS_DAY\"\n }\n ],\n \"DependencyRel\": \"and\",\n \"DependencyWorkflow\": \"no\",\n \"EndTime\": \"2099-12-31 23:59:59\",\n \"EventListenerConfig\": null,\n \"EventPublisherConfig\": null,\n \"ExecutionEndTime\": \"23:59\",\n \"ExecutionStartTime\": \"00:00\",\n \"ExecutionTTL\": -1,\n \"FolderId\": \"da0a80d7-b671-11ee-8ec8-b8599f277de5\",\n \"FolderName\": \"00leo\",\n \"ImportErrMsg\": null,\n \"ImportResult\": null,\n \"InCharge\": \"kevinnie\",\n \"InChargeId\": \"100028578763\",\n \"InstanceInitStrategy\": \"T_PLUS_0\",\n \"LastSchedulerCommitTime\": null,\n \"LastUpdate\": \"2025-02-27 16:27:37\",\n \"LeftCoordinate\": 331,\n \"LinkId\": null,\n \"MaxDateTime\": null,\n \"MaxRetryAttempts\": 4,\n \"MinDateTime\": null,\n \"NewOrUpdate\": null,\n \"NormalizedJobStartTime\": null,\n \"Notes\": \"\",\n \"OwnId\": \"100028448903\",\n \"ParamInList\": null,\n \"ParamOutList\": null,\n \"Params\": null,\n \"ProductName\": \"DATA_DEV\",\n \"ProjectId\": \"1470547050521227264\",\n \"ProjectIdent\": \"wedata_dev_new\",\n \"ProjectName\": \"wedata数据开发_新\",\n \"Properties\": null,\n \"RealWorkflowId\": null,\n \"RecoverFreezeStartTime\": null,\n \"RecycleTips\": null,\n \"RecycleUser\": null,\n \"ResourceGroup\": \"20240222212719833743\",\n \"ResourceGroupName\": null,\n \"Retriable\": 1,\n \"RetryWait\": 5,\n \"RunPriority\": 6,\n \"ScheduleRunType\": 0,\n \"ScheduleTimeZone\": \"UTC+5\",\n \"SchedulerDesc\": \"EveryDay03:00ExecuteOnce\",\n \"ScriptChange\": true,\n \"SelfDepend\": \"serial\",\n \"SourceServer\": null,\n \"SourceServiceId\": null,\n \"SourceServiceName\": null,\n \"SourceServiceType\": \";spark;\",\n \"StartTime\": \"2025-02-27 00:00:00\",\n \"StartupTime\": 0,\n \"Status\": \"N\",\n \"Submit\": false,\n \"TargetServer\": null,\n \"TargetServiceId\": null,\n \"TargetServiceType\": null,\n \"TaskAction\": \"\",\n \"TaskAutoSubmit\": null,\n \"TaskExt\": {\n \"DryRunExtAttributes\": null,\n \"DryRunParameter\": null,\n \"Properties\": [\n {\n \"ParamKey\": \"bucket\",\n \"ParamValue\": \"wedata-fusion-dev-1257305158\"\n },\n {\n \"ParamKey\": \"calendar_id\",\n \"ParamValue\": \"\"\n },\n {\n \"ParamKey\": \"specLabelConfItems\",\n \"ParamValue\": \"eyJzcGVjTGFiZWxDb25mSXRlbXMiOltdfQ==\"\n },\n {\n \"ParamKey\": \"python_type\",\n \"ParamValue\": \"python3\"\n },\n {\n \"ParamKey\": \"ftp.file.name\",\n \"ParamValue\": \"https://wedata-fusion-dev-1257305158.cos.ap-nanjing.myqcloud.com/datastudio/project/1470547050521227264/00leo/testjiek/testpython1_20250227112840742605.py\"\n },\n {\n \"ParamKey\": \"tenantId\",\n \"ParamValue\": \"1257305158\"\n },\n {\n \"ParamKey\": \"calendar_open\",\n \"ParamValue\": \"0\"\n },\n {\n \"ParamKey\": \"calendar_name\",\n \"ParamValue\": \"\"\n },\n {\n \"ParamKey\": \"region\",\n \"ParamValue\": \"ap-nanjing\"\n },\n {\n \"ParamKey\": \"waitExecutionTotalTTL\",\n \"ParamValue\": \"-1\"\n },\n {\n \"ParamKey\": \"extraInfo\",\n \"ParamValue\": \"{\\\"fromMapping\\\":false}\"\n }\n ],\n \"TaskId\": \"20250227112841503\"\n },\n \"TaskFolderId\": null,\n \"TaskId\": \"20250227112841503\",\n \"TaskLinkInfo\": null,\n \"TaskName\": \"testpython1\",\n \"TaskRegisterOutputTable\": null,\n \"TaskType\": {\n \"BrokerParallelism\": 10,\n \"CreateTime\": \"2022-02-12 11:13:43\",\n \"DefaultAliveWait\": 720,\n \"DoRedoParallelism\": 10000,\n \"DowngradePriorityTries\": 2,\n \"ExcludeCommonLib\": false,\n \"FileType\": null,\n \"InCharge\": \"admin\",\n \"KillAble\": 0,\n \"ParamList\": \"<parameters><parameter><name>hive</name><value>/usr/bin/beeline</value></parameter></parameters>\",\n \"PollingSeconds\": 2,\n \"PostHooks\": null,\n \"RetryLimit\": 5,\n \"RetryWait\": 5,\n \"RunJarName\": \"Python.jar\",\n \"SelectFilePath\": null,\n \"SourceServerType\": \"spark\",\n \"TargetServerType\": null,\n \"TaskParallelism\": 10,\n \"TaskTypeExtension\": [\n {\n \"TaskTypeExtKey\": \"endDate\",\n \"TaskTypeExtValue\": {\n \"CandidateTexts\": \"\",\n \"CandidateValues\": \"\",\n \"Candidates\": null,\n \"ConfLevel\": 2,\n \"CopyKey\": 1,\n \"DefaultFlag\": 1,\n \"DefaultValue\": \"\",\n \"InputType\": \"date\",\n \"IsMandatory\": 0,\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"PropDesc\": \"任务停止生成实例的时间\",\n \"PropLabel\": \"终止时间\",\n \"PropName\": \"endDate\",\n \"RankId\": 19,\n \"Regex\": \".*\",\n \"Tip\": \"need to fulltill rex\",\n \"TypeId\": 30,\n \"ValueType\": \"date\",\n \"VisibleFlag\": 1\n }\n },\n {\n \"TaskTypeExtKey\": \"brokerIp\",\n \"TaskTypeExtValue\": {\n \"CandidateTexts\": \"\",\n \"CandidateValues\": \"\",\n \"Candidates\": null,\n \"ConfLevel\": 2,\n \"CopyKey\": 1,\n \"DefaultFlag\": 1,\n \"DefaultValue\": \"any\",\n \"InputType\": \"string\",\n \"IsMandatory\": 0,\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"PropDesc\": \"任务实例执行所在机器ip\",\n \"PropLabel\": \"代理IP\",\n \"PropName\": \"brokerIp\",\n \"RankId\": 19,\n \"Regex\": \".*\",\n \"Tip\": \"need to fulltill rex\",\n \"TypeId\": 30,\n \"ValueType\": \"string\",\n \"VisibleFlag\": 1\n }\n },\n {\n \"TaskTypeExtKey\": \"python_type\",\n \"TaskTypeExtValue\": {\n \"CandidateTexts\": \"python2,python3\",\n \"CandidateValues\": \"python2,python3\",\n \"Candidates\": null,\n \"ConfLevel\": 1,\n \"CopyKey\": 1,\n \"DefaultFlag\": 1,\n \"DefaultValue\": \"python2\",\n \"InputType\": \"select-single\",\n \"IsMandatory\": 1,\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"PropDesc\": \"Python类型\",\n \"PropLabel\": \"Python类型\\n\",\n \"PropName\": \"python_type\",\n \"RankId\": 10,\n \"Regex\": \".*\",\n \"Tip\": \"need to fulltill rex\",\n \"TypeId\": 30,\n \"ValueType\": \"string\",\n \"VisibleFlag\": 1\n }\n },\n {\n \"TaskTypeExtKey\": \"cycleNum\",\n \"TaskTypeExtValue\": {\n \"CandidateTexts\": \"\",\n \"CandidateValues\": \"\",\n \"Candidates\": null,\n \"ConfLevel\": 2,\n \"CopyKey\": 1,\n \"DefaultFlag\": 1,\n \"DefaultValue\": \"1\",\n \"InputType\": \"int\",\n \"IsMandatory\": 0,\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"PropDesc\": \"间隔多少周期执行一次(若是天任务,步数为2,每两天执行一次)\",\n \"PropLabel\": \"步长\",\n \"PropName\": \"cycleNum\",\n \"RankId\": 19,\n \"Regex\": \"^[1-9]+[0-9]*?$\",\n \"Tip\": \"必须是正整数\",\n \"TypeId\": 30,\n \"ValueType\": \"int\",\n \"VisibleFlag\": 1\n }\n },\n {\n \"TaskTypeExtKey\": \"ftp.file.name\",\n \"TaskTypeExtValue\": {\n \"CandidateTexts\": \"\",\n \"CandidateValues\": \"\",\n \"Candidates\": null,\n \"ConfLevel\": 1,\n \"CopyKey\": 1,\n \"DefaultFlag\": 1,\n \"DefaultValue\": \"\",\n \"InputType\": \"button-file\",\n \"IsMandatory\": 1,\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"PropDesc\": \"任务执行资源,不要将资源放到子目录\",\n \"PropLabel\": \"python脚本\",\n \"PropName\": \"ftp.file.name\",\n \"RankId\": 11,\n \"Regex\": \"zip$\",\n \"Tip\": \"必须是zip结尾文件\",\n \"TypeId\": 30,\n \"ValueType\": \"string\",\n \"VisibleFlag\": 1\n }\n },\n {\n \"TaskTypeExtKey\": \"taskPriority\",\n \"TaskTypeExtValue\": {\n \"CandidateTexts\": \"高,中,低\",\n \"CandidateValues\": \"4,5,6\",\n \"Candidates\": null,\n \"ConfLevel\": 2,\n \"CopyKey\": 1,\n \"DefaultFlag\": 1,\n \"DefaultValue\": \"6\",\n \"InputType\": \"single-select\",\n \"IsMandatory\": 0,\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"PropDesc\": \">高优先级任务会优先下发(只对同一类型的任务有效)\",\n \"PropLabel\": \"任务调度优先级\",\n \"PropName\": \"taskPriority\",\n \"RankId\": 99,\n \"Regex\": \".*\",\n \"Tip\": \"need to fulltill rex\",\n \"TypeId\": 30,\n \"ValueType\": \"string\",\n \"VisibleFlag\": 1\n }\n },\n {\n \"TaskTypeExtKey\": \"tryLimit\",\n \"TaskTypeExtValue\": {\n \"CandidateTexts\": \"\",\n \"CandidateValues\": \"\",\n \"Candidates\": null,\n \"ConfLevel\": 2,\n \"CopyKey\": 1,\n \"DefaultFlag\": 1,\n \"DefaultValue\": \"5\",\n \"InputType\": \"int\",\n \"IsMandatory\": 0,\n \"MaxValue\": 0,\n \"MinValue\": 0,\n \"PropDesc\": \"任务实例尝试运行次数上\\n限(设置为0,任务不下发)\",\n \"PropLabel\": \"最大可运行次数\",\n \"PropName\": \"tryLimit\",\n \"RankId\": 19,\n \"Regex\": \"^[1-9]+[0-9]*?$\",\n \"Tip\": \"必须是正整数\",\n \"TypeId\": 30,\n \"ValueType\": \"int\",\n \"VisibleFlag\": 1\n }\n }\n ],\n \"TypeDesc\": \"Python\",\n \"TypeId\": 30,\n \"TypeSort\": \"数据计算\"\n },\n \"Tasks\": null,\n \"TenantId\": \"1315051789\",\n \"TopCoordinate\": 85,\n \"TryLimit\": 5,\n \"UpdateTime\": \"2025-02-27 11:28:58\",\n \"UpdateUser\": \"kevinnie\",\n \"UpdateUserId\": \"100028578763\",\n \"UserFileId\": null,\n \"UserId\": \"100028578763\",\n \"VersionDesc\": null,\n \"VirtualFlag\": false,\n \"VirtualTaskId\": null,\n \"VirtualTaskStatus\": null,\n \"WorkflowId\": \"05bee18d-9c89-480b-b0b0-18f979f33a81\",\n \"WorkflowName\": \"testjiek\",\n \"YarnQueue\": null\n },\n \"RequestId\": \"327eb57c-3810-4989-bf4c-0bb6584762d4\"\n }\n}",
|
1582
|
+
"title": "查询任务详情"
|
1583
|
+
}
|
1584
|
+
],
|
1553
1585
|
"DescribeTaskLineage": [
|
1554
1586
|
{
|
1555
1587
|
"document": "通过任务 ID 查询表血缘",
|
@@ -1646,6 +1678,14 @@
|
|
1646
1678
|
"title": "规则触发趋势情况"
|
1647
1679
|
}
|
1648
1680
|
],
|
1681
|
+
"DescribeWorkflowByFordIds": [
|
1682
|
+
{
|
1683
|
+
"document": "",
|
1684
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkflowByFordIds\n<公共请求参数>\n\n{\n \"ProjectId\": \"1464962169590902784\",\n \"FolderIdList\": [\n \"0b3ceaca-d0b1-11ee-8ec8-b8599f277de5\"\n ]\n}",
|
1685
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"FolderId\": \"0b3ceaca-d0b1-11ee-8ec8-b8599f277de5\",\n \"Links\": null,\n \"Owner\": \";luissang;\",\n \"OwnerId\": \";100028649711;\",\n \"Params\": null,\n \"ProjectId\": \"1464962169590902784\",\n \"ProjectIdent\": \"wedata_dev\",\n \"ProjectName\": \"wedata数据开发\",\n \"SparkParams\": null,\n \"Tasks\": null,\n \"WorkflowDesc\": \"\",\n \"WorkflowId\": \"e16a1697-d131-11ee-8ec8-b8599f277de5\",\n \"WorkflowName\": \"0zzz\",\n \"WorkflowType\": \"cycle\"\n },\n {\n \"FolderId\": \"0b3ceaca-d0b1-11ee-8ec8-b8599f277de5\",\n \"Links\": null,\n \"Owner\": \";luissang;\",\n \"OwnerId\": \";100028649711;\",\n \"Params\": null,\n \"ProjectId\": \"1464962169590902784\",\n \"ProjectIdent\": \"wedata_dev\",\n \"ProjectName\": \"wedata数据开发\",\n \"SparkParams\": null,\n \"Tasks\": null,\n \"WorkflowDesc\": \"\",\n \"WorkflowId\": \"f088fc86-d131-11ee-8ec8-b8599f277de5\",\n \"WorkflowName\": \"0zzzzzz\",\n \"WorkflowType\": \"cycle\"\n },\n {\n \"FolderId\": \"0b3ceaca-d0b1-11ee-8ec8-b8599f277de5\",\n \"Links\": null,\n \"Owner\": \";zhanglin;\",\n \"OwnerId\": \";100028579801;\",\n \"Params\": null,\n \"ProjectId\": \"1464962169590902784\",\n \"ProjectIdent\": \"wedata_dev\",\n \"ProjectName\": \"wedata数据开发\",\n \"SparkParams\": null,\n \"Tasks\": null,\n \"WorkflowDesc\": \"\",\n \"WorkflowId\": \"127a2437-d0b1-11ee-8ec8-b8599f277de5\",\n \"WorkflowName\": \"wf\",\n \"WorkflowType\": \"cycle\"\n }\n ],\n \"RequestId\": \"7cb6f5a4-5f8f-47ed-aef9-13889375747e\"\n }\n}",
|
1686
|
+
"title": "成功示例"
|
1687
|
+
}
|
1688
|
+
],
|
1649
1689
|
"DescribeWorkflowCanvasInfo": [
|
1650
1690
|
{
|
1651
1691
|
"document": "查询工作流画布",
|
@@ -1972,16 +2012,10 @@
|
|
1972
2012
|
],
|
1973
2013
|
"ModifyTaskInfo": [
|
1974
2014
|
{
|
1975
|
-
"document": "
|
1976
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskInfo\n<公共请求参数>\n\n{\n \"ProjectId\": \"1492511691706699776\",\n \"TaskId\": \"20240307211852581\",\n \"DelayTime\": 600,\n \"StartupTime\": 0,\n \"SelfDepend\": 0,\n \"StartTime\": \"2024-03-28 00:00:00\",\n \"EndTime\": \"2024-03-29 00:00:00\",\n \"TaskAction\": \"\",\n \"CycleType\": 3,\n \"CycleStep\": 1,\n \"ExecutionStartTime\": \"00:00\",\n \"ExecutionEndTime\": \"23:59\",\n \"TaskName\": \"python_task_failed\",\n \"RetryWait\": 5,\n \"TryLimit\": 5,\n \"Retriable\": 1,\n \"RunPriority\": 6,\n \"TaskExt\": [\n {\n \"Key\": \"python_type\",\n \"Value\": \"python3\"\n }\n ],\n \"ResourceGroup\": \"20221229172428663695\",\n \"BrokerIp\": \"ins-g8j6pv4f\",\n \"InCharge\": \"micofywang\",\n \"Notes\": \"test\",\n \"TaskParamInfos\": [\n {\n \"ParamKey\": \"
|
1977
|
-
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"
|
1978
|
-
"title": "
|
1979
|
-
},
|
1980
|
-
{
|
1981
|
-
"document": "错误示例",
|
1982
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskInfo\n<公共请求参数>\n\n{\n \"ProjectId\": \"1\",\n \"TaskId\": \"1\"\n}",
|
1983
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"AuthFailure.SignatureFailure\",\n \"Message\": \"请求签名验证失败,请检查您的签名计算是否正确。\"\n },\n \"RequestId\": \"11d5af39-eac3-4960-b0d5-5cced5cdc49f\"\n }\n}",
|
1984
|
-
"title": "错误示例"
|
2015
|
+
"document": "",
|
2016
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskInfo\n<公共请求参数>\n\n{\n \"ProjectId\": \"1492511691706699776\",\n \"TaskId\": \"20240307211852581\",\n \"DelayTime\": 600,\n \"StartupTime\": 0,\n \"SelfDepend\": 0,\n \"StartTime\": \"2024-03-28 00:00:00\",\n \"EndTime\": \"2024-03-29 00:00:00\",\n \"TaskAction\": \"\",\n \"CycleType\": 3,\n \"CycleStep\": 1,\n \"ExecutionStartTime\": \"00:00\",\n \"ExecutionEndTime\": \"23:59\",\n \"TaskName\": \"python_task_failed\",\n \"RetryWait\": 5,\n \"TryLimit\": 5,\n \"Retriable\": 1,\n \"RunPriority\": 6,\n \"TaskExt\": [\n {\n \"Key\": \"python_type\",\n \"Value\": \"python3\"\n }\n ],\n \"ResourceGroup\": \"20221229172428663695\",\n \"BrokerIp\": \"ins-g8j6pv4f\",\n \"InCharge\": \"micofywang\",\n \"Notes\": \"test\",\n \"TaskParamInfos\": [\n {\n \"ParamKey\": \"au\",\n \"ParamValue\": \"3\"\n }\n ],\n \"DependencyWorkflow\": \"no\",\n \"InChargeIds\": [\n \"100033435965\"\n ]\n}",
|
2017
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"b41c3c3b-f7a8-4789-89f2-6b90711a6e5c\"\n }\n}",
|
2018
|
+
"title": "成功示例"
|
1985
2019
|
}
|
1986
2020
|
],
|
1987
2021
|
"ModifyTaskLinks": [
|
@@ -2054,6 +2088,14 @@
|
|
2054
2088
|
"title": "注册事件(新建事件)"
|
2055
2089
|
}
|
2056
2090
|
],
|
2091
|
+
"RegisterDsEventListener": [
|
2092
|
+
{
|
2093
|
+
"document": "注册事件监听者",
|
2094
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDsEventListener\n<公共请求参数>\n\n{\n \"ProjectId\": \"1470547050521227264\",\n \"Key\": \"20250228113937526\",\n \"Type\": \"REST_API\",\n \"EventName\": \"umin5\",\n \"EventProjectId\": \"1460947878944567296\",\n \"Properties\": []\n}",
|
2095
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"CreationTs\": \"2025-02-28T03:45:25.011Z\",\n \"EventName\": \"umin5\",\n \"EventProjectId\": \"1460947878944567296\",\n \"Key\": \"20250228113937526\",\n \"PropertiesList\": null,\n \"TaskInfo\": null,\n \"Type\": \"REST_API\"\n },\n \"RequestId\": \"76e6951b-8e0f-4734-a4dc-ac3e6506cc08\"\n }\n}",
|
2096
|
+
"title": "注册事件监听者"
|
2097
|
+
}
|
2098
|
+
],
|
2057
2099
|
"RegisterEvent": [
|
2058
2100
|
{
|
2059
2101
|
"document": "注册事件",
|