tccli 3.0.1282.1__py2.py3-none-any.whl → 3.0.1284.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 (76) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/acp/v20220105/api.json +23 -23
  3. tccli/services/acp/v20220105/examples.json +2 -8
  4. tccli/services/advisor/v20200721/api.json +4 -2
  5. tccli/services/antiddos/v20200309/api.json +1 -1
  6. tccli/services/apm/v20210622/api.json +1 -1
  7. tccli/services/cdn/v20180606/api.json +4 -2
  8. tccli/services/cdwch/v20200915/api.json +3 -3
  9. tccli/services/cdwch/v20200915/examples.json +1 -1
  10. tccli/services/cdwdoris/v20211228/api.json +18 -0
  11. tccli/services/cfg/v20210820/api.json +5 -5
  12. tccli/services/chdfs/v20201112/api.json +12 -12
  13. tccli/services/clb/v20180317/api.json +20 -2
  14. tccli/services/cynosdb/v20190107/api.json +10 -0
  15. tccli/services/dbbrain/v20191016/api.json +17 -17
  16. tccli/services/dbbrain/v20210527/api.json +22 -22
  17. tccli/services/dcdb/v20180411/api.json +14 -4
  18. tccli/services/dcdb/v20180411/examples.json +1 -1
  19. tccli/services/dlc/v20210125/api.json +128 -56
  20. tccli/services/dlc/v20210125/examples.json +3 -3
  21. tccli/services/domain/v20180808/api.json +3 -3
  22. tccli/services/dts/v20180330/api.json +16 -16
  23. tccli/services/dts/v20211206/api.json +493 -488
  24. tccli/services/es/v20180416/api.json +3 -3
  25. tccli/services/es/v20180416/examples.json +1 -1
  26. tccli/services/ess/ess_client.py +53 -0
  27. tccli/services/ess/v20201111/api.json +122 -1
  28. tccli/services/ess/v20201111/examples.json +26 -0
  29. tccli/services/essbasic/essbasic_client.py +57 -4
  30. tccli/services/essbasic/v20210526/api.json +163 -0
  31. tccli/services/essbasic/v20210526/examples.json +26 -0
  32. tccli/services/goosefs/v20220519/api.json +26 -24
  33. tccli/services/goosefs/v20220519/examples.json +2 -2
  34. tccli/services/lke/v20231130/api.json +8 -8
  35. tccli/services/lke/v20231130/examples.json +1 -1
  36. tccli/services/lowcode/v20210108/api.json +165 -165
  37. tccli/services/lowcode/v20210108/examples.json +5 -5
  38. tccli/services/mariadb/v20170312/api.json +12 -2
  39. tccli/services/mariadb/v20170312/examples.json +4 -4
  40. tccli/services/mongodb/v20190725/api.json +2 -2
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/api.json +7 -7
  43. tccli/services/monitor/v20180724/examples.json +2 -2
  44. tccli/services/mqtt/mqtt_client.py +106 -0
  45. tccli/services/mqtt/v20240516/api.json +511 -213
  46. tccli/services/mqtt/v20240516/examples.json +21 -5
  47. tccli/services/oceanus/v20190422/api.json +43 -4
  48. tccli/services/ocr/v20181119/api.json +2 -2
  49. tccli/services/ocr/v20181119/examples.json +2 -2
  50. tccli/services/organization/organization_client.py +53 -0
  51. tccli/services/organization/v20210331/api.json +61 -0
  52. tccli/services/organization/v20210331/examples.json +8 -0
  53. tccli/services/redis/v20180412/api.json +11 -2
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/rum/v20210622/api.json +2 -2
  56. tccli/services/scf/v20180416/api.json +40 -0
  57. tccli/services/tdmq/tdmq_client.py +4 -57
  58. tccli/services/tdmq/v20200217/api.json +118 -212
  59. tccli/services/tdmq/v20200217/examples.json +0 -8
  60. tccli/services/tds/v20220801/api.json +2 -2
  61. tccli/services/tione/v20211111/api.json +41 -1
  62. tccli/services/tse/v20201207/api.json +207 -104
  63. tccli/services/vclm/v20240523/api.json +20 -2
  64. tccli/services/vdb/v20230616/api.json +62 -62
  65. tccli/services/vdb/v20230616/examples.json +2 -2
  66. tccli/services/waf/v20180125/api.json +143 -0
  67. tccli/services/waf/v20180125/examples.json +16 -0
  68. tccli/services/waf/waf_client.py +106 -0
  69. tccli/services/wedata/v20210820/api.json +965 -133
  70. tccli/services/wedata/v20210820/examples.json +24 -8
  71. tccli/services/wedata/wedata_client.py +106 -0
  72. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/METADATA +2 -2
  73. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/RECORD +76 -76
  74. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/WHEEL +0 -0
  75. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/entry_points.txt +0 -0
  76. {tccli-3.0.1282.1.dist-info → tccli-3.0.1284.1.dist-info}/license_files/LICENSE +0 -0
