tccli 3.0.1291.1__py2.py3-none-any.whl → 3.0.1293.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 (78) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/v20200721/api.json +36 -36
  4. tccli/services/advisor/v20200721/examples.json +2 -2
  5. tccli/services/antiddos/antiddos_client.py +7 -113
  6. tccli/services/antiddos/v20200309/api.json +41 -401
  7. tccli/services/antiddos/v20200309/examples.json +1 -17
  8. tccli/services/apm/v20210622/api.json +44 -44
  9. tccli/services/apm/v20210622/examples.json +5 -5
  10. tccli/services/batch/v20170312/api.json +165 -165
  11. tccli/services/batch/v20170312/examples.json +1 -1
  12. tccli/services/cam/v20190116/api.json +18 -18
  13. tccli/services/cdwch/v20200915/api.json +303 -219
  14. tccli/services/cdwch/v20200915/examples.json +18 -18
  15. tccli/services/cdwpg/v20201230/api.json +135 -128
  16. tccli/services/cdwpg/v20201230/examples.json +5 -5
  17. tccli/services/chc/__init__.py +4 -0
  18. tccli/services/chc/chc_client.py +2062 -0
  19. tccli/services/chc/v20230418/api.json +5728 -0
  20. tccli/services/chc/v20230418/examples.json +293 -0
  21. tccli/services/ckafka/v20190819/api.json +1049 -1039
  22. tccli/services/ckafka/v20190819/examples.json +1 -1
  23. tccli/services/cls/v20201016/api.json +310 -310
  24. tccli/services/cls/v20201016/examples.json +1 -1
  25. tccli/services/dbbrain/dbbrain_client.py +240 -28
  26. tccli/services/dbbrain/v20191016/api.json +7 -7
  27. tccli/services/dbbrain/v20210527/api.json +487 -15
  28. tccli/services/dbbrain/v20210527/examples.json +32 -0
  29. tccli/services/domain/v20180808/api.json +2 -2
  30. tccli/services/ecdn/ecdn_client.py +7 -431
  31. tccli/services/ecdn/v20191012/api.json +0 -574
  32. tccli/services/ecdn/v20191012/examples.json +0 -64
  33. tccli/services/emr/v20190103/api.json +249 -13
  34. tccli/services/emr/v20190103/examples.json +2 -2
  35. tccli/services/ess/v20201111/api.json +12 -3
  36. tccli/services/essbasic/v20210526/api.json +9 -0
  37. tccli/services/gs/gs_client.py +1778 -29
  38. tccli/services/gs/v20191118/api.json +2618 -163
  39. tccli/services/gs/v20191118/examples.json +264 -0
  40. tccli/services/hai/v20230812/api.json +22 -22
  41. tccli/services/hunyuan/v20230901/api.json +13 -2
  42. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  43. tccli/services/iotexplorer/v20190423/api.json +72 -0
  44. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  45. tccli/services/iotvideoindustry/v20201201/api.json +75 -75
  46. tccli/services/iotvideoindustry/v20201201/examples.json +1 -1
  47. tccli/services/lke/lke_client.py +0 -53
  48. tccli/services/lke/v20231130/api.json +14 -57
  49. tccli/services/lke/v20231130/examples.json +2 -10
  50. tccli/services/lkeap/v20240522/api.json +1 -1
  51. tccli/services/memcached/v20190318/api.json +1 -1
  52. tccli/services/mmps/v20200710/api.json +12 -12
  53. tccli/services/monitor/monitor_client.py +57 -4
  54. tccli/services/monitor/v20180724/api.json +249 -0
  55. tccli/services/monitor/v20180724/examples.json +8 -0
  56. tccli/services/mqtt/v20240516/api.json +13 -13
  57. tccli/services/mqtt/v20240516/examples.json +1 -1
  58. tccli/services/redis/v20180412/api.json +2 -2
  59. tccli/services/svp/v20240125/api.json +3 -3
  60. tccli/services/svp/v20240125/examples.json +1 -1
  61. tccli/services/tchd/v20230306/api.json +5 -5
  62. tccli/services/tcr/v20190924/api.json +22 -22
  63. tccli/services/tdmq/v20200217/api.json +267 -267
  64. tccli/services/teo/teo_client.py +53 -0
  65. tccli/services/teo/v20220901/api.json +50 -7
  66. tccli/services/teo/v20220901/examples.json +8 -0
  67. tccli/services/thpc/v20220401/api.json +9 -9
  68. tccli/services/thpc/v20230321/api.json +59 -47
  69. tccli/services/tione/v20211111/api.json +40 -1
  70. tccli/services/tke/v20180525/api.json +29 -29
  71. tccli/services/vpc/v20170312/api.json +1 -1
  72. tccli/services/wedata/v20210820/api.json +227 -13
  73. tccli/services/wedata/v20210820/examples.json +2 -8
  74. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/RECORD +78 -74
  76. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/WHEEL +0 -0
  77. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/entry_points.txt +0 -0
  78. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/license_files/LICENSE +0 -0
