tccli 3.0.1287.1__py2.py3-none-any.whl → 3.0.1289.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 (77) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/plugins/sso/__init__.py +11 -1
  3. tccli/plugins/sso/login.py +3 -3
  4. tccli/services/asr/v20190614/api.json +6 -6
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bi/v20220105/api.json +43 -0
  7. tccli/services/billing/v20180709/api.json +564 -504
  8. tccli/services/captcha/v20190722/api.json +79 -77
  9. tccli/services/cdc/v20201214/api.json +16 -16
  10. tccli/services/cdwpg/v20201230/api.json +5 -5
  11. tccli/services/cdwpg/v20201230/examples.json +6 -6
  12. tccli/services/cdz/v20221123/api.json +4 -4
  13. tccli/services/cfg/v20210820/api.json +197 -197
  14. tccli/services/cfg/v20210820/examples.json +1 -1
  15. tccli/services/cfs/v20190719/api.json +1 -1
  16. tccli/services/clb/v20180317/api.json +2 -2
  17. tccli/services/cvm/cvm_client.py +53 -0
  18. tccli/services/cvm/v20170312/api.json +110 -5
  19. tccli/services/cvm/v20170312/examples.json +8 -0
  20. tccli/services/cwp/v20180228/api.json +102 -24
  21. tccli/services/dbbrain/dbbrain_client.py +383 -12
  22. tccli/services/dbbrain/v20210527/api.json +884 -101
  23. tccli/services/dbbrain/v20210527/examples.json +56 -0
  24. tccli/services/domain/v20180808/api.json +52 -32
  25. tccli/services/dts/v20180330/api.json +34 -34
  26. tccli/services/dts/v20180330/examples.json +1 -1
  27. tccli/services/dts/v20211206/api.json +225 -223
  28. tccli/services/dts/v20211206/examples.json +2 -2
  29. tccli/services/ess/v20201111/api.json +53 -2
  30. tccli/services/essbasic/v20210526/api.json +54 -3
  31. tccli/services/hunyuan/v20230901/api.json +45 -12
  32. tccli/services/iotexplorer/iotexplorer_client.py +159 -0
  33. tccli/services/iotexplorer/v20190423/api.json +561 -0
  34. tccli/services/iotexplorer/v20190423/examples.json +24 -0
  35. tccli/services/iotvideo/iotvideo_client.py +106 -0
  36. tccli/services/iotvideo/v20211125/api.json +105 -0
  37. tccli/services/iotvideo/v20211125/examples.json +16 -0
  38. tccli/services/lighthouse/v20200324/api.json +46 -46
  39. tccli/services/lighthouse/v20200324/examples.json +2 -2
  40. tccli/services/lke/v20231130/api.json +6 -6
  41. tccli/services/lke/v20231130/examples.json +1 -1
  42. tccli/services/lkeap/v20240522/api.json +2 -2
  43. tccli/services/mariadb/v20170312/api.json +30 -30
  44. tccli/services/mongodb/v20190725/api.json +3 -3
  45. tccli/services/mps/v20190612/api.json +88 -6
  46. tccli/services/mqtt/v20240516/api.json +3 -3
  47. tccli/services/mqtt/v20240516/examples.json +5 -11
  48. tccli/services/organization/v20210331/api.json +113 -113
  49. tccli/services/redis/v20180412/api.json +4 -4
  50. tccli/services/ses/v20201002/api.json +1 -1
  51. tccli/services/svp/v20240125/api.json +1 -1
  52. tccli/services/tat/v20201028/api.json +7 -7
  53. tccli/services/tcb/v20180608/api.json +236 -235
  54. tccli/services/tcb/v20180608/examples.json +1 -7
  55. tccli/services/tdmq/v20200217/api.json +231 -221
  56. tccli/services/teo/v20220901/api.json +670 -12
  57. tccli/services/teo/v20220901/examples.json +21 -3
  58. tccli/services/tione/v20211111/api.json +64 -6
  59. tccli/services/trocket/trocket_client.py +53 -0
  60. tccli/services/trocket/v20230308/api.json +61 -0
  61. tccli/services/trocket/v20230308/examples.json +8 -0
  62. tccli/services/trro/trro_client.py +53 -0
  63. tccli/services/trro/v20220325/api.json +70 -0
  64. tccli/services/trro/v20220325/examples.json +8 -0
  65. tccli/services/vdb/v20230616/api.json +31 -2
  66. tccli/services/vdb/v20230616/examples.json +8 -2
  67. tccli/services/vrs/v20200824/api.json +14 -2
  68. tccli/services/vrs/v20200824/examples.json +1 -1
  69. tccli/services/waf/v20180125/api.json +225 -0
  70. tccli/services/waf/v20180125/examples.json +24 -0
  71. tccli/services/waf/waf_client.py +159 -0
  72. tccli/services/wedata/v20210820/api.json +48 -0
  73. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/METADATA +2 -2
  74. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/RECORD +77 -77
  75. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/WHEEL +0 -0
  76. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/entry_points.txt +0 -0
  77. {tccli-3.0.1287.1.dist-info → tccli-3.0.1289.1.dist-info}/license_files/LICENSE +0 -0
