tccli 3.0.1103.1__py2.py3-none-any.whl → 3.0.1105.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/aiart/v20221229/ImageToImage.md +1 -1
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +0 -4
- tccli/examples/csip/v20221121/DescribeDbAssets.md +7 -0
- tccli/examples/csip/v20221121/DescribeOrganizationUserInfo.md +12 -1
- tccli/examples/cwp/v20180228/DescribePublicProxyInstallCommand.md +4 -4
- tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +26 -0
- tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +22 -0
- tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +43 -0
- tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +22 -0
- tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +22 -0
- tccli/examples/dsgc/v20190723/DescribeDSPACOSDiscoveryTaskResult.md +21 -13
- tccli/examples/ess/v20201111/CreateUserVerifyUrl.md +29 -0
- tccli/examples/ess/v20201111/DescribeUserVerifyStatus.md +23 -0
- tccli/examples/hai/v20230812/DescribeInstances.md +3 -2
- tccli/examples/hunyuan/v20230901/QueryHunyuanImageJob.md +33 -0
- tccli/examples/hunyuan/v20230901/SubmitHunyuanImageJob.md +21 -0
- tccli/examples/live/v20180801/DescribeLivePadProcessorList.md +25 -0
- tccli/examples/live/v20180801/StopLivePadProcessor.md +23 -0
- tccli/examples/mrs/v20200910/DrugInstructionObject.md +98 -0
- tccli/examples/ssl/v20191205/DescribeDownloadCertificateUrl.md +23 -0
- tccli/examples/tke/v20220501/CreateNodePool.md +33 -0
- tccli/examples/tke/v20220501/DeleteNodePool.md +21 -0
- tccli/examples/tke/v20220501/DescribeNodePools.md +9 -3
- tccli/examples/tke/v20220501/ModifyNodePool.md +32 -0
- tccli/services/aiart/v20221229/api.json +3 -3
- tccli/services/aiart/v20221229/examples.json +1 -1
- tccli/services/antiddos/v20200309/api.json +2 -2
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/asr/v20190614/api.json +5 -5
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/billing/v20180709/api.json +2 -2
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +17 -14
- tccli/services/clb/v20180317/api.json +10 -1
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/csip/v20221121/api.json +80 -2
- tccli/services/csip/v20221121/examples.json +4 -4
- tccli/services/cvm/v20170312/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +17 -5
- tccli/services/cwp/v20180228/examples.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +269 -4
- tccli/services/cynosdb/v20190107/api.json +432 -0
- tccli/services/cynosdb/v20190107/examples.json +40 -0
- tccli/services/dsgc/v20190723/api.json +348 -333
- tccli/services/dsgc/v20190723/examples.json +2 -2
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/v20190103/api.json +30 -0
- tccli/services/es/v20180416/api.json +10 -0
- tccli/services/ess/ess_client.py +110 -4
- tccli/services/ess/v20201111/api.json +185 -5
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/faceid/v20180301/api.json +2 -2
- tccli/services/hai/v20230812/api.json +2 -2
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/hunyuan/hunyuan_client.py +110 -4
- tccli/services/hunyuan/v20230901/api.json +188 -4
- tccli/services/hunyuan/v20230901/examples.json +16 -0
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +15 -5
- tccli/services/live/live_client.py +114 -8
- tccli/services/live/v20180801/api.json +124 -0
- tccli/services/live/v20180801/examples.json +16 -0
- tccli/services/lke/v20231130/api.json +108 -2
- tccli/services/mrs/v20200910/api.json +1 -1
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +80 -22
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/ssl/ssl_client.py +57 -4
- tccli/services/ssl/v20191205/api.json +63 -0
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/ssm/v20190923/api.json +1 -1
- tccli/services/tbaas/v20180416/api.json +24 -24
- tccli/services/tdmq/v20200217/api.json +10 -10
- tccli/services/teo/v20220901/api.json +34 -0
- tccli/services/tione/tione_client.py +0 -53
- tccli/services/tione/v20191022/api.json +0 -52
- tccli/services/tione/v20191022/examples.json +0 -8
- tccli/services/tione/v20211111/api.json +28 -0
- tccli/services/tke/tke_client.py +171 -12
- tccli/services/tke/v20220501/api.json +1403 -86
- tccli/services/tke/v20220501/examples.json +25 -1
- tccli/services/tmt/v20180321/api.json +8 -8
- tccli/services/trtc/v20190722/api.json +14 -8
- tccli/services/tse/v20201207/api.json +37 -7
- tccli/services/vpc/v20170312/api.json +1 -0
- {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/RECORD +93 -78
- {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"CreateNodePool": [
|
4
|
+
{
|
5
|
+
"document": "创建 TKE 节点池",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNodePool\n<公共请求参数>\n\n{\n \"DeletionProtection\": true,\n \"Name\": \"nodepool\",\n \"Tags\": [\n {\n \"ResourceType\": \"machine\",\n \"Tags\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ]\n }\n ],\n \"Labels\": [\n {\n \"Name\": \"\",\n \"Value\": \"\"\n }\n ],\n \"ClusterId\": \"cls-3g5rc2ts\",\n \"Taints\": [\n {\n \"Value\": \"\",\n \"Key\": \"\",\n \"Effect\": \"\"\n }\n ],\n \"Unschedulable\": true,\n \"Type\": \"\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"604fea70-fcc3-43b5-b17c-d2a5c8df4c16\",\n \"NodePoolId\": \"np-7cxt3lom\"\n }\n}",
|
8
|
+
"title": "创建 TKE 节点池"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"DeleteNodePool": [
|
12
|
+
{
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteNodePool\n<公共请求参数>\n\n{\n \"ClusterId\": \"xx\",\n \"NodePoolId\": \"xx\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"xxxx\"\n }\n}",
|
16
|
+
"title": "删除 TKE 节点池"
|
17
|
+
}
|
18
|
+
],
|
3
19
|
"DescribeClusterInstances": [
|
4
20
|
{
|
5
21
|
"document": "查询集群实例信息",
|
@@ -12,9 +28,17 @@
|
|
12
28
|
{
|
13
29
|
"document": "查询 TKE 节点池列表",
|
14
30
|
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodePools\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-h8atd7dj\",\n \"Filters\": [\n {\n \"Name\": \"NodePoolsName\",\n \"Values\": [\n \"cputest\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 0\n}",
|
15
|
-
"output": "{\n \"Response\": {\n \"NodePools\": [\n {\n \"Annotations\": [],\n \"ClusterId\": \"cls-h8atd7dj\",\n \"CreatedAt\": \"2023-01-15 17:55:38 +0000 UTC\",\n \"DeletionProtection\": false,\n \"External\": null,\n \"Labels\": [],\n \"LifeState\": \"normal\",\n \"Name\": \"cputest\",\n \"Native\": null,\n \"NodePoolId\": \"np-rbl9quwv\",\n \"Regular\": {\n \"AutoscalingGroupId\": \"asg-mv6aoc57\",\n \"AutoscalingGroupStatus\": \"disabled\",\n \"DesiredNodesNum\": 0,\n \"InstanceAdvancedSettings\": {\n \"DesiredPodNumber\": 32,\n \"ExtraArgs\": {\n \"Kubelet\": null\n },\n \"PreStartUserScript\": \"\",\n \"RuntimeConfig\": {\n \"RuntimeRootDir\": \"\",\n \"RuntimeType\": \"docker\",\n \"RuntimeVersion\": \"19.3\"\n },\n \"UserScript\": \"\"\n },\n \"LaunchConfigurationId\": \"asc-ay1hkbqh\",\n \"MaxNodesNum\": 1,\n \"MinNodesNum\": 0,\n \"NodeCountSummary\": {\n \"AutoscalingAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 0,\n \"Total\": 0\n },\n \"ManuallyAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 0,\n \"Total\": 0\n }\n },\n \"NodePoolOs\": \"ubuntu20.04x86_64\"\n },\n \"Super\": null,\n \"Taints\": [],\n \"Type\": \"Regular\"\n },\n {\n \"Annotations\": [],\n \"ClusterId\": \"cls-h8att7dj\",\n \"CreatedAt\": \"2023-11-16 20:56:55 +0000 UTC\",\n \"DeletionProtection\": true,\n \"External\": {\n \"NodesNum\": 1,\n \"RuntimeConfig\": {\n \"RuntimeRootDir\": null,\n \"RuntimeType\": \"docker\",\n \"RuntimeVersion\": \"docker-19.3\"\n }\n },\n \"Labels\": [\n {\n \"Name\": \"node.kubernetes.io/instance-type\",\n \"Value\": \"external\"\n },\n {\n \"Name\": \"tke.cloud.tencent.com/cbs-mountable\",\n \"Value\": \"false\"\n },\n {\n \"Name\": \"externalnode.tke.cloud.tencent.com/version\",\n \"Value\": \"v2\"\n }\n ],\n \"LifeState\": \"Running\",\n \"Name\": \"cpu\",\n \"Native\": null,\n \"NodePoolId\": \"np-llfflb19\",\n \"Regular\": null,\n \"Super\": null,\n \"Taints\": [],\n \"Type\": \"External\"\n },\n {\n \"Annotations\": [],\n \"ClusterId\": \"cls-h8att7dj\",\n \"CreatedAt\": \"2023-11-16 20:56:54 +0000 UTC\",\n \"DeletionProtection\": true,\n \"External\": {\n \"NodesNum\": 4,\n \"RuntimeConfig\": {\n \"RuntimeRootDir\": null,\n \"RuntimeType\": \"docker\",\n \"RuntimeVersion\": \"docker-19.3\"\n }\n },\n \"Labels\": [\n {\n \"Name\": \"externalnode.tke.cloud.tencent.com/version\",\n \"Value\": \"v2\"\n },\n {\n \"Name\": \"node.kubernetes.io/instance-type\",\n \"Value\": \"external\"\n },\n {\n \"Name\": \"nvidia-device-enable\",\n \"Value\": \"enable\"\n },\n {\n \"Name\": \"tke.cloud.tencent.com/cbs-mountable\",\n \"Value\": \"false\"\n }\n ],\n \"LifeState\": \"Running\",\n \"Name\": \"gpu\",\n \"Native\": null,\n \"NodePoolId\": \"np-iw0qds8t\",\n \"Regular\": null,\n \"Super\": null,\n \"Taints\": [],\n \"Type\": \"External\"\n }\n ],\n \"RequestId\": \"354c45c4-0eb2-464d-82f8-3dd55ca88a80\",\n \"TotalCount\": 3\n }\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"NodePools\": [\n {\n \"Annotations\": [],\n \"ClusterId\": \"cls-h8atd7dj\",\n \"CreatedAt\": \"2023-01-15 17:55:38 +0000 UTC\",\n \"DeletionProtection\": false,\n \"External\": null,\n \"Labels\": [],\n \"LifeState\": \"normal\",\n \"Name\": \"cputest\",\n \"Native\": null,\n \"NodePoolId\": \"np-rbl9quwv\",\n \"Regular\": {\n \"AutoscalingGroupId\": \"asg-mv6aoc57\",\n \"AutoscalingGroupStatus\": \"disabled\",\n \"DesiredNodesNum\": 0,\n \"InstanceAdvancedSettings\": {\n \"DesiredPodNumber\": 32,\n \"ExtraArgs\": {\n \"Kubelet\": null\n },\n \"PreStartUserScript\": \"\",\n \"RuntimeConfig\": {\n \"RuntimeRootDir\": \"\",\n \"RuntimeType\": \"docker\",\n \"RuntimeVersion\": \"19.3\"\n },\n \"UserScript\": \"\"\n },\n \"LaunchConfigurationId\": \"asc-ay1hkbqh\",\n \"MaxNodesNum\": 1,\n \"MinNodesNum\": 0,\n \"NodeCountSummary\": {\n \"AutoscalingAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 0,\n \"Total\": 0\n },\n \"ManuallyAdded\": {\n \"Initializing\": 0,\n \"Joining\": 0,\n \"Normal\": 0,\n \"Total\": 0\n }\n },\n \"NodePoolOs\": \"ubuntu20.04x86_64\"\n },\n \"Super\": null,\n \"Tags\": [],\n \"Taints\": [],\n \"Type\": \"Regular\",\n \"Unschedulable\": false\n },\n {\n \"Annotations\": [],\n \"ClusterId\": \"cls-h8att7dj\",\n \"CreatedAt\": \"2023-11-16 20:56:55 +0000 UTC\",\n \"DeletionProtection\": true,\n \"External\": {\n \"NodesNum\": 1,\n \"RuntimeConfig\": {\n \"RuntimeRootDir\": null,\n \"RuntimeType\": \"docker\",\n \"RuntimeVersion\": \"docker-19.3\"\n }\n },\n \"Labels\": [\n {\n \"Name\": \"node.kubernetes.io/instance-type\",\n \"Value\": \"external\"\n },\n {\n \"Name\": \"tke.cloud.tencent.com/cbs-mountable\",\n \"Value\": \"false\"\n },\n {\n \"Name\": \"externalnode.tke.cloud.tencent.com/version\",\n \"Value\": \"v2\"\n }\n ],\n \"LifeState\": \"Running\",\n \"Name\": \"cpu\",\n \"Native\": null,\n \"NodePoolId\": \"np-llfflb19\",\n \"Regular\": null,\n \"Super\": null,\n \"Tags\": [],\n \"Taints\": [],\n \"Type\": \"External\",\n \"Unschedulable\": false\n },\n {\n \"Annotations\": [],\n \"ClusterId\": \"cls-h8att7dj\",\n \"CreatedAt\": \"2023-11-16 20:56:54 +0000 UTC\",\n \"DeletionProtection\": true,\n \"External\": {\n \"NodesNum\": 4,\n \"RuntimeConfig\": {\n \"RuntimeRootDir\": null,\n \"RuntimeType\": \"docker\",\n \"RuntimeVersion\": \"docker-19.3\"\n }\n },\n \"Labels\": [\n {\n \"Name\": \"externalnode.tke.cloud.tencent.com/version\",\n \"Value\": \"v2\"\n },\n {\n \"Name\": \"node.kubernetes.io/instance-type\",\n \"Value\": \"external\"\n },\n {\n \"Name\": \"nvidia-device-enable\",\n \"Value\": \"enable\"\n },\n {\n \"Name\": \"tke.cloud.tencent.com/cbs-mountable\",\n \"Value\": \"false\"\n }\n ],\n \"LifeState\": \"Running\",\n \"Name\": \"gpu\",\n \"Native\": null,\n \"NodePoolId\": \"np-iw0qds8t\",\n \"Regular\": null,\n \"Super\": null,\n \"Tags\": [],\n \"Taints\": [],\n \"Type\": \"External\",\n \"Unschedulable\": false\n }\n ],\n \"RequestId\": \"354c45c4-0eb2-464d-82f8-3dd55ca88a80\",\n \"TotalCount\": 3\n }\n}",
|
16
32
|
"title": "查询 TKE 节点池列表"
|
17
33
|
}
|
34
|
+
],
|
35
|
+
"ModifyNodePool": [
|
36
|
+
{
|
37
|
+
"document": "用户更新节点池",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNodePool\n<公共请求参数>\n\n{\n \"DeletionProtection\": true,\n \"Name\": \"abc\",\n \"Tags\": [\n {\n \"ResourceType\": \"abc\",\n \"Tags\": [\n {\n \"Value\": \"abc\",\n \"Key\": \"abc\"\n }\n ]\n }\n ],\n \"Labels\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"ClusterId\": \"abc\",\n \"Taints\": [\n {\n \"Value\": \"abc\",\n \"Key\": \"abc\",\n \"Effect\": \"abc\"\n }\n ],\n \"NodePoolId\": \"abc\",\n \"Unschedulable\": true\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
40
|
+
"title": "更新 TKE 节点池"
|
41
|
+
}
|
18
42
|
]
|
19
43
|
},
|
20
44
|
"version": "1.0"
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"example": "\"12132323\"",
|
167
167
|
"member": "string",
|
168
168
|
"name": "TaskId",
|
169
|
-
"
|
169
|
+
"output_required": true,
|
170
170
|
"type": "string",
|
171
171
|
"value_allowed_null": false
|
172
172
|
},
|
@@ -176,27 +176,27 @@
|
|
176
176
|
"example": "Success",
|
177
177
|
"member": "string",
|
178
178
|
"name": "Status",
|
179
|
-
"
|
179
|
+
"output_required": true,
|
180
180
|
"type": "string",
|
181
181
|
"value_allowed_null": false
|
182
182
|
},
|
183
183
|
{
|
184
184
|
"disabled": false,
|
185
185
|
"document": "文件数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
186
|
-
"example": "
|
186
|
+
"example": "eGNmYXNkZmFzZmFzZGZhc2RmCg==",
|
187
187
|
"member": "string",
|
188
188
|
"name": "FileData",
|
189
|
-
"
|
189
|
+
"output_required": true,
|
190
190
|
"type": "string",
|
191
191
|
"value_allowed_null": true
|
192
192
|
},
|
193
193
|
{
|
194
194
|
"disabled": false,
|
195
195
|
"document": "错误提示\n注意:此字段可能返回 null,表示取不到有效值。",
|
196
|
-
"example": "
|
196
|
+
"example": "error: 404 - Not Found",
|
197
197
|
"member": "string",
|
198
198
|
"name": "Message",
|
199
|
-
"
|
199
|
+
"output_required": true,
|
200
200
|
"type": "string",
|
201
201
|
"value_allowed_null": true
|
202
202
|
},
|
@@ -206,7 +206,7 @@
|
|
206
206
|
"example": "100",
|
207
207
|
"member": "int64",
|
208
208
|
"name": "Progress",
|
209
|
-
"
|
209
|
+
"output_required": true,
|
210
210
|
"type": "int",
|
211
211
|
"value_allowed_null": true
|
212
212
|
}
|
@@ -819,7 +819,7 @@
|
|
819
819
|
{
|
820
820
|
"disabled": false,
|
821
821
|
"document": "用来标记不希望被翻译的文本内容,如句子中的特殊符号、人名、地名等;每次请求只支持配置一个不被翻译的单词;仅支持配置人名、地名等名词,不要配置动词或短语,否则会影响翻译结果。",
|
822
|
-
"example": "
|
822
|
+
"example": "John",
|
823
823
|
"member": "string",
|
824
824
|
"name": "UntranslatedText",
|
825
825
|
"required": false,
|
@@ -3842,6 +3842,15 @@
|
|
3842
3842
|
"name": "ZOrder",
|
3843
3843
|
"required": false,
|
3844
3844
|
"type": "int"
|
3845
|
+
},
|
3846
|
+
{
|
3847
|
+
"disabled": false,
|
3848
|
+
"document": "水印字体,不填默认为Tencent。支持设置以下值: Tencent (默认) SourceHanSans",
|
3849
|
+
"example": "Tencent",
|
3850
|
+
"member": "string",
|
3851
|
+
"name": "Font",
|
3852
|
+
"required": false,
|
3853
|
+
"type": "string"
|
3845
3854
|
}
|
3846
3855
|
],
|
3847
3856
|
"usage": "in"
|
@@ -4114,8 +4123,7 @@
|
|
4114
4123
|
"member": "string",
|
4115
4124
|
"name": "UserId",
|
4116
4125
|
"required": true,
|
4117
|
-
"type": "string"
|
4118
|
-
"value_allowed_null": false
|
4126
|
+
"type": "string"
|
4119
4127
|
},
|
4120
4128
|
{
|
4121
4129
|
"disabled": false,
|
@@ -4124,18 +4132,16 @@
|
|
4124
4132
|
"member": "string",
|
4125
4133
|
"name": "RoomId",
|
4126
4134
|
"required": false,
|
4127
|
-
"type": "string"
|
4128
|
-
"value_allowed_null": false
|
4135
|
+
"type": "string"
|
4129
4136
|
},
|
4130
4137
|
{
|
4131
4138
|
"disabled": false,
|
4132
|
-
"document": "房间号类型,0
|
4139
|
+
"document": "房间号类型,0为整型房间号,1为字符串房间号。",
|
4133
4140
|
"example": "1",
|
4134
4141
|
"member": "uint64",
|
4135
4142
|
"name": "RoomIdType",
|
4136
4143
|
"required": false,
|
4137
|
-
"type": "int"
|
4138
|
-
"value_allowed_null": false
|
4144
|
+
"type": "int"
|
4139
4145
|
}
|
4140
4146
|
],
|
4141
4147
|
"usage": "in"
|
@@ -5357,7 +5363,7 @@
|
|
5357
5363
|
},
|
5358
5364
|
{
|
5359
5365
|
"disabled": false,
|
5360
|
-
"document": "主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0
|
5366
|
+
"document": "主房间信息RoomType,必须和转推的房间所对应的RoomId类型相同,0为整型房间号,1为字符串房间号。",
|
5361
5367
|
"example": "1",
|
5362
5368
|
"member": "uint64",
|
5363
5369
|
"name": "RoomIdType",
|
@@ -1734,7 +1734,7 @@
|
|
1734
1734
|
"example": "kong-0",
|
1735
1735
|
"member": "string",
|
1736
1736
|
"name": "NodeId",
|
1737
|
-
"
|
1737
|
+
"output_required": true,
|
1738
1738
|
"type": "string",
|
1739
1739
|
"value_allowed_null": false
|
1740
1740
|
},
|
@@ -1744,7 +1744,7 @@
|
|
1744
1744
|
"example": "无",
|
1745
1745
|
"member": "string",
|
1746
1746
|
"name": "NodeIp",
|
1747
|
-
"
|
1747
|
+
"output_required": true,
|
1748
1748
|
"type": "string",
|
1749
1749
|
"value_allowed_null": false
|
1750
1750
|
},
|
@@ -1754,7 +1754,7 @@
|
|
1754
1754
|
"example": "无",
|
1755
1755
|
"member": "string",
|
1756
1756
|
"name": "ZoneId",
|
1757
|
-
"
|
1757
|
+
"output_required": true,
|
1758
1758
|
"type": "string",
|
1759
1759
|
"value_allowed_null": true
|
1760
1760
|
},
|
@@ -1764,7 +1764,7 @@
|
|
1764
1764
|
"example": "无",
|
1765
1765
|
"member": "string",
|
1766
1766
|
"name": "Zone",
|
1767
|
-
"
|
1767
|
+
"output_required": true,
|
1768
1768
|
"type": "string",
|
1769
1769
|
"value_allowed_null": true
|
1770
1770
|
},
|
@@ -1774,7 +1774,7 @@
|
|
1774
1774
|
"example": "无",
|
1775
1775
|
"member": "string",
|
1776
1776
|
"name": "GroupId",
|
1777
|
-
"
|
1777
|
+
"output_required": true,
|
1778
1778
|
"type": "string",
|
1779
1779
|
"value_allowed_null": true
|
1780
1780
|
},
|
@@ -1784,7 +1784,7 @@
|
|
1784
1784
|
"example": "无",
|
1785
1785
|
"member": "string",
|
1786
1786
|
"name": "GroupName",
|
1787
|
-
"
|
1787
|
+
"output_required": true,
|
1788
1788
|
"type": "string",
|
1789
1789
|
"value_allowed_null": true
|
1790
1790
|
},
|
@@ -1794,9 +1794,29 @@
|
|
1794
1794
|
"example": "无",
|
1795
1795
|
"member": "string",
|
1796
1796
|
"name": "Status",
|
1797
|
-
"
|
1797
|
+
"output_required": true,
|
1798
1798
|
"type": "string",
|
1799
1799
|
"value_allowed_null": true
|
1800
|
+
},
|
1801
|
+
{
|
1802
|
+
"disabled": false,
|
1803
|
+
"document": "节点权重\n注意:此字段可能返回 null,表示取不到有效值。",
|
1804
|
+
"example": "无",
|
1805
|
+
"member": "int64",
|
1806
|
+
"name": "Weight",
|
1807
|
+
"output_required": false,
|
1808
|
+
"type": "int",
|
1809
|
+
"value_allowed_null": true
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
"disabled": false,
|
1813
|
+
"document": "是否默认权重\n注意:此字段可能返回 null,表示取不到有效值。",
|
1814
|
+
"example": "无",
|
1815
|
+
"member": "bool",
|
1816
|
+
"name": "IsDefaultWeight",
|
1817
|
+
"output_required": false,
|
1818
|
+
"type": "bool",
|
1819
|
+
"value_allowed_null": true
|
1800
1820
|
}
|
1801
1821
|
],
|
1802
1822
|
"usage": "out"
|
@@ -14189,6 +14209,16 @@
|
|
14189
14209
|
"output_required": true,
|
14190
14210
|
"type": "string",
|
14191
14211
|
"value_allowed_null": true
|
14212
|
+
},
|
14213
|
+
{
|
14214
|
+
"disabled": false,
|
14215
|
+
"document": "分组默认权重\n注意:此字段可能返回 null,表示取不到有效值。",
|
14216
|
+
"example": "10",
|
14217
|
+
"member": "int64",
|
14218
|
+
"name": "DefaultWeight",
|
14219
|
+
"output_required": false,
|
14220
|
+
"type": "int",
|
14221
|
+
"value_allowed_null": true
|
14192
14222
|
}
|
14193
14223
|
],
|
14194
14224
|
"usage": "out"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1105.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.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1105
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|