@@ -35,8 +35,8 @@
35
35
  "DescribeErrorLog": [
36
36
  {
37
37
  "document": "查询错误日志详细信息",
38
- "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeErrorLog\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-xx\",\n \"StartTime\": \"2012-12-12 12:12:12\",\n \"EndTime\": \"2012-12-13 12:12:12\",\n \"Limit\": 0,\n \"Offset\": 0\n}",
39
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RequestId\": \"sxx\",\n \"ErrorLogDetails\": [\n {\n \"UserName\": \"cran\",\n \"ErrorMessage\": \"xdx\",\n \"ErrorTime\": \"2012-12-12 12:12:12\",\n \"Database\": \"test\"\n }\n ]\n }\n}",
38
+ "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeErrorLog\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-rzshdeh1\",\n \"StartTime\": \"2025-03-01 12:12:12\",\n \"EndTime\": \"2025-03-20 12:12:12\",\n \"Limit\": 2,\n \"Offset\": 0\n}",
39
+ "output": "{\n \"Response\": {\n \"ErrorLogDetails\": [\n {\n \"Database\": \"postgres\",\n \"ErrorMessage\": \"2025-03-20 12:12:05.850 CST [unknown] 9.0.107.9(48928) postgres tbase 347135 0ERROR: function fn_stat_get_activity(integer, integer) does not exist at character 278 2025-03-20 12:12:05.850 CST [unknown] 9.0.107.9(48928) postgres tbase 347135 0HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2025-03-20 12:12:05.850 CST [unknown] 9.0.107.9(48928) postgres tbase 347135 0STATEMENT: SELECT 100.0 * recv_buffer_used /((CAST(SUBSTRING(current_setting('fn_sh\",\n \"ErrorTime\": \"2025-03-20 12:12:05\",\n \"UserName\": \"tbase\"\n },\n {\n \"Database\": \"postgres\",\n \"ErrorMessage\": \"2025-03-20 12:12:05.533 CST [unknown] 9.0.107.24(55078) postgres tbase 347715 0ERROR: function fn_stat_get_activity(integer, integer) does not exist at character 278 2025-03-20 12:12:05.533 CST [unknown] 9.0.107.24(55078) postgres tbase 347715 0HINT: No function matches the given name and argument types. You might need to add explicit type casts. 2025-03-20 12:12:05.533 CST [unknown] 9.0.107.24(55078) postgres tbase 347715 0STATEMENT: SELECT 100.0 * recv_buffer_used /((CAST(SUBSTRING(current_setting('fn\",\n \"ErrorTime\": \"2025-03-20 12:12:05\",\n \"UserName\": \"tbase\"\n }\n ],\n \"RequestId\": \"fb6507d3-0dce-4a63-ad28-d578333e47c6\",\n \"TotalCount\": 2562\n }\n}",
40
40
  "title": "错误日志"
41
41
  }
42
42
  ],
