tccli 3.0.1306.1__py2.py3-none-any.whl → 3.0.1308.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 (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +34 -22
  3. tccli/services/apm/v20210622/api.json +38 -0
  4. tccli/services/asr/v20190614/api.json +64 -64
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bh/v20230418/api.json +2 -2
  7. tccli/services/cbs/v20170312/api.json +26 -16
  8. tccli/services/cdwch/v20200915/api.json +3 -3
  9. tccli/services/chc/v20230418/api.json +46 -1
  10. tccli/services/ckafka/v20190819/api.json +24 -24
  11. tccli/services/ckafka/v20190819/examples.json +1 -1
  12. tccli/services/clb/v20180317/api.json +232 -181
  13. tccli/services/clb/v20180317/examples.json +38 -38
  14. tccli/services/cloudaudit/v20190319/api.json +67 -67
  15. tccli/services/cloudaudit/v20190319/examples.json +2 -2
  16. tccli/services/config/v20220802/api.json +184 -165
  17. tccli/services/cvm/v20170312/api.json +5 -5
  18. tccli/services/cynosdb/cynosdb_client.py +53 -0
  19. tccli/services/cynosdb/v20190107/api.json +72 -9
  20. tccli/services/cynosdb/v20190107/examples.json +8 -0
  21. tccli/services/dlc/v20210125/api.json +19 -0
  22. tccli/services/domain/v20180808/api.json +72 -72
  23. tccli/services/domain/v20180808/examples.json +4 -4
  24. tccli/services/dsgc/dsgc_client.py +53 -0
  25. tccli/services/dsgc/v20190723/api.json +221 -7
  26. tccli/services/dsgc/v20190723/examples.json +8 -0
  27. tccli/services/es/v20250101/api.json +45 -45
  28. tccli/services/essbasic/v20210526/examples.json +7 -1
  29. tccli/services/iss/v20230517/api.json +40 -40
  30. tccli/services/lowcode/v20210108/api.json +10 -1
  31. tccli/services/ocr/v20181119/api.json +13 -3
  32. tccli/services/organization/v20210331/api.json +12 -12
  33. tccli/services/tdmq/v20200217/api.json +118 -14
  34. tccli/services/tdmq/v20200217/examples.json +1 -1
  35. tccli/services/tke/v20180525/api.json +37 -37
  36. tccli/services/trocket/v20230308/api.json +123 -19
  37. tccli/services/trocket/v20230308/examples.json +1 -1
  38. tccli/services/tsf/v20180326/api.json +2 -2
  39. tccli/services/vod/v20180717/api.json +9 -0
  40. tccli/services/vpc/v20170312/api.json +173 -166
  41. tccli/services/vpc/v20170312/examples.json +5 -5
  42. tccli/services/waf/v20180125/api.json +24 -0
  43. tccli/services/waf/v20180125/examples.json +8 -0
  44. tccli/services/waf/waf_client.py +57 -4
  45. tccli/services/wedata/v20210820/api.json +972 -18
  46. tccli/services/wedata/v20210820/examples.json +44 -4
  47. tccli/services/wedata/wedata_client.py +297 -32
  48. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.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\": \"aa\",\n \"Value\": \"vv\"\n }\n ],\n \"TaskName\": \"aaab\",\n \"TaskType\": \"35\"\n}",
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": "失败",
@@ -1880,6 +1888,14 @@
1880
1888
  "title": "添加父任务依赖"
1881
1889
  }
1882
1890
  ],
