tccli 3.0.1352.1__py2.py3-none-any.whl → 3.0.1354.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 (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/aiart_client.py +70 -123
  3. tccli/services/aiart/v20221229/api.json +3 -101
  4. tccli/services/aiart/v20221229/examples.json +0 -8
  5. tccli/services/apm/v20210622/api.json +2 -2
  6. tccli/services/cbs/v20170312/examples.json +3 -3
  7. tccli/services/ccc/v20200210/api.json +10 -0
  8. tccli/services/cdb/v20170320/api.json +64 -16
  9. tccli/services/cdb/v20170320/examples.json +1 -1
  10. tccli/services/cdn/v20180606/api.json +0 -3
  11. tccli/services/cdn/v20180606/examples.json +2 -2
  12. tccli/services/cfg/v20210820/api.json +11 -0
  13. tccli/services/cfs/v20190719/api.json +46 -0
  14. tccli/services/csip/v20221121/api.json +21 -3
  15. tccli/services/csip/v20221121/examples.json +1 -1
  16. tccli/services/dbbrain/v20210527/api.json +40 -0
  17. tccli/services/dlc/dlc_client.py +53 -0
  18. tccli/services/dlc/v20210125/api.json +44 -0
  19. tccli/services/dlc/v20210125/examples.json +8 -0
  20. tccli/services/eb/v20210416/api.json +17 -8
  21. tccli/services/eb/v20210416/examples.json +1 -1
  22. tccli/services/ess/v20201111/api.json +1 -1
  23. tccli/services/gs/v20191118/api.json +32 -2
  24. tccli/services/iai/v20180301/api.json +143 -135
  25. tccli/services/iai/v20180301/examples.json +18 -12
  26. tccli/services/iai/v20200303/api.json +4 -4
  27. tccli/services/igtm/v20231024/api.json +239 -239
  28. tccli/services/igtm/v20231024/examples.json +6 -6
  29. tccli/services/iotvideo/v20191126/api.json +1 -1
  30. tccli/services/iotvideo/v20201215/api.json +1 -1
  31. tccli/services/iotvideo/v20211125/api.json +1 -1
  32. tccli/services/lighthouse/v20200324/api.json +10 -0
  33. tccli/services/lke/v20231130/api.json +2 -2
  34. tccli/services/lkeap/v20240522/api.json +3 -3
  35. tccli/services/monitor/v20180724/api.json +7 -7
  36. tccli/services/monitor/v20180724/examples.json +2 -2
  37. tccli/services/tcbr/v20220217/api.json +10 -0
  38. tccli/services/tke/v20180525/api.json +49 -1
  39. tccli/services/trro/v20220325/api.json +1 -1
  40. tccli/services/trtc/trtc_client.py +459 -35
  41. tccli/services/trtc/v20190722/api.json +1069 -82
  42. tccli/services/trtc/v20190722/examples.json +64 -0
  43. tccli/services/tts/v20190823/api.json +1 -1
  44. tccli/services/vod/v20180717/api.json +11 -2
  45. tccli/services/vod/v20180717/examples.json +17 -17
  46. tccli/services/wedata/v20210820/api.json +501 -3
  47. tccli/services/wedata/v20210820/examples.json +86 -0
  48. tccli/services/wedata/wedata_client.py +440 -69
  49. {tccli-3.0.1352.1.dist-info → tccli-3.0.1354.1.dist-info}/METADATA +3 -3
  50. {tccli-3.0.1352.1.dist-info → tccli-3.0.1354.1.dist-info}/RECORD +53 -53
  51. {tccli-3.0.1352.1.dist-info → tccli-3.0.1354.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1352.1.dist-info → tccli-3.0.1354.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1352.1.dist-info → tccli-3.0.1354.1.dist-info}/license_files/LICENSE +0 -0
@@ -156,6 +156,14 @@
156
156
  "title": "BatchUpdateIntegrationTasks"
157
157
  }
158
158
  ],
