tccli 3.0.1307.1__py2.py3-none-any.whl → 3.0.1309.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/aiart/v20221229/api.json +29 -19
- tccli/services/apm/v20210622/api.json +38 -0
- tccli/services/asr/v20190614/api.json +64 -64
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bh/v20230418/api.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/cdwch/v20200915/api.json +3 -3
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/clb/v20180317/api.json +120 -78
- tccli/services/clb/v20180317/examples.json +31 -31
- tccli/services/cloudaudit/v20190319/api.json +67 -67
- tccli/services/cloudaudit/v20190319/examples.json +2 -2
- tccli/services/config/v20220802/api.json +184 -165
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +63 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dsgc/dsgc_client.py +53 -0
- tccli/services/dsgc/v20190723/api.json +221 -7
- tccli/services/dsgc/v20190723/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +53 -0
- tccli/services/hunyuan/v20230901/api.json +155 -0
- tccli/services/hunyuan/v20230901/examples.json +8 -0
- tccli/services/iss/v20230517/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +1 -1
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/organization/v20210331/api.json +12 -12
- 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 +1 -1
- tccli/services/tdmq/v20200217/api.json +118 -14
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +9 -9
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/thpc/v20230321/api.json +1 -1
- tccli/services/trocket/v20230308/api.json +123 -19
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +114 -112
- tccli/services/vpc/v20170312/examples.json +4 -4
- tccli/services/waf/v20180125/api.json +43 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +1046 -10
- tccli/services/wedata/v20210820/examples.json +49 -1
- tccli/services/wedata/wedata_client.py +350 -32
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/RECORD +55 -55
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/license_files/LICENSE +0 -0
@@ -317,7 +317,7 @@
|
|
317
317
|
"CreateTask": [
|
318
318
|
{
|
319
319
|
"document": "创建任务",
|
320
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTask\n<公共请求参数>\n\n{\n \"ProjectId\": \"1\",\n \"WorkflowId\": \"34e51bc4-0cd9-11ed-8909-bc97e105ba60\",\n \"TaskExt\": [\n {\n \"Key\": \"
|
320
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTask\n<公共请求参数>\n\n{\n \"ProjectId\": \"1\",\n \"WorkflowId\": \"34e51bc4-0cd9-11ed-8909-bc97e105ba60\",\n \"TaskExt\": [\n {\n \"Key\": \"key1\",\n \"Value\": \"val1\"\n }\n ],\n \"TaskName\": \"aaab\",\n \"TaskType\": 35\n}",
|
321
321
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2eeae735-b9c1-4c99-a4dd-54f3e8da674f\",\n \"Data\": {\n \"Id\": \"20220801203612642\"\n }\n }\n}",
|
322
322
|
"title": "范例"
|
323
323
|
}
|
@@ -338,6 +338,14 @@
|
|
338
338
|
"title": "创建工作流中任务目录接口"
|
339
339
|
}
|
340
340
|
],
|
341
|
+
"CreateTaskNew": [
|
342
|
+
{
|
343
|
+
"document": "创建任务",
|
344
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskNew\n<公共请求参数>\n\n{\n \"ProjectId\": \"1460947878944567296\",\n \"WorkflowId\": \"c3ebf6b9-d34b-4dff-bc5d-334f8ce11ad1\",\n \"TaskName\": \"test342342\",\n \"TaskType\": 35,\n \"TaskExt\": [\n {\n \"Key\": \"extraInfo\",\n \"Value\": \"eyJmcm9tTWFwcGluZyI6ZmFsc2V9\"\n }\n ],\n \"ProductName\": \"DATA_DEV\",\n \"LeftCoordinate\": 224,\n \"TopCoordinate\": 224,\n \"Content\": \"IyEvYmluL2Jhc2gKIyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiMKIyNhdXRob3I6IGtldmlubmllCiMjY3JlYXRlIHRpbWU6IDIwMjQtMTEtMDcgMTA6NTQ6MzUKIyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiMK\"\n}",
|
345
|
+
"output": "{\n \"Response\": {\n \"Data\": \"20241107105820356\",\n \"RequestId\": \"a8b7605c-c3d8-4f92-8e23-4bfb4a57cfd8\"\n }\n}",
|
346
|
+
"title": "创建任务"
|
347
|
+
}
|
348
|
+
],
|
341
349
|
"CreateTaskVersionDs": [
|
342
350
|
{
|
343
351
|
"document": "失败",
|
@@ -566,6 +574,14 @@
|
|
566
574
|
"title": "测试通过示例"
|
567
575
|
}
|
568
576
|
],
|
577
|
+
"DescribeBaseBizCatalogs": [
|
578
|
+
{
|
579
|
+
"document": "",
|
580
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaseBizCatalogs\n<公共请求参数>\n\n{}",
|
581
|
+
"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}",
|
582
|
+
"title": "类目基础信息列表"
|
583
|
+
}
|
584
|
+
],
|
569
585
|
"DescribeBatchOperateTask": [
|
570
586
|
{
|
571
587
|
"document": "查询失败",
|
@@ -1880,6 +1896,14 @@
|
|
1880
1896
|
"title": "添加父任务依赖"
|
1881
1897
|
}
|
1882
1898
|
],
|
1899
|
+
"ModifyTaskLinksDs": [
|
1900
|
+
{
|
1901
|
+
"document": "成功示例",
|
1902
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTaskLinksDs\n<公共请求参数>\n\n{\n \"ProjectId\": \"1492511691706699776\",\n \"TaskFrom\": \"20240307211633923\",\n \"TaskTo\": \"20240307211852581\",\n \"LinkDependencyType\": \"real_real\",\n \"WorkflowId\": \"ca1253e8-dc84-11ee-8d13-a4ae120f8272\",\n \"RealFromWorkflowId\": \"ca1253e8-dc84-11ee-8d13-a4ae120f82sda\"\n}",
|
1903
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"LinkId\": \"ca125988-dc84-11ee-8d13-a4ae120f8272\",\n \"RequestId\": \"ca1sad259-dc84-11ee-8d13-a4ae120f8272\"\n }\n}",
|
1904
|
+
"title": "成功示例"
|
1905
|
+
}
|
1906
|
+
],
|
1883
1907
|
"ModifyTaskName": [
|
1884
1908
|
{
|
1885
1909
|
"document": "",
|
@@ -1926,6 +1950,14 @@
|
|
1926
1950
|
"title": "编排空间-工作流-移动任务到工作流文件夹示例"
|
1927
1951
|
}
|
1928
1952
|
],
|
1953
|
+
"RegisterDsEvent": [
|
1954
|
+
{
|
1955
|
+
"document": "新建事件",
|
1956
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDsEvent\n<公共请求参数>\n\n{\n \"ProjectId\": \"1492511691706699776\",\n \"Name\": \"test_event_1\",\n \"EventSubType\": \"DAY\",\n \"TimeToLive\": \"30\",\n \"TimeUnit\": \"DAYS\",\n \"Owner\": \"micofywang\",\n \"Description\": \"test\"\n}",
|
1957
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"CreationTs\": null,\n \"Description\": \"test\",\n \"DimensionFormat\": \"yyyyMMdd\",\n \"EventBroadcastType\": \"BROADCAST\",\n \"EventSubType\": \"DAY\",\n \"EventType\": \"TIME_SERIES\",\n \"Listeners\": null,\n \"Name\": \"test_event_1\",\n \"Owner\": \"micofywang\",\n \"ProjectId\": \"1492511691706699776\",\n \"ProjectName\": \"\",\n \"Properties\": null,\n \"TimeToLive\": 30,\n \"TimeUnit\": \"DAYS\"\n },\n \"RequestId\": \"7bf51807-efe1-499a-952f-d6b040effaa0\"\n }\n}",
|
1958
|
+
"title": "注册事件(新建事件)"
|
1959
|
+
}
|
1960
|
+
],
|
1929
1961
|
"RegisterEvent": [
|
1930
1962
|
{
|
1931
1963
|
"document": "注册事件",
|
@@ -1956,6 +1988,14 @@
|
|
1956
1988
|
"title": "工作流不存在"
|
1957
1989
|
}
|
1958
1990
|
],
|
1991
|
+
"RenewWorkflowOwnerDs": [
|
1992
|
+
{
|
1993
|
+
"document": "demo",
|
1994
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenewWorkflowOwnerDs\n<公共请求参数>\n\n{\n \"ProjectId\": \"1460947878944567296\",\n \"Owner\": \"jaydenjhu\",\n \"OwnerId\": \"100028664112\",\n \"WorkflowIds\": [\n \"f5d1b42f-ed67-11ed-8909-bc97e105ba60\"\n ]\n}",
|
1995
|
+
"output": "{\n \"Response\": {\n \"Data\": {\n \"Failed\": 0,\n \"Success\": 1,\n \"Total\": 1\n },\n \"RequestId\": \"6bedbc71-7c98-4223-a4b9-f43a072be9ec\"\n }\n}",
|
1996
|
+
"title": "示例1"
|
1997
|
+
}
|
1998
|
+
],
|
1959
1999
|
"RenewWorkflowSchedulerInfoDs": [
|
1960
2000
|
{
|
1961
2001
|
"document": "demo",
|
@@ -2146,6 +2186,14 @@
|
|
2146
2186
|
"title": "成功示例"
|
2147
2187
|
}
|
2148
2188
|
],
|
2189
|
+
"UpdateWorkflowInfo": [
|
2190
|
+
{
|
2191
|
+
"document": "更新工作流通用配置(基本信息 & 参数)",
|
2192
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateWorkflowInfo\n<公共请求参数>\n\n{\n \"ProjectId\": \"1470547050521227264\",\n \"OperatorName\": \"kevinnie\",\n \"WorkflowId\": \"3dfadfde-af87-11ee-8ec8-b8599f277de5\",\n \"Owner\": \"zhanglin\",\n \"OwnerId\": \"100028579801\",\n \"WorkflowDesc\": \"fd\",\n \"WorkflowName\": \"bp_ext_clone_01\"\n}",
|
2193
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"947beddf-ecac-472e-8727-fba35e8cb96e\"\n }\n}",
|
2194
|
+
"title": "工作流更新整合接口"
|
2195
|
+
}
|
2196
|
+
],
|
2149
2197
|
"UpdateWorkflowOwner": [
|
2150
2198
|
{
|
2151
2199
|
"document": "修改工作流责任人",
|