@@ -91,8 +91,8 @@
91
91
  "DescribeSimpleInstances": [
92
92
  {
93
93
  "document": "集群列表",
94
- "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSimpleInstances\n<公共请求参数>\n\n{\n \"SearchInstanceId\": \"dabc\",\n \"SearchInstanceName\": \"dabc\",\n \"Offset\": 0,\n \"Limit\": 0,\n \"SearchTags\": [\n \"dabc\"\n ]\n}",
95
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"InstancesList\": [\n {\n \"ID\": 0,\n \"InstanceId\": \"dabc\",\n \"InstanceName\": \"dabc\",\n \"Version\": \"dabc\",\n \"Region\": \"dabc\",\n \"RegionId\": 0,\n \"RegionDesc\": \"adbc\",\n \"Zone\": \"abdc\",\n \"ZoneId\": 0,\n \"ZoneDesc\": \"abdc\",\n \"VpcId\": \"abdc\",\n \"SubnetId\": \"abdc\",\n \"CreateTime\": \"abdc\",\n \"ExpireTime\": \"abdc\",\n \"AccessInfo\": \"adbc\",\n \"PayMode\": \"abdc\",\n \"RenewFlag\": true\n }\n ],\n \"ErrorMsg\": \"\",\n \"RequestId\": \"abcdd\"\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSimpleInstances\n<公共请求参数>\n\n{}",
95
+ "output": "{\n \"Response\": {\n \"ErrorMsg\": \"\",\n \"InstancesList\": [\n {\n \"AccessInfo\": \"[{\\\"address\\\":\\\"10.0.16.19:9000\\\",\\\"protocol\\\":\\\"tcp\\\"}]\",\n \"CreateTime\": \"2025-03-19 16:37:38\",\n \"ExpireTime\": \"0000.00.00 00:00:00\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"RegionDesc\": \"ap-beijing\",\n \"Zone\": \"ap-beijing-6\",\n \"ZoneId\": 800005,\n \"ZoneDesc\": \"ap-beijing-6\",\n \"ID\": 1094,\n \"InstanceId\": \"cdwpg-rzshdeh1\",\n \"InstanceName\": \"hugogao_test\",\n \"PayMode\": \"POSTPAID_BY_HOUR\",\n \"RenewFlag\": false,\n \"SubnetId\": \"subnet-rdlodajk\",\n \"Version\": \"3.16.9.4\",\n \"VpcId\": \"vpc-1asw4o73\"\n },\n {\n \"AccessInfo\": \"[{\\\"address\\\":\\\"10.0.16.27:9000\\\",\\\"protocol\\\":\\\"tcp\\\"}]\",\n \"CreateTime\": \"2025-02-20 11:37:11\",\n \"ExpireTime\": \"0000.00.00 00:00:00\",\n \"ID\": 1089,\n \"InstanceId\": \"cdwpg-9jcyk7yp\",\n \"InstanceName\": \"demo_tim\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"RegionDesc\": \"ap-beijing\",\n \"Zone\": \"ap-beijing-6\",\n \"ZoneId\": 800005,\n \"ZoneDesc\": \"ap-beijing-6\",\n \"PayMode\": \"POSTPAID_BY_HOUR\",\n \"RenewFlag\": false,\n \"SubnetId\": \"subnet-rdlodajk\",\n \"Version\": \"3.16.9.4\",\n \"VpcId\": \"vpc-1asw4o73\"\n }\n ],\n \"RequestId\": \"ad9e5842-e932-47d1-83a0-a388ccc5c19e\",\n \"TotalCount\": 2\n }\n}",
96
96
  "title": "集群列表new"
97
97
  }
98
98
  ],
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "document": "升级记录",
110
110
  "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUpgradeList\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-xx\",\n \"Offset\": 0,\n \"Limit\": 0\n}",
111
- "output": "{\n \"Response\": {\n \"TotalCount\": \"2\",\n \"UpgradeItems\": [\n {\n \"TaskName\": \"test\",\n \"SourceVersion\": \"3.16.4.7\",\n \"TargetVersion\": \"3.16.4.8\",\n \"CreateTime\": \"2025-01-06 12:12:12\",\n \"EndTime\": \"2025-01-06 12:18:12\",\n \"Status\": \"2\",\n \"OperateUin\": \"test\"\n }\n ],\n \"RequestId\": \"ssxx\"\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"TotalCount\": \"2\",\n \"UpgradeItems\": [\n {\n \"TaskName\": \"test\",\n \"SourceVersion\": \"3.16.4.7\",\n \"TargetVersion\": \"3.16.4.8\",\n \"CreateTime\": \"2025-01-06 12:12:12\",\n \"EndTime\": \"2025-01-06 12:18:12\",\n \"Status\": \"2\",\n \"OperateUin\": \"1002132343435\"\n }\n ],\n \"RequestId\": \"ssxx\"\n }\n}",
112
112
  "title": "升级记录"
113
113
  }
114
114
  ],
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.chc.chc_client import action_caller
4
+