tccli 3.0.1181.1__py2.py3-none-any.whl → 3.0.1183.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/ams/v20201229/api.json +20 -0
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/asr/asr_client.py +229 -17
- tccli/services/asr/v20190614/api.json +379 -0
- tccli/services/asr/v20190614/examples.json +32 -0
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bi/v20220105/api.json +10 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +185 -0
- tccli/services/cdb/v20170320/examples.json +17 -1
- tccli/services/cdwdoris/v20211228/api.json +70 -8
- tccli/services/cdwdoris/v20211228/examples.json +2 -2
- tccli/services/cfg/v20210820/api.json +134 -11
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +44 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/ckafka/v20190819/api.json +46 -16
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/clb/v20180317/api.json +99 -2
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/controlcenter/__init__.py +4 -0
- tccli/services/controlcenter/controlcenter_client.py +195 -0
- tccli/services/controlcenter/v20230110/api.json +82 -0
- tccli/services/controlcenter/v20230110/examples.json +13 -0
- tccli/services/csip/v20221121/api.json +308 -1
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cwp/v20180228/api.json +3 -3
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -4
- tccli/services/cynosdb/v20190107/api.json +296 -11
- tccli/services/cynosdb/v20190107/examples.json +19 -3
- tccli/services/dasb/v20191018/api.json +20 -1
- tccli/services/dbbrain/v20210527/api.json +15 -15
- tccli/services/dc/v20180410/api.json +117 -73
- tccli/services/dc/v20180410/examples.json +11 -11
- tccli/services/dcdb/dcdb_client.py +53 -0
- tccli/services/dcdb/v20180411/api.json +54 -0
- tccli/services/dcdb/v20180411/examples.json +8 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +52 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +64 -1
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +9 -9
- tccli/services/hunyuan/hunyuan_client.py +106 -0
- tccli/services/hunyuan/v20230901/api.json +236 -1
- tccli/services/hunyuan/v20230901/examples.json +16 -0
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/iss/v20230517/api.json +18 -0
- tccli/services/iss/v20230517/examples.json +3 -3
- tccli/services/lke/v20231130/api.json +141 -2
- tccli/services/mariadb/mariadb_client.py +57 -4
- tccli/services/mariadb/v20170312/api.json +54 -0
- tccli/services/mariadb/v20170312/examples.json +8 -0
- tccli/services/oceanus/v20190422/api.json +10 -0
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/organization/organization_client.py +53 -0
- tccli/services/organization/v20210331/api.json +43 -0
- tccli/services/organization/v20210331/examples.json +8 -0
- tccli/services/postgres/v20170312/api.json +3 -0
- tccli/services/redis/v20180412/api.json +16 -16
- tccli/services/scf/v20180416/api.json +26 -16
- tccli/services/ses/v20201002/api.json +148 -11
- tccli/services/sms/v20190711/api.json +49 -49
- tccli/services/sms/v20190711/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +3 -3
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tdmq/v20200217/api.json +180 -93
- tccli/services/tdmq/v20200217/examples.json +8 -8
- tccli/services/tke/v20180525/api.json +14 -2
- tccli/services/tke/v20180525/examples.json +3 -3
- tccli/services/tms/tms_client.py +0 -53
- tccli/services/tms/v20201229/api.json +2 -46
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/trocket/v20230308/api.json +62 -12
- tccli/services/vpc/v20170312/api.json +23 -0
- tccli/services/wedata/v20210820/api.json +1909 -175
- tccli/services/wedata/v20210820/examples.json +62 -0
- tccli/services/wedata/wedata_client.py +387 -16
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/RECORD +91 -87
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1181.1.dist-info → tccli-3.0.1183.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,6 +8,20 @@
|
|
8
8
|
"title": "BatchCreateIntegrationTaskAlarms"
|
9
9
|
}
|
10
10
|
],
|
11
|
+
"BatchCreateTaskVersionAsync": [
|
12
|
+
{
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateTaskVersionAsync\n<公共请求参数>\n\n{\n \"Tasks\": [\n {\n \"TaskId\": \"abc\",\n \"VersionRemark\": \"abc\"\n }\n ],\n \"AutoRun\": true,\n \"AlarmWays\": \"abc\",\n \"AlarmRecipientTypes\": \"abc\",\n \"ProjectId\": \"abc\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"JobId\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
|
16
|
+
"title": "示例"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"document": "错误示例",
|
20
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchCreateTaskVersionAsync\n<公共请求参数>\n\n{\n \"Tasks\": [\n {\n \"TaskId\": \"20230425181533351\",\n \"VersionRemark\": \"1111\"\n }\n ],\n \"AutoRun\": true,\n \"AlarmWays\": \"email\",\n \"AlarmRecipientTypes\": \"2\",\n \"ProjectId\": \"1470561602745229312\"\n}",
|
21
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"FailedOperation\",\n \"Message\": \"操作失败\"\n },\n \"RequestId\": \"6218d665-282f-4e43-972a-262dc311618e\"\n }\n}",
|
22
|
+
"title": "错误示例"
|
23
|
+
}
|
24
|
+
],
|
11
25
|
"BatchDeleteIntegrationTasks": [
|
12
26
|
{
|
13
27
|
"document": "",
|
@@ -974,6 +988,14 @@
|
|
974
988
|
"title": "错误用例"
|
975
989
|
}
|
976
990
|
],
|
991
|
+
"DescribePendingSubmitTaskList": [
|
992
|
+
{
|
993
|
+
"document": "获取待提交任务预提交校验信息",
|
994
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePendingSubmitTaskList\n<公共请求参数>\n\n{\n \"ProjectId\": \"abc\",\n \"WorkflowId\": \"abc\",\n \"TaskIdList\": [\n \"abc\"\n ]\n}",
|
995
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"TaskId\": \"abc\",\n \"TaskName\": \"abc\",\n \"ModifyType\": \"abc\",\n \"TaskStatus\": \"abc\",\n \"SubmitPreCheck\": \"abc\",\n \"SubmitPreCheckDetailList\": [\n {\n \"TaskId\": \"abc\",\n \"TaskName\": \"abc\",\n \"ProjectId\": \"abc\",\n \"ProjectName\": \"abc\",\n \"InChargeId\": \"abc\",\n \"InCharge\": \"abc\"\n }\n ],\n \"ExecutorGroupId\": \"abc\",\n \"ExecutorGroupName\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
996
|
+
"title": "获取待提交任务预提交校验信息"
|
997
|
+
}
|
998
|
+
],
|
977
999
|
"DescribeProject": [
|
978
1000
|
{
|
979
1001
|
"document": "",
|
@@ -1294,6 +1316,14 @@
|
|
1294
1316
|
"title": "获取表元数据list"
|
1295
1317
|
}
|
1296
1318
|
],
|
1319
|
+
"DescribeTablePartitions": [
|
1320
|
+
{
|
1321
|
+
"document": "查询表的分区详情信息",
|
1322
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTablePartitions\n<公共请求参数>\n\n{\n \"PageNumber\": 0,\n \"TableId\": \"xx\",\n \"PageSize\": 0\n}",
|
1323
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RequestId\": \"xx\",\n \"TablePartitionSet\": [\n {\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"RecordCount\": 0,\n \"StorageSizeWithUnit\": \"xx\",\n \"PartitionName\": \"xx\",\n \"StorageSize\": \"xx\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n }\n ]\n }\n}",
|
1324
|
+
"title": "查询表的分区详情信息"
|
1325
|
+
}
|
1326
|
+
],
|
1297
1327
|
"DescribeTableQualityDetails": [
|
1298
1328
|
{
|
1299
1329
|
"document": "分页查询表数据质量详情",
|
@@ -1446,6 +1476,14 @@
|
|
1446
1476
|
"title": "根据项目id 获取项目下所有工作流列表示例"
|
1447
1477
|
}
|
1448
1478
|
],
|
1479
|
+
"DescribeWorkflowSchedulerInfoDs": [
|
1480
|
+
{
|
1481
|
+
"document": "demo",
|
1482
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkflowSchedulerInfoDs\n<公共请求参数>\n\n{\n \"ProjectId\": \"1460947878944567296\",\n \"WorkflowId\": \"f5d1b42f-ed67-11ed-8909-bc97e105ba60\"\n}",
|
1483
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"CreateTime\": null,\n \"Creater\": null,\n \"CrontabExpression\": null,\n \"CycleStep\": 1,\n \"CycleType\": \"DAY_CYCLE\",\n \"DelayTime\": 0,\n \"DependencyWorkflow\": \"no\",\n \"EndTime\": \"2099-12-31 23:59:59\",\n \"ExecutionEndTime\": null,\n \"ExecutionStartTime\": null,\n \"FirstSubmitTime\": null,\n \"InstanceInitStrategy\": \"T_PLUS_0\",\n \"LatestSubmitTime\": null,\n \"ModifyTime\": null,\n \"ProjectId\": \"1460947878944567296\",\n \"SchedulerDesc\": \"每天00:00执行一次\",\n \"SelfDepend\": \"serial\",\n \"StartTime\": \"2023-05-12 12:04:17\",\n \"StartupTime\": 0,\n \"TaskAction\": \"\",\n \"WorkflowId\": \"f5d1b42f-ed67-11ed-8909-bc97e105ba60\"\n },\n \"RequestId\": \"4d12dcf0-83ef-40b9-a254-98bd6e168991\"\n }\n}",
|
1484
|
+
"title": "示例1"
|
1485
|
+
}
|
1486
|
+
],
|
1449
1487
|
"DescribeWorkflowTaskCount": [
|
1450
1488
|
{
|
1451
1489
|
"document": "查询工作流任务数",
|
@@ -1514,6 +1552,14 @@
|
|
1514
1552
|
"title": "GenHiveTableDDLSql"
|
1515
1553
|
}
|
1516
1554
|
],
|
1555
|
+
"GetCosToken": [
|
1556
|
+
{
|
1557
|
+
"document": "开发空间-获取cos token",
|
1558
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCosToken\n<公共请求参数>\n\n{\n \"ProjectId\": \"abc\",\n \"OriginDomain\": \"abc\",\n \"BucketName\": \"abc\",\n \"RemotePath\": \"abc\",\n \"CrossFlag\": true\n}",
|
1559
|
+
"output": "{\n \"Response\": {\n \"Region\": \"abc\",\n \"Token\": {\n \"Id\": \"abc\",\n \"Token\": \"abc\",\n \"SecretId\": \"abc\",\n \"SecretKey\": \"abc\",\n \"Response\": \"abc\",\n \"OwnerUin\": \"abc\",\n \"ExpiredTime\": 1,\n \"CreateTime\": 1,\n \"UpdateTime\": 1,\n \"OperatorUin\": \"abc\"\n },\n \"Bucket\": \"abc\",\n \"EndPoint\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
1560
|
+
"title": "GetCosToken 示例"
|
1561
|
+
}
|
1562
|
+
],
|
1517
1563
|
"GetFileInfo": [
|
1518
1564
|
{
|
1519
1565
|
"document": "开发空间-获取数据开发脚本信息",
|
@@ -1546,6 +1592,14 @@
|
|
1546
1592
|
"title": "调试运行集成任务"
|
1547
1593
|
}
|
1548
1594
|
],
|
1595
|
+
"JudgeResourceFile": [
|
1596
|
+
{
|
1597
|
+
"document": "判断资源文件是否存在",
|
1598
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: JudgeResourceFile\n<公共请求参数>\n\n{\n \"ProjectId\": \"abc\",\n \"FilePath\": \"abc\"\n}",
|
1599
|
+
"output": "{\n \"Response\": {\n \"Data\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
1600
|
+
"title": "资源管理-判断资源文件是否存在"
|
1601
|
+
}
|
1602
|
+
],
|
1549
1603
|
"KillOpsMakePlanInstances": [
|
1550
1604
|
{
|
1551
1605
|
"document": "批量终止补录计划实例",
|
@@ -1764,6 +1818,14 @@
|
|
1764
1818
|
"title": "工作流不存在"
|
1765
1819
|
}
|
1766
1820
|
],
|
1821
|
+
"RenewWorkflowSchedulerInfoDs": [
|
1822
|
+
{
|
1823
|
+
"document": "demo",
|
1824
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenewWorkflowSchedulerInfoDs\n<公共请求参数>\n\n{\n \"ProjectId\": \"1460947878944567296\",\n \"WorkflowId\": \"e5b0945c-ed6d-11ed-8909-bc97e105ba60\",\n \"DelayTime\": 0,\n \"SelfDepend\": \"serial\",\n \"StartTime\": \"2023-05-13 12:44:29\",\n \"EndTime\": \"2023-05-12 23:59:59\",\n \"TaskAction\": \"\",\n \"CycleType\": \"DAY_CYCLE\",\n \"CycleStep\": 1\n}",
|
1825
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Failed\": 0,\n \"Success\": 0,\n \"Total\": 0\n },\n \"RequestId\": \"59a4462b-66f3-4cc2-80a2-46c416726c46\"\n }\n}",
|
1826
|
+
"title": "示例1"
|
1827
|
+
}
|
1828
|
+
],
|
1767
1829
|
"ResumeIntegrationTask": [
|
1768
1830
|
{
|
1769
1831
|
"document": "继续集成任务",
|