159
+ "BindProjectExecutorResource": [
160
+ {
161
+ "document": "支持绑定多个项目",
162
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BindProjectExecutorResource\n<公共请求参数>\n\n{\n \"ExecutorGroupId\": \"20220706111614878854\",\n \"ProjectId\": \"1091118890164248576\",\n \"ExecutorResourcePackageIds\": [\n \"20220706111615206649\"\n ]\n}",
163
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"a6bb0018-c093-4fb8-8984-1b7c212f47c5\"\n }\n}",
164
+ "title": "资源绑定项目"
165
+ }
166
+ ],
159
167
  "CheckAlarmRegularNameExist": [
160
168
  {
161
169
  "document": "检查规则名称是否存在",
@@ -218,6 +226,20 @@
218
226
  "title": "统计任务实例状态示例"
219
227
  }
220
228
  ],
229
+ "CreateBaseProject": [
230
+ {
231
+ "document": "",
232
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBaseProject\n<公共请求参数>\n\n{}",
233
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
234
+ "title": "样例"
235
+ },
236
+ {
237
+ "document": "",
238
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBaseProject\n<公共请求参数>\n\n{}",
239
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9d37065b-575c-457a-a96d-3d02f4a57d95\"\n }\n}",
240
+ "title": "项目返回为string类型"
241
+ }
242
+ ],
221
243
  "CreateCodeTemplate": [
222
244
  {
223
245
  "document": "创建代码模版",
@@ -558,6 +580,14 @@
558
580
  "title": "任务删除"
559
581
  }
560
582
  ],
583
+ "DeleteTaskLineage": [
584
+ {
585
+ "document": "",
586
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteTaskLineage\n<公共请求参数>\n\n{\n \"ChannelType\": \"THIRD_REPORT\",\n \"Task\": {\n \"TaskId\": \"ceshi_task_32423213123\",\n \"TaskSource\": \"third_\",\n \"TaskType\": \"THIRD_REPORT\"\n }\n}",
587
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
588
+ "title": "示例测试"
589
+ }
590
+ ],
561
591
  "DeleteWorkflowById": [
562
592
  {
563
593
  "document": "删除工作流",
@@ -1766,6 +1796,14 @@
1766
1796
  "title": "实例诊断示例"
1767
1797
  }
1768
1798
  ],
1799
+ "DisableProject": [
1800
+ {
1801
+ "document": "禁用项目",
1802
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableProject\n<公共请求参数>\n\n{\n \"ProjectId\": \"abc\",\n \"ModuleKey\": \"abc\"\n}",
1803
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"abc\"\n }\n}",
1804
+ "title": "禁用项目"
1805
+ }
1806
+ ],
1769
1807
  "DownloadLogByLine": [
1770
1808
  {
1771
1809
  "document": "",
@@ -1782,6 +1820,14 @@
1782
1820
  "title": "调试运行集成任务"
1783
1821
  }
1784
1822
  ],
1823
+ "EnableProject": [
1824
+ {
1825
+ "document": "启用项目",
1826
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableProject\n<公共请求参数>\n\n{\n \"ProjectId\": \"abc\",\n \"ModuleKey\": \"abc\"\n}",
1827
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"abc\"\n }\n}",
1828
+ "title": "启用项目"
1829
+ }
1830
+ ],
1785
1831
  "FindAllFolder": [
1786
1832
  {
1787
1833
  "document": "",
@@ -2004,6 +2050,32 @@
2004
2050
  "title": "更新监控状态"
2005
2051
  }
2006
2052
  ],
2053
+ "ModifyProject": [
2054
+ {
2055
+ "document": "modify project",
2056
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"TaskSubmitApproval\": true,\n \"ProjectId\": \"111111111111\",\n \"ResourcePoolInfo\": {\n \"ResourcePools\": [\n \"1234455555\"\n ],\n \"StorageSize\": 0,\n \"StorageFileNum\": 0,\n \"ClusterId\": \"123123123123\",\n \"StorageType\": \"123123123\"\n },\n \"ProjectManagers\": [\n \"12312312312\"\n ],\n \"TaskStrictMode\": true,\n \"ExtraOptions\": \"12312312\",\n \"Model\": \"123123123\"\n}",
2057
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
2058
+ "title": "样例"
2059
+ },
2060
+ {
2061
+ "document": "modify project",
2062
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"TaskSubmitApproval\": \"true\",\n \"ProjectId\": \"978203585769070592\"\n}",
2063
+ "output": "{\n \"Response\": {\n \"RequestId\": \"72fda28b-e1c8-4017-9fd0-a67c79178bde\"\n }\n}",
2064
+ "title": "modify project"
2065
+ },
2066
+ {
2067
+ "document": "升级到标准模式",
2068
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"ProjectId\": \"2082166847290601472\",\n \"Model\": \"STANDARD\"\n}",
2069
+ "output": "{\n \"Response\": {\n \"RequestId\": \"059e6ab7-b35c-42be-b1a6-cc0fc1329441\"\n }\n}",
2070
+ "title": "升级到标准模式"
2071
+ },
2072
+ {
2073
+ "document": "modify project",
2074
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"ProjectId\": \"1\"\n}",
2075
+ "output": "{\n \"Response\": {\n \"RequestId\": \"64f07492-8c96-4928-a06f-f37c61382e06\"\n }\n}",
2076
+ "title": "modify task script ready only"
2077
+ }
2078
+ ],
2007
2079
  "ModifyRule": [
2008
2080
  {
2009
2081
  "document": "更新质量规则接口",
@@ -2342,6 +2414,20 @@
2342
2414
  "title": "手动任务触发运行"
2343
2415
  }
2344
2416
  ],
2417
+ "UnboundProjectExecutorResource": [
2418
+ {
2419
+ "document": "32",
2420
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnboundProjectExecutorResource\n<公共请求参数>\n\n{\n \"ExecutorGroupId\": \"0\",\n \"ProjectId\": \"0\"\n}",
2421
+ "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"UnauthorizedOperation\",\n \"Message\": \"未授权操作\"\n },\n \"RequestId\": \"ad1f4c7c-d84a-44ce-a2a9-308f236c0ed1\"\n }\n}",
2422
+ "title": "ewe"
2423
+ },
2424
+ {
2425
+ "document": "解绑多个",
2426
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnboundProjectExecutorResource\n<公共请求参数>\n\n{\n \"ExecutorGroupId\": \"20220706111614878854\",\n \"ProjectId\": \"1091118890164248576\",\n \"ExecutorResourcePackageIds\": [\n \"20220706111615206649\"\n ]\n}",
2427
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"a6bb0018-c093-4fb8-8984-1b7c212f47c5\"\n }\n}",
2428
+ "title": "解绑项目"
2429
+ }
2430
+ ],
2345
2431
  "UnlockIntegrationTask": [
2346
2432
  {
2347
2433
  "document": "",