@@ -603,7 +603,7 @@
603
603
  {
604
604
  "disabled": false,
605
605
  "document": "集群密码",
606
- "example": "",
606
+ "example": "\"cdw1234\"",
607
607
  "member": "string",
608
608
  "name": "AdminPassword",
609
609
  "required": true,
@@ -645,7 +645,7 @@
645
645
  {
646
646
  "disabled": false,
647
647
  "document": "流程ID\n注意:此字段可能返回 null,表示取不到有效值。",
648
- "example": "123",
648
+ "example": "1123",
649
649
  "member": "string",
650
650
  "name": "FlowId",
651
651
  "output_required": true,
@@ -665,7 +665,7 @@
665
665
  {
666
666
  "disabled": false,
667
667
  "document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
668
- "example": "xxx",
668
+ "example": "message",
669
669
  "member": "string",
670
670
  "name": "ErrorMsg",
671
671
  "output_required": true,
@@ -988,7 +988,7 @@
988
988
  "members": [
989
989
  {
990
990
  "disabled": false,
991
- "document": "1",
991
+ "document": "集群描述信息",
992
992
  "example": "无",
993
993
  "member": "SimpleInstanceInfo",
994
994
  "name": "SimpleInstanceInfo",
@@ -998,7 +998,7 @@
998
998
  },
999
999
  {
1000
1000
  "disabled": false,
1001
- "document": "1",
1001
+ "document": "错误信息",
1002
1002
  "example": "无",
1003
1003
  "member": "string",
1004
1004
  "name": "ErrorMsg",
@@ -3,8 +3,8 @@
3
3
  "CreateInstanceByApi": [
4
4
  {
5
5
  "document": "创建集群",
6
- "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstanceByApi\n<公共请求参数>\n\n{\n \"InstanceName\": \"abc\",\n \"Zone\": \"abc\",\n \"UserVPCId\": \"abc\",\n \"UserSubnetId\": \"abc\",\n \"ChargeProperties\": {\n \"PayMode\": 0,\n \"RenewFlag\": 0,\n \"TimeSpan\": 0,\n \"TimeUnit\": \"abc\",\n \"ChargeType\": \"abc\"\n },\n \"AdminPassword\": \"abc\",\n \"Tags\": {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n },\n \"Resources\": [\n {\n \"SpecName\": \"abc\",\n \"Count\": 0,\n \"DiskSpec\": {\n \"DiskType\": \"abc\",\n \"DiskSize\": 0,\n \"DiskCount\": 0\n },\n \"Type\": \"abc\"\n }\n ]\n}",
7
- "output": "{\n \"Response\": {\n \"FlowId\": \"abc\",\n \"InstanceId\": \"abc\",\n \"ErrorMsg\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
6
+ "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstanceByApi\n<公共请求参数>\n\n{\n \"InstanceName\": \"cdwpg_test001\",\n \"Zone\": \"na-ashburn-1\",\n \"UserVPCId\": \"vpc-65mchhgn\",\n \"UserSubnetId\": \"subnet-3b7g4en2\",\n \"AdminPassword\": \"cloud_12345\",\n \"ChargeProperties\": {\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"RenewFlag\": 0,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"h\"\n },\n \"Resources\": [\n {\n \"Count\": 2,\n \"DiskSpec\": {\n \"DiskCount\": 1,\n \"DiskSize\": 200,\n \"DiskType\": \"CLOUD_HSSD\"\n },\n \"SpecName\": \"S_4_16_H_CN\",\n \"Type\": \"cn\"\n },\n {\n \"Type\": \"dn\",\n \"SpecName\": \"S_4_16_H\",\n \"Count\": 2,\n \"DiskSpec\": {\n \"DiskType\": \"CLOUD_HSSD\",\n \"DiskSize\": 20,\n \"DiskCount\": 10\n }\n }\n ]\n}",
7
+ "output": "{\n \"Response\": {\n \"FlowId\": \"1125\",\n \"InstanceId\": \"cdwpg-fdergdabc\",\n \"ErrorMsg\": \"\",\n \"RequestId\": \"abc-sssscdddd\"\n }\n}",
8
8
  "title": "创建集群"
9
9
  }
10
10
  ],
@@ -51,8 +51,8 @@
51
51
  "DescribeInstanceInfo": [
52
52
  {
53
53
  "document": "查询集群信息",
54
- "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceInfo\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-abc\"\n}",
55
- "output": "{\n \"Response\": {\n \"SimpleInstanceInfo\": {\n \"ID\": 0,\n \"InstanceId\": \"cdwpg-abc\",\n \"InstanceName\": \"test-abc\",\n \"Version\": \"3.16.4.8\",\n \"Region\": \"ap-beijing\",\n \"Zone\": \"ap-beijing-6\",\n \"UserVPCID\": \"abdc\",\n \"UserSubnetID\": \"abdc\",\n \"CreateTime\": \"2012-12-12 12:12:12\",\n \"ExpireTime\": \"2012-12-12 13:12:12\",\n \"AccessInfo\": \"--\",\n \"RenewFlag\": 0,\n \"ChargeProperties\": {\n \"PayMode\": 0,\n \"RenewFlag\": 0,\n \"TimeSpan\": 0,\n \"TimeUnit\": \"--\",\n \"ChargeType\": \"--\"\n },\n \"Resources\": [\n {\n \"SpecName\": \"s4\",\n \"Count\": 0,\n \"DiskSpec\": {\n \"DiskType\": \"local\",\n \"DiskSize\": 0,\n \"DiskCount\": 0\n },\n \"Type\": \"dn\"\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"gd\",\n \"TagValue\": \"fd\"\n }\n ],\n \"Status\": 0\n },\n \"ErrorMsg\": \"\",\n \"RequestId\": \"abcss\"\n }\n}",
54
+ "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceInfo\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-4dwmcu5n\"\n}",
55
+ "output": "{\n \"Response\": {\n \"ErrorMsg\": \"\",\n \"RequestId\": \"94e9f7c9-8431-45b4-9167-1d2a648d3d07\",\n \"SimpleInstanceInfo\": {\n \"AccessInfo\": \"192.168.22.104:9000\",\n \"ChargeProperties\": {\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"RenewFlag\": 0,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"h\"\n },\n \"CreateTime\": \"2025-03-03 14:25:01\",\n \"ExpireTime\": \"0000.00.00 00:00:00\",\n \"ID\": 595,\n \"InstanceId\": \"cdwpg-4dwmcu5n\",\n \"InstanceName\": \"cdwpg_test100\",\n \"Region\": \"eu-frankfurt\",\n \"RenewFlag\": 0,\n \"Resources\": [\n {\n \"Count\": 2,\n \"DiskSpec\": {\n \"DiskCount\": 10,\n \"DiskSize\": 20,\n \"DiskType\": \"CLOUD_HSSD\"\n },\n \"SpecName\": \"S_4_16_H_CN\",\n \"Type\": \"cn\"\n },\n {\n \"Count\": 2,\n \"DiskSpec\": {\n \"DiskCount\": 10,\n \"DiskSize\": 20,\n \"DiskType\": \"CLOUD_HSSD\"\n },\n \"SpecName\": \"S_4_16_H\",\n \"Type\": \"dn\"\n }\n ],\n \"Status\": 2,\n \"Tags\": [],\n \"UserSubnetID\": \"subnet-d05spb5o\",\n \"UserVPCID\": \"vpc-5wsen2rn\",\n \"Version\": \"3.16.9.3\",\n \"Zone\": \"eu-frankfurt-1\"\n }\n }\n}",
56
56
  "title": "查询集群信息"
57
57
  }
58
58
  ],
@@ -123,7 +123,7 @@
123
123
  "DestroyInstanceByApi": [
124
124
  {
125
125
  "document": "销毁集群",
126
- "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyInstanceByApi\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-abc\"\n}",
126
+ "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyInstanceByApi\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-abcdsds\"\n}",
127
127
  "output": "{\n \"Response\": {\n \"FlowId\": \"1254\",\n \"ErrorMsg\": \"\",\n \"RequestId\": \"afsbc\"\n }\n}",
128
128
  "title": "销毁集群"
129
129
  }
@@ -139,7 +139,7 @@
139
139
  "ModifyInstance": [
140
140
  {
141
141
  "document": "用户修改实例名称",
142
- "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwch-12345678\",\n \"InstanceName\": \"cdwch-test\"\n}",
142
+ "input": "POST / HTTP/1.1\nHost: cdwpg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwpg-fdgytddr\",\n \"InstanceName\": \"cdwpg-test\"\n}",
143
143
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxxx-xxxx\"\n }\n}",
144
144
  "title": "修改实例信息"
145
145
  }
@@ -27,23 +27,23 @@
27
27
  "members": [
28
28
  {
29
29
  "disabled": false,
30
- "document": "Host的唯一标识uuid\n注意:此字段可能返回 null,表示取不到有效值。",
30
+ "document": "Host的唯一标识uuid",
31
31
  "example": "xxxxx-xxxxx-xxxxx",
32
32
  "member": "string",
33
33
  "name": "HostUuid",
34
34
  "output_required": false,
35
35
  "type": "string",
36
- "value_allowed_null": true
36
+ "value_allowed_null": false
37
37
  },
38
38
  {
39
39
  "disabled": false,
40
- "document": "实例名称数组\n注意:此字段可能返回 null,表示取不到有效值。",
40
+ "document": "实例名称数组",
41
41
  "example": "['ins-xxxxxxxx']",
42
42
  "member": "string",
43
43
  "name": "InstancesInfo",
44
44
  "output_required": false,
45
45
  "type": "list",
46
- "value_allowed_null": true
46
+ "value_allowed_null": false
47
47
  }
48
48
  ],
49
49
  "usage": "out"