tccli 3.0.1341.1__py2.py3-none-any.whl → 3.0.1342.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.
- tccli/__init__.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +3 -0
- tccli/services/ams/v20201229/api.json +195 -185
- tccli/services/apm/v20210622/api.json +10 -0
- tccli/services/cdb/v20170320/api.json +15 -15
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/ctem/__init__.py +4 -0
- tccli/services/ctem/ctem_client.py +1479 -0
- tccli/services/ctem/v20231128/api.json +6138 -0
- tccli/services/ctem/v20231128/examples.json +205 -0
- tccli/services/dlc/v20210125/api.json +15 -6
- tccli/services/hunyuan/v20230901/api.json +10 -1
- tccli/services/ims/v20201229/api.json +30 -30
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/iotvideo/v20201215/api.json +2 -2
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +22 -1
- tccli/services/mongodb/v20190725/api.json +10 -0
- tccli/services/mps/v20190612/api.json +113 -25
- tccli/services/mqtt/mqtt_client.py +53 -0
- tccli/services/mqtt/v20240516/api.json +150 -0
- tccli/services/mqtt/v20240516/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +3 -3
- tccli/services/redis/v20180412/examples.json +19 -1
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/trocket/v20230308/api.json +71 -71
- tccli/services/trocket/v20230308/examples.json +4 -4
- tccli/services/vm/v20210922/api.json +363 -333
- tccli/services/wedata/v20210820/api.json +128 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/RECORD +42 -38
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1341.1.dist-info → tccli-3.0.1342.1.dist-info}/license_files/LICENSE +0 -0
@@ -2117,6 +2117,16 @@
|
|
2117
2117
|
"output_required": true,
|
2118
2118
|
"type": "list",
|
2119
2119
|
"value_allowed_null": false
|
2120
|
+
},
|
2121
|
+
{
|
2122
|
+
"disabled": false,
|
2123
|
+
"document": "指标数据单位",
|
2124
|
+
"example": "个/秒",
|
2125
|
+
"member": "string",
|
2126
|
+
"name": "MetricUnit",
|
2127
|
+
"output_required": false,
|
2128
|
+
"type": "string",
|
2129
|
+
"value_allowed_null": false
|
2120
2130
|
}
|
2121
2131
|
],
|
2122
2132
|
"usage": "out"
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"status": "online"
|
86
86
|
},
|
87
87
|
"CreateAccounts": {
|
88
|
-
"document": "
|
88
|
+
"document": "本接口(CreateAccounts)用于创建云数据库的账户,需要指定新的账户名和域名,以及所对应的密码,同时可以设置账号的备注信息以及最大可用连接数。",
|
89
89
|
"input": "CreateAccountsRequest",
|
90
90
|
"name": "创建云数据库的账户",
|
91
91
|
"output": "CreateAccountsResponse",
|
@@ -806,7 +806,7 @@
|
|
806
806
|
"status": "online"
|
807
807
|
},
|
808
808
|
"ModifyAccountMaxUserConnections": {
|
809
|
-
"document": "
|
809
|
+
"document": "本接口(ModifyAccountMaxUserConnections)用于修改云数据库账户最大可用连接数。",
|
810
810
|
"input": "ModifyAccountMaxUserConnectionsRequest",
|
811
811
|
"name": "修改账户最大可用连接数",
|
812
812
|
"output": "ModifyAccountMaxUserConnectionsResponse",
|
@@ -4787,7 +4787,7 @@
|
|
4787
4787
|
{
|
4788
4788
|
"disabled": false,
|
4789
4789
|
"document": "云数据库账号。",
|
4790
|
-
"example": "
|
4790
|
+
"example": "[{\"Host\": \"127.0.0.1\",\"User\": \"ajnnw\"}]",
|
4791
4791
|
"member": "Account",
|
4792
4792
|
"name": "Accounts",
|
4793
4793
|
"required": true,
|
@@ -4795,7 +4795,7 @@
|
|
4795
4795
|
},
|
4796
4796
|
{
|
4797
4797
|
"disabled": false,
|
4798
|
-
"document": "
|
4798
|
+
"document": "新账户的密码。\n说明:\n1. 在8 ~ 64位字符数以内(推荐12位以上)。\n2. 至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&=!@#$%^*().|。\n3. 不能包含非法字符。",
|
4799
4799
|
"example": "fsdgfdgfd",
|
4800
4800
|
"member": "string",
|
4801
4801
|
"name": "Password",
|
@@ -4804,7 +4804,7 @@
|
|
4804
4804
|
},
|
4805
4805
|
{
|
4806
4806
|
"disabled": false,
|
4807
|
-
"document": "
|
4807
|
+
"document": "备注信息。最多支持输入255个字符。",
|
4808
4808
|
"example": "test description",
|
4809
4809
|
"member": "string",
|
4810
4810
|
"name": "Description",
|
@@ -7166,7 +7166,7 @@
|
|
7166
7166
|
{
|
7167
7167
|
"disabled": false,
|
7168
7168
|
"document": "云数据库账号。",
|
7169
|
-
"example": "[\"User\": \"andy\",\"Host\": \"192.1.1.1\"}]",
|
7169
|
+
"example": "[{\"User\": \"andy\",\"Host\": \"192.1.1.1\"}]",
|
7170
7170
|
"member": "Account",
|
7171
7171
|
"name": "Accounts",
|
7172
7172
|
"required": true,
|
@@ -15733,7 +15733,7 @@
|
|
15733
15733
|
"members": [
|
15734
15734
|
{
|
15735
15735
|
"disabled": false,
|
15736
|
-
"document": "
|
15736
|
+
"document": "云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。",
|
15737
15737
|
"example": "andy",
|
15738
15738
|
"member": "Account",
|
15739
15739
|
"name": "Accounts",
|
@@ -15806,8 +15806,8 @@
|
|
15806
15806
|
},
|
15807
15807
|
{
|
15808
15808
|
"disabled": false,
|
15809
|
-
"document": "
|
15810
|
-
"example": "
|
15809
|
+
"document": "云数据库账号。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。",
|
15810
|
+
"example": "andy",
|
15811
15811
|
"member": "Account",
|
15812
15812
|
"name": "Accounts",
|
15813
15813
|
"required": true,
|
@@ -15852,8 +15852,8 @@
|
|
15852
15852
|
},
|
15853
15853
|
{
|
15854
15854
|
"disabled": false,
|
15855
|
-
"document": "
|
15856
|
-
"example": "andy",
|
15855
|
+
"document": "数据库的账号,包括用户名和域名。可通过 [DescribeAccounts](https://cloud.tencent.com/document/api/236/17499) 接口获取。",
|
15856
|
+
"example": "[{\"User\": \"andy\",\"Host\": \"%\"}]",
|
15857
15857
|
"member": "Account",
|
15858
15858
|
"name": "Accounts",
|
15859
15859
|
"required": true,
|
@@ -17476,7 +17476,7 @@
|
|
17476
17476
|
"members": [
|
17477
17477
|
{
|
17478
17478
|
"disabled": false,
|
17479
|
-
"document": "RO 组的 ID
|
17479
|
+
"document": "RO 组的 ID。可通过 [DescribeRoGroups](https://cloud.tencent.com/document/api/236/40939) 接口获取。",
|
17480
17480
|
"example": "cdbrg-iup41a4t",
|
17481
17481
|
"member": "string",
|
17482
17482
|
"name": "RoGroupId",
|
@@ -17486,7 +17486,7 @@
|
|
17486
17486
|
{
|
17487
17487
|
"disabled": false,
|
17488
17488
|
"document": "RO 组的详细信息。",
|
17489
|
-
"example": "{\"RoOfflineDelay\":
|
17489
|
+
"example": "{\"RoOfflineDelay\": 1,\"MinRoInGroup\": 1,\"RoMaxDelayTime\": 10}",
|
17490
17490
|
"member": "RoGroupAttr",
|
17491
17491
|
"name": "RoGroupInfo",
|
17492
17492
|
"required": false,
|
@@ -17494,8 +17494,8 @@
|
|
17494
17494
|
},
|
17495
17495
|
{
|
17496
17496
|
"disabled": false,
|
17497
|
-
"document": "RO 组内实例的权重。若修改 RO 组的权重模式为用户自定义模式(custom),则必须设置该参数,且需要设置每个 RO 实例的权重值。",
|
17498
|
-
"example": " [{\"InstanceId\": \"cdbr0-test1234\",\"Weight\":
|
17497
|
+
"document": "RO 组内实例的权重。若修改 RO 组的权重模式为用户自定义模式(custom),则必须设置该参数,且需要设置每个 RO 实例的权重值。RO 实例 ID 可通过 [DescribeRoGroups](https://cloud.tencent.com/document/api/236/40939) 接口获取。",
|
17498
|
+
"example": " [{\"InstanceId\": \"cdbr0-test1234\",\"Weight\": 70},{\"InstanceId\": \"cdbr0-iup41a4t\",\"Weight\": 30}]",
|
17499
17499
|
"member": "RoWeightValue",
|
17500
17500
|
"name": "RoWeightValues",
|
17501
17501
|
"required": false,
|
@@ -977,7 +977,7 @@
|
|
977
977
|
"ModifyAccountMaxUserConnections": [
|
978
978
|
{
|
979
979
|
"document": "",
|
980
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountMaxUserConnections\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-f35wr6wj\",\n \"MaxUserConnections\":
|
980
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountMaxUserConnections\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-f35wr6wj\",\n \"MaxUserConnections\": 100,\n \"Accounts\": [\n {\n \"Host\": \"127.0.0.1\",\n \"User\": \"ajnnw\"\n }\n ]\n}",
|
981
981
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"256117ed-efa08b54-61784d44-91781bbd\"\n }\n}",
|
982
982
|
"title": "修改云数据库账户最大可用连接数"
|
983
983
|
}
|
@@ -1201,7 +1201,7 @@
|
|
1201
1201
|
"ModifyRoGroupInfo": [
|
1202
1202
|
{
|
1203
1203
|
"document": "",
|
1204
|
-
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoGroupInfo\n<公共请求参数>\n\n{\n \"RoGroupId\": \"cdbrg-iup41a4t\",\n \"RoGroupInfo\": {\n \"RoOfflineDelay\":
|
1204
|
+
"input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRoGroupInfo\n<公共请求参数>\n\n{\n \"RoGroupId\": \"cdbrg-iup41a4t\",\n \"RoGroupInfo\": {\n \"RoOfflineDelay\": 1,\n \"MinRoInGroup\": 1,\n \"RoMaxDelayTime\": 10\n }\n}",
|
1205
1205
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"a6040589-3b098df5-b551d9e5-81c6bfdc\"\n }\n}",
|
1206
1206
|
"title": "设置RO组的延迟剔除策略"
|
1207
1207
|
},
|