1891
+ "ModifyTaskLinksDs": [
1892
+ {
1893
+ "document": "成功示例",
1894
+ "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}",
1895
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"LinkId\": \"ca125988-dc84-11ee-8d13-a4ae120f8272\",\n \"RequestId\": \"ca1sad259-dc84-11ee-8d13-a4ae120f8272\"\n }\n}",
1896
+ "title": "成功示例"
1897
+ }
1898
+ ],
1883
1899
  "ModifyTaskName": [
1884
1900
  {
1885
1901
  "document": "",
@@ -1907,13 +1923,13 @@
1907
1923
  "ModifyWorkflowSchedule": [
1908
1924
  {
1909
1925
  "document": "更新工作流调度",
1910
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkflowSchedule\n<公共请求参数>\n\n{\n \"WorkflowId\": \"34e51bc4-0cd9-11ed-89e105ba60\",\n \"StartupTime\": \"47483648\",\n \"SelfDepend\": \"1\",\n \"ProjectId\": \"1\",\n \"ExecutionEndTime\": \"\",\n \"TaskAction\": \"\",\n \"DelayTime\": \"1\",\n \"DependencyWorkflow\": \"no\",\n \"StartTime\": \"2022-03-03 11:12:59\",\n \"ExecutionStartTime\": \"\",\n \"EndTime\": \"2022-09-03 11:12:59\",\n \"CycleType\": \"1\",\n \"CycleStep\": \"3\",\n \"CrontabExpression\": \"\"\n}",
1926
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkflowSchedule\n<公共请求参数>\n\n{\n \"WorkflowId\": \"34e51bc4-0cd9-11ed-89e105ba60\",\n \"StartupTime\": 1712883299,\n \"SelfDepend\": 2,\n \"ProjectId\": \"1\",\n \"ExecutionEndTime\": \"\",\n \"TaskAction\": \"\",\n \"DelayTime\": 0,\n \"DependencyWorkflow\": \"no\",\n \"StartTime\": \"2022-03-03 11:12:59\",\n \"ExecutionStartTime\": \"\",\n \"EndTime\": \"2022-09-03 11:12:59\",\n \"CycleType\": 1,\n \"CycleStep\": 10,\n \"CrontabExpression\": \"\"\n}",
1911
1927
  "output": "{\n \"Response\": {\n \"RequestId\": \"dc5397bb-74e6f734102c\",\n \"Data\": {\n \"Running\": 0,\n \"Success\": 0,\n \"Failed\": 0,\n \"Total\": 0\n }\n }\n}",
1912
1928
  "title": "更新工作流调度范例1"
1913
1929
  },
1914
1930
  {
1915
1931
  "document": "更新工作流调度",
1916
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkflowSchedule\n<公共请求参数>\n\n{\n \"WorkflowId\": \"34e51bc4-0cd9-1105ba60\",\n \"StartupTime\": \"47483648\",\n \"SelfDepend\": \"1\",\n \"ProjectId\": \"1\",\n \"ExecutionEndTime\": \"\",\n \"TaskAction\": \"\",\n \"DelayTime\": \"1\",\n \"DependencyWorkflow\": \"no\",\n \"StartTime\": \"2022-03-03 11:12:59\",\n \"ExecutionStartTime\": \"\",\n \"EndTime\": \"2022-09-03 11:12:59\",\n \"CycleType\": \"1\",\n \"CycleStep\": \"3\",\n \"CrontabExpression\": \"\"\n}",
1932
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkflowSchedule\n<公共请求参数>\n\n{\n \"WorkflowId\": \"34e51bc4-0cd9-1105ba60\",\n \"StartupTime\": 1712883299,\n \"SelfDepend\": 2,\n \"ProjectId\": \"1\",\n \"ExecutionEndTime\": \"\",\n \"TaskAction\": \"\",\n \"DelayTime\": 0,\n \"DependencyWorkflow\": \"no\",\n \"StartTime\": \"2022-03-03 11:12:59\",\n \"ExecutionStartTime\": \"\",\n \"EndTime\": \"2022-09-03 11:12:59\",\n \"CycleType\": 1,\n \"CycleStep\": 10,\n \"CrontabExpression\": \"\"\n}",
1917
1933
  "output": "{\n \"Response\": {\n \"RequestId\": \"c20f7fea-d73f-44cd-94a5-1d9f884df5cf\",\n \"Data\": {\n \"Running\": 0,\n \"Success\": 0,\n \"Failed\": 0,\n \"Total\": 0\n }\n }\n}",
1918
1934
  "title": "更新工作流调度范例2"
1919
1935
  }
@@ -1926,6 +1942,14 @@
1926
1942
  "title": "编排空间-工作流-移动任务到工作流文件夹示例"
1927
1943
  }
1928
1944
  ],
1945
+ "RegisterDsEvent": [
1946
+ {
1947
+ "document": "新建事件",
1948
+ "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}",
1949
+ "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}",
1950
+ "title": "注册事件(新建事件)"
1951
+ }
1952
+ ],
1929
1953
  "RegisterEvent": [
1930
1954
  {
1931
1955
  "document": "注册事件",
@@ -1956,6 +1980,14 @@
1956
1980
  "title": "工作流不存在"
1957
1981
  }
1958
1982
  ],
1983
+ "RenewWorkflowOwnerDs": [
1984
+ {
1985
+ "document": "demo",
1986
+ "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}",
1987
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Failed\": 0,\n \"Success\": 1,\n \"Total\": 1\n },\n \"RequestId\": \"6bedbc71-7c98-4223-a4b9-f43a072be9ec\"\n }\n}",
1988
+ "title": "示例1"
1989
+ }
1990
+ ],
1959
1991
  "RenewWorkflowSchedulerInfoDs": [
1960
1992
  {
1961
1993
  "document": "demo",
@@ -2071,7 +2103,7 @@
2071
2103
  "SubmitWorkflow": [
2072
2104
  {
2073
2105
  "document": "提交工作流",
2074
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitWorkflow\n<公共请求参数>\n\n{\n \"StartScheduling\": \"true\",\n \"WorkflowId\": \"9e993c1d-0cd9-11ed-8e105ba60\",\n \"VersionRemark\": \"aa\",\n \"ProjectId\": \"1\"\n}",
2106
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitWorkflow\n<公共请求参数>\n\n{\n \"StartScheduling\": true,\n \"WorkflowId\": \"9e993c1d-0cd9-11ed-8e105ba60\",\n \"VersionRemark\": \"v1\",\n \"ProjectId\": \"1\"\n}",
2075
2107
  "output": "{\n \"Response\": {\n \"Data\": {\n \"TaskIds\": [\n \"20230629153735945\",\n \"20230629153757617\",\n \"20230703141549308\"\n ],\n \"Result\": true,\n \"ErrorDesc\": null,\n \"ErrorId\": null\n },\n \"RequestId\": \"1c56c530-b6c9-4976-afd4-3b96fa2bd6bd\"\n }\n}",
2076
2108
  "title": "提交工作流范例"
2077
2109
  }
@@ -2146,6 +2178,14 @@
2146
2178
  "title": "成功示例"
2147
2179
  }
2148
2180
  ],
2181
+ "UpdateWorkflowInfo": [
2182
+ {
2183
+ "document": "更新工作流通用配置(基本信息 & 参数)",
2184
+ "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}",
2185
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"947beddf-ecac-472e-8727-fba35e8cb96e\"\n }\n}",
2186
+ "title": "工作流更新整合接口"
2187
+ }
2188
+ ],
2149
2189
  "UpdateWorkflowOwner": [
2150
2190
  {
2151
2191
  "document": "修改工作流责任人",