@@ -589,8 +589,8 @@
589
589
  "DescribeColumnLineage": [
590
590
  {
591
591
  "document": "列出表血缘信息",
592
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeColumnLineage\n<公共请求参数>\n\n{\n \"Direction\": \"xx\",\n \"InputDepth\": 0,\n \"ExtParams\": [\n {\n \"Name\": \"xx\",\n \"Value\": \"xx\"\n }\n ],\n \"OutputDepth\": 0,\n \"IgnoreTemp\": true,\n \"Data\": {\n \"ParentId\": \"xx\",\n \"Params\": \"xx\",\n \"MetastoreType\": \"xx\",\n \"RelationParams\": \"xx\",\n \"QualifiedName\": \"xx\",\n \"Description\": \"xx\",\n \"TableName\": \"xx\",\n \"ColumnNameCn\": \"xx\",\n \"ParentSet\": \"xx\",\n \"ChildSet\": \"xx\",\n \"ColumnType\": \"xx\",\n \"UpStreamCount\": 0,\n \"PrefixPath\": \"xx\",\n \"DatasourceId\": \"xx\",\n \"ModifyTime\": \"xx\",\n \"MetastoreTypeName\": \"xx\",\n \"Tasks\": [\n \"xx\"\n ],\n \"DownStreamCount\": 0,\n \"ExtParams\": [\n {\n \"Name\": \"xx\",\n \"Value\": \"xx\"\n }\n ],\n \"Id\": \"xx\",\n \"ColumnName\": \"xx\",\n \"TableId\": \"xx\",\n \"CreateTime\": \"xx\"\n }\n}",
593
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"ColumnAggregationLineage\": {\n \"ChildSet\": \"xx\",\n \"ParentSet\": \"xx\",\n \"ParentId\": \"xx\",\n \"TableName\": \"xx\",\n \"MetastoreType\": \"xx\",\n \"ColumnInfoSet\": [\n {\n \"QualifiedName\": \"xx\",\n \"Tasks\": [\n \"xx\"\n ],\n \"ColumnType\": \"xx\",\n \"Description\": \"xx\",\n \"DownStreamCount\": 0,\n \"UpStreamCount\": 0,\n \"CreateTime\": \"xx\",\n \"ColumnName\": \"xx\",\n \"PrefixPath\": \"xx\",\n \"Params\": \"xx\",\n \"ModifyTime\": \"xx\",\n \"RelationParams\": \"xx\",\n \"ColumnNameCn\": \"xx\",\n \"Id\": \"xx\",\n \"DatasourceId\": \"xx\"\n }\n ]\n }\n }\n}",
592
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeColumnLineage\n<公共请求参数>\n\n{\n \"Direction\": \"BOTH\",\n \"Data\": {\n \"Id\": \"12395550416\",\n \"ColumnType\": \"INT\",\n \"ColumnName\": \"col_a1\",\n \"ColumnNameCn\": \"\",\n \"Description\": \"\",\n \"DatasourceId\": \"-\",\n \"QualifiedName\": \"-\",\n \"TableName\": \"0210_biao1\",\n \"DownStreamCount\": 0,\n \"UpStreamCount\": 0,\n \"TableId\": \"JqDviGd3SJKP1Dzlaabbcc\",\n \"ExtParams\": [\n {\n \"Value\": \"00000000-0000-0000-0000-000000000000\",\n \"Name\": \"nodeid\"\n },\n {\n \"Value\": \"true\",\n \"Name\": \"flag\"\n }\n ]\n },\n \"IgnoreTemp\": true\n}",
593
+ "output": "{\n \"Response\": {\n \"ColumnAggregationLineage\": {\n \"ChildSet\": null,\n \"ColumnInfoSet\": [\n {\n \"ColumnName\": \"a\",\n \"ColumnNameCn\": \"\",\n \"ColumnType\": \"\",\n \"CreateTime\": \"\",\n \"DatasourceId\": \"\",\n \"Description\": \"\",\n \"DownStreamCount\": 0,\n \"Id\": null,\n \"ModifyTime\": \"\",\n \"Params\": \"\",\n \"PrefixPath\": \"\",\n \"QualifiedName\": null,\n \"RelationParams\": \"\",\n \"Tasks\": [],\n \"UpStreamCount\": 0\n }\n ],\n \"MetastoreType\": null,\n \"ParentId\": \"-\",\n \"ParentSet\": null,\n \"TableName\": \"0210_biao1\"\n },\n \"RequestId\": \"08e65bec-dbd8-4dde-b682-6734b5137557\"\n }\n}",
594
594
  "title": "列出表血缘信息"
595
595
  }
596
596
  ],
@@ -1112,6 +1112,22 @@
1112
1112
  "title": "实时任务同步速度趋势"
1113
1113
  }
1114
1114
  ],
1115
+ "DescribeReportTaskDetail": [
1116
+ {
1117
+ "document": "成功调用",
1118
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReportTaskDetail\n<公共请求参数>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"EngineTaskId\": \"fd04099ecc1611ef9abe525400eda0b2\"\n}",
1119
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"BusinessInfo\": null,\n \"EngineExeEndTime\": \"2025-01-06 18:14:18\",\n \"EngineExeStartTime\": \"2025-01-06 18:14:17\",\n \"EngineExeStatus\": null,\n \"EngineTaskId\": \"fd04099ecc1611ef9abe525400eda0b2\",\n \"EngineTaskInfo\": {\n \"CmdArgs\": \"\",\n \"CuConsume\": null,\n \"EngineExeStatus\": null,\n \"EngineExeTime\": null,\n \"EngineExeTimes\": null,\n \"EngineName\": \"DLC_Standard_Presto\",\n \"EngineSubmitTime\": null,\n \"InputBytesSum\": null,\n \"OutputBytesSum\": null,\n \"OutputFilesNum\": null,\n \"OutputRecordsSum\": null,\n \"OutputSmallFilesNum\": null,\n \"QueryResultTime\": null,\n \"ResourceUsage\": -1,\n \"ShuffleReadBytesSum\": null,\n \"ShuffleReadRecordsSum\": null,\n \"TaskContent\": \"SELECT id\\nFROM \\\"DataLakeCatalog\\\".\\\"a0a0a\\\".\\\"kuantest1\\\"\\nlimit 10\",\n \"TaskKind\": \"KyuubiSQLTask\",\n \"TaskType\": \"StandardPrestoSQLTask\",\n \"WaitTime\": null\n },\n \"TaskTypeId\": null\n },\n \"RequestId\": \"92c0c30f-286f-4a8c-a167-a5f22df82ae8\"\n }\n}",
1120
+ "title": "成功调用"
1121
+ }
1122
+ ],
1123
+ "DescribeReportTaskList": [
1124
+ {
1125
+ "document": "正常调用",
1126
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReportTaskList\n<公共请求参数>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"EngineTaskId\": \"4dfedddfcc1611efa2b9525400942df5\"\n}",
1127
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Rows\": [\n {\n \"AppID\": \"1315051789\",\n \"EngineExeEndTime\": \"2025-01-06 18:09:25\",\n \"EngineExeStartTime\": \"2025-01-06 18:09:24\",\n \"EngineExeStatus\": \"SUCCESS\",\n \"EngineExeUser\": null,\n \"EngineName\": \"DLC_Standard_Presto\",\n \"EngineSubType\": \"DLC_Standard_Presto\",\n \"EngineTaskId\": \"4dfedddfcc1611efa2b9525400942df5\",\n \"EngineType\": \"DLC\",\n \"InChargeId\": null,\n \"InstanceId\": \"ffda85b9-5258-477c-a965-380b3d4d3f64\",\n \"JobId\": \"a93d192c-96f0-487e-9a81-7e7b964d22ef\",\n \"OnwerUid\": null,\n \"ProductSource\": \"DATA_EXPLORATION\",\n \"ProjectId\": \"1460947878944567296\",\n \"TaskId\": null,\n \"TaskName\": null,\n \"TaskTypeId\": null\n }\n ],\n \"TotalCount\": 1,\n \"TotalPageNumber\": 1\n },\n \"RequestId\": \"cf410329-1b40-46cb-91ea-8d6d970c819b\"\n }\n}",
1128
+ "title": "正常调用"
1129
+ }
1130
+ ],
1115
1131
  "DescribeResourceManagePathTrees": [
1116
1132
  {
1117
1133
  "document": "",
@@ -1337,15 +1353,15 @@
1337
1353
  "DescribeTableLineage": [
1338
1354
  {
1339
1355
  "document": "表血缘信息",
1340
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTableLineage\n<公共请求参数>\n\n{\n \"Direction\": \"INPUT\",\n \"InputDepth\": 1,\n \"OutputDepth\": 1,\n \"Data\": {\n \"TableId\": \"nCG0n7zjR7-N-EbAAi8Ruw\",\n \"MetastoreType\": \"HIVE\",\n \"PrefixPath\": \"\"\n },\n \"IgnoreTemp\": true\n}",
1341
- "output": "{\n \"Response\": {\n \"RequestId\": \"cea6a2ea-a841-43ae-883a-805a58dc53d3\",\n \"TableLineage\": {\n \"ChildSet\": \"[]\",\n \"CreateTime\": \"\",\n \"DatasourceId\": \"\",\n \"Description\": \"\",\n \"DownStreamCount\": 0,\n \"ExtParams\": [],\n \"Id\": null,\n \"MetastoreType\": null,\n \"MetastoreTypeName\": null,\n \"ModifyTime\": \"\",\n \"Params\": [],\n \"ParentSet\": \"[]\",\n \"PrefixPath\": \"\",\n \"ProjectId\": null,\n \"QualifiedName\": null,\n \"TableId\": \"nCG0n7zjR7-N-EbAAi8Ruw\",\n \"TableName\": \"student\",\n \"Tasks\": [],\n \"UpStreamCount\": 0\n }\n }\n}",
1356
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTableLineage\n<公共请求参数>\n\n{\n \"Direction\": \"INPUT\",\n \"Data\": {\n \"MetastoreType\": \"HIVE\",\n \"PrefixPath\": \"\",\n \"TableId\": \"JqDviGd3SJKP1DzlUbbccdd\"\n },\n \"IgnoreTemp\": true,\n \"InputDepth\": 1,\n \"OutputDepth\": 1\n}",
1357
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e269b107-113c-4e21-a268-75da4abbf9a4\",\n \"TableLineage\": {\n \"ChannelType\": null,\n \"ChildSet\": null,\n \"CreateTime\": \"\",\n \"DatabaseId\": \"1-zla91ZRLOUNMC9aabbcc\",\n \"DatabaseName\": \"box\",\n \"DatasourceId\": \"9323\",\n \"DatasourceName\": \"hive_emr-cvdaabbcc\",\n \"Description\": \"\",\n \"DisplayType\": null,\n \"DownStreamCount\": 0,\n \"ExtParams\": [],\n \"Id\": null,\n \"MetastoreType\": null,\n \"MetastoreTypeName\": null,\n \"ModifyTime\": \"\",\n \"Params\": [],\n \"ParentSet\": null,\n \"PrefixPath\": \"\",\n \"ProjectId\": null,\n \"QualifiedName\": null,\n \"TableId\": \"JqDviGd3SJKP1DzlUXaabbcc\",\n \"TableName\": \"0210_biao1\",\n \"TableType\": null,\n \"Tasks\": [],\n \"UpStreamCount\": 0\n }\n }\n}",
1342
1358
  "title": "表血缘信息"
1343
1359
  },
1344
1360
  {
1345
- "document": "列出表血缘信息",
1346
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTableLineage\n<公共请求参数>\n\n{\n \"Direction\": \"abc\",\n \"InputDepth\": 0,\n \"OutputDepth\": 0,\n \"ExtParams\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Data\": {\n \"ProjectId\": \"abc\",\n \"DatasourceId\": \"abc\",\n \"TableId\": \"abc\",\n \"Params\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"ParentSet\": \"abc\",\n \"ChildSet\": \"abc\",\n \"ExtParams\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"MetastoreType\": \"abc\",\n \"MetastoreTypeName\": \"abc\",\n \"TableName\": \"abc\",\n \"QualifiedName\": \"abc\",\n \"DownStreamCount\": 0,\n \"UpStreamCount\": 0,\n \"Description\": \"abc\",\n \"PrefixPath\": \"abc\",\n \"CreateTime\": \"abc\",\n \"ModifyTime\": \"abc\",\n \"Tasks\": [\n \"abc\"\n ]\n },\n \"IgnoreTemp\": true,\n \"RecursiveSecond\": true\n}",
1347
- "output": "{\n \"Response\": {\n \"TableLineage\": {\n \"ProjectId\": \"abc\",\n \"DatasourceId\": \"abc\",\n \"TableId\": \"abc\",\n \"Params\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"ParentSet\": \"abc\",\n \"ChildSet\": \"abc\",\n \"ExtParams\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Id\": \"abc\",\n \"MetastoreType\": \"abc\",\n \"MetastoreTypeName\": \"abc\",\n \"TableName\": \"abc\",\n \"QualifiedName\": \"abc\",\n \"DownStreamCount\": 0,\n \"UpStreamCount\": 0,\n \"Description\": \"abc\",\n \"PrefixPath\": \"abc\",\n \"CreateTime\": \"abc\",\n \"ModifyTime\": \"abc\",\n \"Tasks\": [\n \"abc\"\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
1348
- "title": "列出表血缘信息"
1361
+ "document": "表血缘信息2",
1362
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTableLineage\n<公共请求参数>\n\n{\n \"Direction\": \"OUTPUT\",\n \"InputDepth\": 1,\n \"OutputDepth\": 1,\n \"Data\": {\n \"MetastoreType\": \"HIVE\",\n \"PrefixPath\": \"\",\n \"TableId\": \"Qvkit5nqSYqTmn3IAQrpYQ\"\n },\n \"IgnoreTemp\": true\n}",
1363
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ca391b2a-be9d-4412-a699-98ecd6479a06\",\n \"TableLineage\": {\n \"ChannelType\": null,\n \"ChildSet\": \"[{\\\"ProjectId\\\":\\\"180589\\\",\\\"Params\\\":[],\\\"Id\\\":\\\"5be96928b52c8db567cbe90d7bac1e10\\\",\\\"MetastoreType\\\":\\\"HIVE\\\",\\\"MetastoreTypeName\\\":\\\"HIVE\\\",\\\"TableType\\\":\\\"TABLE\\\",\\\"TableName\\\":\\\"student_table_copy\\\",\\\"Guid\\\":\\\"u_bLpJpLQ06sUMCkZNhSyQ\\\",\\\"QualifiedName\\\":\\\"guldan_ods.student_table_copy\\\",\\\"DownStreamCount\\\":1,\\\"UpStreamCount\\\":1,\\\"Description\\\":\\\"\\\",\\\"PrefixPath\\\":\\\"f208bc03544797d08ef9d9eca39bdafb@5be96928b52c8db567cbe90d7bac1e10\\\",\\\"CreateTime\\\":\\\"2023-09-14 23:22:40\\\",\\\"ModifyTime\\\":\\\"2024-03-06 19:40:40\\\",\\\"Tasks\\\":[\\\"6202404301808319831\\\",\\\"6202404301730219946\\\",\\\"6202309150003168701\\\",\\\"6202311061201443094\\\",\\\"20230824011039676\\\",\\\"6202408030252238415\\\",\\\"6202404301807395098\\\"],\\\"SyncTasks\\\":\\\"[]\\\",\\\"ParentSet\\\":[],\\\"ChildSet\\\":[],\\\"ExtParams\\\":[{\\\"Name\\\":\\\"flag\\\",\\\"Value\\\":\\\"false\\\"},{\\\"Name\\\":\\\"nodeid\\\",\\\"Value\\\":\\\"fef4da76-c810-4fa7-b26b-b257c4c322dd\\\"}],\\\"DatasourceId\\\":\\\"43392\\\"}]\",\n \"CreateTime\": \"2023-09-14 23:22:40\",\n \"DatabaseId\": \"a2x29pNmQbysZRaTCoZaUA\",\n \"DatabaseName\": \"guldan_ods\",\n \"DatasourceId\": \"43392\",\n \"DatasourceName\": \"hive_emr-foxwi67c\",\n \"Description\": \"\",\n \"DisplayType\": null,\n \"DownStreamCount\": 1,\n \"EngineType\": null,\n \"ExtParams\": [\n {\n \"Name\": \"flag\",\n \"Value\": \"true\"\n },\n {\n \"Name\": \"nodeid\",\n \"Value\": \"dfde51fb-dd33-48a3-ab26-22ea610ba7b3\"\n }\n ],\n \"Id\": \"f208bc03544797d08ef9d9eca39bdafb\",\n \"MetastoreType\": \"HIVE\",\n \"MetastoreTypeName\": \"HIVE\",\n \"ModifyTime\": \"2024-03-06 19:40:40\",\n \"Params\": [],\n \"ParentSet\": \"\",\n \"PrefixPath\": \"f208bc03544797d08ef9d9eca39bdafb\",\n \"ProjectId\": \"180589\",\n \"QualifiedName\": \"guldan_ods.student_table\",\n \"TableId\": \"Qvkit5nqSYqTmn3IAQrpYQ\",\n \"TableName\": \"student_table\",\n \"TableType\": \"TABLE\",\n \"Tasks\": [\n \"6202404301808319831\",\n \"6202404301730219946\",\n \"6202309150003168701\",\n \"6202311061201443094\",\n \"20230824011039676\",\n \"6202408030252238415\",\n \"6202404301807395098\"\n ],\n \"UpStreamCount\": 0\n }\n }\n}",
1364
+ "title": "表血缘信息2"
1349
1365
  }
1350
1366
  ],
1351
1367
  "DescribeTableLineageInfo": [
@@ -9117,6 +9117,58 @@ def doDeleteResourceFiles(args, parsed_globals):
9117
9117
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
9118
9118
 
9119
9119
 
9120
+ def doDescribeReportTaskList(args, parsed_globals):
9121
+ g_param = parse_global_arg(parsed_globals)
9122
+
9123
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
9124
+ cred = credential.CVMRoleCredential()
9125
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
9126
+ cred = credential.STSAssumeRoleCredential(
9127
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
9128
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
9129
+ )
9130
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
9131
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
9132
+ else:
9133
+ cred = credential.Credential(
9134
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
9135
+ )
9136
+ http_profile = HttpProfile(
9137
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
9138
+ reqMethod="POST",
9139
+ endpoint=g_param[OptionsDefine.Endpoint],
9140
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
9141
+ )
9142
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
9143
+ if g_param[OptionsDefine.Language]:
9144
+ profile.language = g_param[OptionsDefine.Language]
9145
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
9146
+ client = mod.WedataClient(cred, g_param[OptionsDefine.Region], profile)
9147
+ client._sdkVersion += ("_CLI_" + __version__)
9148
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
9149
+ model = models.DescribeReportTaskListRequest()
9150
+ model.from_json_string(json.dumps(args))
9151
+ start_time = time.time()
9152
+ while True:
9153
+ rsp = client.DescribeReportTaskList(model)
9154
+ result = rsp.to_json_string()
9155
+ try:
9156
+ json_obj = json.loads(result)
9157
+ except TypeError as e:
9158
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
9159
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
9160
+ break
9161
+ cur_time = time.time()
9162
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
9163
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
9164
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
9165
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
9166
+ else:
9167
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
9168
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
9169
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
9170
+
9171
+
9120
9172
  def doSubmitWorkflow(args, parsed_globals):
9121
9173
  g_param = parse_global_arg(parsed_globals)
9122
9174
 
@@ -12445,6 +12497,58 @@ def doDescribeIntegrationStatistics(args, parsed_globals):
12445
12497
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
12446
12498
 
12447
12499
 
12500
+ def doDescribeReportTaskDetail(args, parsed_globals):
12501
+ g_param = parse_global_arg(parsed_globals)
12502
+
12503
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
12504
+ cred = credential.CVMRoleCredential()
12505
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
12506
+ cred = credential.STSAssumeRoleCredential(
12507
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
12508
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
12509
+ )
12510
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
12511
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
12512
+ else:
12513
+ cred = credential.Credential(
12514
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
12515
+ )
12516
+ http_profile = HttpProfile(
12517
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
12518
+ reqMethod="POST",
12519
+ endpoint=g_param[OptionsDefine.Endpoint],
12520
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
12521
+ )
12522
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
12523
+ if g_param[OptionsDefine.Language]:
12524
+ profile.language = g_param[OptionsDefine.Language]
12525
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
12526
+ client = mod.WedataClient(cred, g_param[OptionsDefine.Region], profile)
12527
+ client._sdkVersion += ("_CLI_" + __version__)
12528
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
12529
+ model = models.DescribeReportTaskDetailRequest()
12530
+ model.from_json_string(json.dumps(args))
12531
+ start_time = time.time()
12532
+ while True:
12533
+ rsp = client.DescribeReportTaskDetail(model)
12534
+ result = rsp.to_json_string()
12535
+ try:
12536
+ json_obj = json.loads(result)
12537
+ except TypeError as e:
12538
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
12539
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
12540
+ break
12541
+ cur_time = time.time()
12542
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
12543
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
12544
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
12545
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
12546
+ else:
12547
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
12548
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
12549
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
12550
+
12551
+
12448
12552
  def doDescribeTemplateDimCount(args, parsed_globals):
12449
12553
  g_param = parse_global_arg(parsed_globals)
12450
12554
 
@@ -12787,6 +12891,7 @@ ACTION_MAP = {
12787
12891
  "DescribeRules": doDescribeRules,
12788
12892
  "StartIntegrationTask": doStartIntegrationTask,
12789
12893
  "DeleteResourceFiles": doDeleteResourceFiles,
12894
+ "DescribeReportTaskList": doDescribeReportTaskList,
12790
12895
  "SubmitWorkflow": doSubmitWorkflow,
12791
12896
  "BatchDeleteIntegrationTasks": doBatchDeleteIntegrationTasks,
12792
12897
  "DescribeTableBasicInfo": doDescribeTableBasicInfo,
@@ -12851,6 +12956,7 @@ ACTION_MAP = {
12851
12956
  "SubmitCustomFunction": doSubmitCustomFunction,
12852
12957
  "DescribeWorkflowCanvasInfo": doDescribeWorkflowCanvasInfo,
12853
12958
  "DescribeIntegrationStatistics": doDescribeIntegrationStatistics,
12959
+ "DescribeReportTaskDetail": doDescribeReportTaskDetail,
12854
12960
  "DescribeTemplateDimCount": doDescribeTemplateDimCount,
12855
12961
  "DescribeTrendStat": doDescribeTrendStat,
12856
12962
  "DeleteDataModel": doDeleteDataModel,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1282.1
3
+ Version: 3.0.1284.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1282
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1284
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介