tccli 3.0.1095.1__py2.py3-none-any.whl → 3.0.1097.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/QueryDrawPortraitJob.md +30 -0
- tccli/examples/aiart/v20221229/QueryTrainPortraitModelJob.md +24 -0
- tccli/examples/aiart/v20221229/SubmitDrawPortraitJob.md +23 -0
- tccli/examples/aiart/v20221229/SubmitTrainPortraitModelJob.md +20 -0
- tccli/examples/aiart/v20221229/UploadTrainPortraitImages.md +25 -0
- tccli/examples/ccc/v20200210/ModifyStaffPassword.md +22 -0
- tccli/examples/cls/v20201016/DeleteKafkaRecharge.md +3 -3
- tccli/examples/cls/v20201016/ModifyKafkaRecharge.md +23 -13
- tccli/examples/cls/v20201016/PreviewKafkaRecharge.md +47 -15
- tccli/examples/csip/v20221121/DescribeAlertList.md +176 -0
- tccli/examples/cynosdb/v20190107/AddClusterSlaveZone.md +2 -1
- tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +9 -2
- tccli/examples/cynosdb/v20190107/DescribeTasks.md +12 -0
- tccli/examples/cynosdb/v20190107/ModifyClusterSlaveZone.md +2 -1
- tccli/examples/cynosdb/v20190107/ModifyInstanceUpgradeLimitDays.md +22 -0
- tccli/examples/dcdb/v20180411/DescribeDCDBInstances.md +4 -3
- tccli/examples/dlc/v20210125/DescribeNotebookSessionStatementSqlResult.md +3 -1
- tccli/examples/lke/v20231130/GetEmbedding.md +4 -1
- tccli/examples/lke/v20231130/QueryParseDocResult.md +4 -1
- tccli/examples/lke/v20231130/QueryRewrite.md +6 -1
- tccli/examples/mariadb/v20170312/DescribeDBInstanceDetail.md +2 -1
- tccli/examples/mariadb/v20170312/DescribeDBInstances.md +4 -3
- tccli/examples/mps/v20190612/CreateAdaptiveDynamicStreamingTemplate.md +1 -1
- tccli/examples/mps/v20190612/ModifyAdaptiveDynamicStreamingTemplate.md +1 -1
- tccli/examples/organization/v20210331/DescribeEffectivePolicy.md +25 -0
- tccli/examples/organization/v20210331/ListNonCompliantResource.md +43 -0
- tccli/examples/ssl/v20191205/DescribeDeleteCertificatesTaskResult.md +72 -0
- tccli/examples/tdmq/v20200217/DescribeRabbitMQQueueDetail.md +25 -22
- tccli/examples/trocket/v20230308/DescribeMQTTClient.md +57 -49
- tccli/examples/trocket/v20230308/DescribeMQTTInsPublicEndpoints.md +38 -6
- tccli/examples/trocket/v20230308/DescribeMQTTInsVPCEndpoints.md +14 -12
- tccli/examples/trocket/v20230308/DescribeMQTTInstanceList.md +1 -121
- tccli/examples/trocket/v20230308/DescribeMQTTProductSKUList.md +0 -47
- tccli/examples/trocket/v20230308/DescribeMQTTUserList.md +1 -1
- tccli/examples/vpc/v20170312/DisableVpnGatewaySslClientCert.md +2 -2
- tccli/services/aiart/aiart_client.py +269 -4
- tccli/services/aiart/v20221229/api.json +405 -1
- tccli/services/aiart/v20221229/examples.json +40 -0
- tccli/services/billing/v20180709/api.json +30 -0
- tccli/services/bma/v20221115/api.json +4 -6
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +57 -5
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +9 -0
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cls/v20201016/api.json +49 -49
- tccli/services/cls/v20201016/examples.json +13 -7
- tccli/services/csip/csip_client.py +53 -0
- tccli/services/csip/v20221121/api.json +1468 -7
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +126 -0
- tccli/services/cynosdb/v20190107/examples.json +12 -4
- tccli/services/dcdb/v20180411/api.json +45 -3
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +30 -0
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +9 -0
- tccli/services/faceid/v20180301/api.json +22 -3
- tccli/services/hunyuan/v20230901/api.json +14 -14
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/live/v20180801/api.json +16 -7
- tccli/services/lke/v20231130/api.json +82 -6
- tccli/services/lke/v20231130/examples.json +3 -3
- tccli/services/mariadb/v20170312/api.json +45 -2
- tccli/services/mariadb/v20170312/examples.json +2 -2
- tccli/services/mps/v20190612/api.json +172 -92
- tccli/services/mps/v20190612/examples.json +2 -2
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/omics/v20221128/api.json +20 -2
- tccli/services/organization/organization_client.py +106 -0
- tccli/services/organization/v20210331/api.json +258 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +160 -9
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/ssm/v20190923/api.json +1 -1
- tccli/services/tdmq/v20200217/api.json +65 -26
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/trocket/v20230308/api.json +226 -108
- tccli/services/trocket/v20230308/examples.json +13 -25
- tccli/services/trtc/v20190722/api.json +34 -15
- tccli/services/vpc/v20170312/api.json +20 -5
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +11 -11
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/RECORD +92 -81
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1095.1.dist-info → tccli-3.0.1097.1.dist-info}/license_files/LICENSE +0 -0
@@ -168,32 +168,26 @@
|
|
168
168
|
],
|
169
169
|
"DescribeMQTTClient": [
|
170
170
|
{
|
171
|
-
"document": "
|
172
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClient\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
173
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"ClientAddress\": \"11.176.16.153:
|
174
|
-
"title": "
|
175
|
-
},
|
176
|
-
{
|
177
|
-
"document": "标准请求",
|
178
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClient\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25m2jz9j\",\n \"ClientId\": \"recv01\"\n}",
|
179
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"ClientAddress\": \"/11.176.16.157:43440\",\n \"ClientId\": \"recv01\",\n \"ConnectTime\": 1703581008199,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1703581008198,\n \"DisconnectTime\": 0,\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"mqtt-25m2jz9j%111/r1/\"\n },\n {\n \"Qos\": 1,\n \"TopicFilter\": \"mqtt-25m2jz9j%111/r/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"mqtt-25m2jz9j%111/r2/\"\n }\n ],\n \"ProtocolVersion\": 4,\n \"RequestId\": \"b0f34768-130d-4a15-89d3-d3ca1976b4b7\"\n }\n}",
|
180
|
-
"title": "标准请求"
|
171
|
+
"document": "样例",
|
172
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTClient\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"ClientId\": \"sub_client2\"\n}",
|
173
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CleanSession\": true,\n \"ClientAddress\": \"11.176.16.153:23354\",\n \"ClientId\": \"sub_client2\",\n \"ConnectTime\": 1711444795304,\n \"ConnectionStatus\": \"CONNECTED\",\n \"CreateTime\": 1711443908331,\n \"DisconnectTime\": 0,\n \"Inbound\": {\n \"Bytes\": 40,\n \"Items\": [\n {\n \"Count\": 1,\n \"MessageType\": \"SUBACK\",\n \"Qos\": 0\n },\n {\n \"Count\": 1,\n \"MessageType\": \"CONNACK\",\n \"Qos\": 0\n },\n {\n \"Count\": 14,\n \"MessageType\": \"PINGRESP\",\n \"Qos\": 0\n }\n ]\n },\n \"Keepalive\": 60,\n \"MQTTClientSubscriptions\": [\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/sun/+/\"\n },\n {\n \"Qos\": 1,\n \"TopicFilter\": \"home/temp/+/\"\n },\n {\n \"Qos\": 0,\n \"TopicFilter\": \"home/humidity/+/\"\n },\n {\n \"Qos\": 2,\n \"TopicFilter\": \"home/person/+/\"\n }\n ],\n \"OutBound\": {\n \"Bytes\": 134,\n \"Items\": [\n {\n \"Count\": 1,\n \"MessageType\": \"CONNECT\",\n \"Qos\": 0\n },\n {\n \"Count\": 1,\n \"MessageType\": \"SUBSCRIBE\",\n \"Qos\": 1\n },\n {\n \"Count\": 14,\n \"MessageType\": \"PINGREQ\",\n \"Qos\": 0\n }\n ]\n },\n \"ProtocolVersion\": 4,\n \"RequestId\": \"b59aa63c-6cc6-418a-92c7-c205cb30d4cd\"\n }\n}",
|
174
|
+
"title": "样例"
|
181
175
|
}
|
182
176
|
],
|
183
177
|
"DescribeMQTTInsPublicEndpoints": [
|
184
178
|
{
|
185
179
|
"document": "示例",
|
186
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsPublicEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
187
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Bandwidth\":
|
180
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsPublicEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-gn8qoq3z\"\n}",
|
181
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Bandwidth\": 2,\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 22,\n \"SubnetId\": null,\n \"Type\": \"mqtt-ws\",\n \"Url\": null,\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 11,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tcp\",\n \"Url\": null,\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 33,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tls\",\n \"Url\": null,\n \"VpcId\": null\n }\n ],\n \"InstanceId\": \"mqtt-gn8qoq3z\",\n \"RequestId\": \"3891d712-94f7-4d03-9420-fae4fa3a61ea\",\n \"Rules\": [\n {\n \"Allow\": true,\n \"IpRule\": \"0.0.0.0/0\",\n \"Remark\": \"\"\n }\n ],\n \"Status\": \"NORMAL\"\n }\n}",
|
188
182
|
"title": "示例"
|
189
183
|
}
|
190
184
|
],
|
191
185
|
"DescribeMQTTInsVPCEndpoints": [
|
192
186
|
{
|
193
|
-
"document": "
|
194
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
195
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-
|
196
|
-
"title": "
|
187
|
+
"document": "样例",
|
188
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsVPCEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-25zqb75a\"\n}",
|
189
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 1883,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:1883\",\n \"VpcId\": \"vpc-35wk4c6h\"\n },\n {\n \"Host\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com\",\n \"Ip\": \"10.0.0.25\",\n \"Port\": 8888,\n \"SubnetId\": \"subnet-fr9ez60m\",\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-25zqb75a-qy.mqtt.qcloud.tencenttdmq.com:8888\",\n \"VpcId\": \"vpc-35wk4c6h\"\n }\n ],\n \"RequestId\": \"4313484d-47c1-4fc8-b402-f997d2ba7256\"\n }\n}",
|
190
|
+
"title": "样例"
|
197
191
|
}
|
198
192
|
],
|
199
193
|
"DescribeMQTTInstance": [
|
@@ -216,7 +210,7 @@
|
|
216
210
|
{
|
217
211
|
"document": "示例",
|
218
212
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
219
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientNumLimit\": 1,\n \"CreateTime\": 1705565760,\n \"InstanceId\": \"mqtt-wjgxr8jg\",\n \"InstanceName\": \"
|
213
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientNumLimit\": 1,\n \"CreateTime\": 1705565760,\n \"InstanceId\": \"mqtt-wjgxr8jg\",\n \"InstanceName\": \"su-0118-no-pub\",\n \"InstanceStatus\": \"CREATE_FAILURE\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"\",\n \"SkuCode\": \"mqtt_1k\",\n \"SubscriptionNumLimit\": 1,\n \"TopicNum\": 0,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1,\n \"Version\": \"1\"\n },\n {\n \"ClientNumLimit\": 1000,\n \"CreateTime\": 1705391046,\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"InstanceName\": \"sun-0116\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"Remark\": \"\",\n \"SkuCode\": \"basic_1k\",\n \"SubscriptionNumLimit\": 1000,\n \"TopicNum\": 25,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000,\n \"Version\": \"1\"\n }\n ],\n \"RequestId\": \"9424369d-904f-4fa2-b407-0bd5e536e989\",\n \"TotalCount\": 10\n }\n}",
|
220
214
|
"title": "示例"
|
221
215
|
}
|
222
216
|
],
|
@@ -240,14 +234,8 @@
|
|
240
234
|
{
|
241
235
|
"document": "示例",
|
242
236
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTProductSKUList\n<公共请求参数>\n\n{}",
|
243
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"MQTTProductSkuList\": [\n {\n \"ClientNumLimit\": 1,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 2,\n \"ProxySpecCount\": 1,\n \"ProxySpecMemory\": 4,\n \"SkuCode\": \"mqtt_1k\",\n \"SubscriptionNumLimit\": 1,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1\n },\n {\n \"ClientNumLimit\": 1000,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 1,\n \"ProxySpecCount\": 2,\n \"ProxySpecMemory\": 2,\n \"SkuCode\": \"basic_1k\",\n \"SubscriptionNumLimit\": 1000,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000\n }\n ],\n \"RequestId\": \"73a1275e-26ce-494c-90d0-d7f9d0510730\",\n \"TotalCount\": 2\n }\n}",
|
244
|
-
"title": "示例"
|
245
|
-
},
|
246
|
-
{
|
247
|
-
"document": "标志示例",
|
248
|
-
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTProductSKUList\n<公共请求参数>\n\n{}",
|
249
237
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"MQTTProductSkuList\": [\n {\n \"ClientNumLimit\": 1,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 2,\n \"ProxySpecCount\": 1,\n \"ProxySpecMemory\": 4,\n \"SkuCode\": \"mqtt_1k\",\n \"SubscriptionNumLimit\": 1,\n \"TopicNumLimit\": 1,\n \"TpsLimit\": 1\n },\n {\n \"ClientNumLimit\": 1000,\n \"InstanceType\": \"BASIC\",\n \"OnSale\": true,\n \"ProxySpecCore\": 1,\n \"ProxySpecCount\": 2,\n \"ProxySpecMemory\": 2,\n \"SkuCode\": \"basic_1k\",\n \"SubscriptionNumLimit\": 1000,\n \"TopicNumLimit\": 25,\n \"TpsLimit\": 1000\n }\n ],\n \"RequestId\": \"2be05982-b125-4259-b965-c487949cd896\",\n \"TotalCount\": 2\n }\n}",
|
250
|
-
"title": "
|
238
|
+
"title": "示例"
|
251
239
|
}
|
252
240
|
],
|
253
241
|
"DescribeMQTTTopic": [
|
@@ -270,7 +258,7 @@
|
|
270
258
|
{
|
271
259
|
"document": "示例",
|
272
260
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTUserList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
273
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CreatedTime\": 1705392159000,\n \"ModifiedTime\": 1705392159000,\n \"Password\": \"sunjianxiong\",\n \"PermRead\": true,\n \"PermWrite\": true,\n \"Remark\": \"\",\n \"Username\": \"
|
261
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CreatedTime\": 1705392159000,\n \"ModifiedTime\": 1705392159000,\n \"Password\": \"sunjianxiong\",\n \"PermRead\": true,\n \"PermWrite\": true,\n \"Remark\": \"\",\n \"Username\": \"user1\"\n }\n ],\n \"RequestId\": \"8e86117c-a56c-4598-9e1f-4a039eed6e3a\",\n \"TotalCount\": 1\n }\n}",
|
274
262
|
"title": "示例"
|
275
263
|
}
|
276
264
|
],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"CreateCloudRecording": {
|
4
|
-
"document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面混流一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n*
|
4
|
+
"document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面混流一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n* 指定录制存储参数(StorageParams)来指定上传到您希望的云存储,目前支持腾讯云(云点播VOD、对象存储COS)和第三方AWS\n* 指定混流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等\n* 指定混流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。\n\n关键名词:\n* 单流录制:分别录制房间的订阅UserId的音频和视频,录制服务会实时将录制文件上传至您指定的云存储。\n* 合流录制:将房间内订阅UserId的音视频混录成一个视频文件,并将录制文件上传至您指定的云存储。(录制结束后可前往云点播控制台https://console.cloud.tencent.com/vod/media 或 对象存储COS控制台https://console.cloud.tencent.com/cos/bucket查看文件)。",
|
5
5
|
"input": "CreateCloudRecordingRequest",
|
6
6
|
"name": "开始云端录制",
|
7
7
|
"output": "CreateCloudRecordingResponse",
|
@@ -570,11 +570,11 @@
|
|
570
570
|
"usage": "in"
|
571
571
|
},
|
572
572
|
"CloudStorage": {
|
573
|
-
"document": "
|
573
|
+
"document": "腾讯云对象存储COS以及第三方云存储的账号信息",
|
574
574
|
"members": [
|
575
575
|
{
|
576
576
|
"disabled": false,
|
577
|
-
"document": "
|
577
|
+
"document": "腾讯云对象存储COS以及第三方云存储账号信息\n0:腾讯云对象存储 COS\n1:AWS\n【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中\n示例值:0",
|
578
578
|
"example": "0",
|
579
579
|
"member": "uint64",
|
580
580
|
"name": "Vendor",
|
@@ -583,7 +583,7 @@
|
|
583
583
|
},
|
584
584
|
{
|
585
585
|
"disabled": false,
|
586
|
-
"document": "
|
586
|
+
"document": "腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。\n示例值:cn-shanghai-1\n\nAWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)\n示例值:ap-southeast-3\t",
|
587
587
|
"example": "cn-shanghai-1",
|
588
588
|
"member": "string",
|
589
589
|
"name": "Region",
|
@@ -592,7 +592,7 @@
|
|
592
592
|
},
|
593
593
|
{
|
594
594
|
"disabled": false,
|
595
|
-
"document": "
|
595
|
+
"document": "云存储桶名称。",
|
596
596
|
"example": "test-bucket",
|
597
597
|
"member": "string",
|
598
598
|
"name": "Bucket",
|
@@ -601,7 +601,7 @@
|
|
601
601
|
},
|
602
602
|
{
|
603
603
|
"disabled": false,
|
604
|
-
"document": "
|
604
|
+
"document": "云存储的access_key账号信息。\n若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。\n示例值:test-accesskey",
|
605
605
|
"example": "test-accesskey",
|
606
606
|
"member": "string",
|
607
607
|
"name": "AccessKey",
|
@@ -610,7 +610,7 @@
|
|
610
610
|
},
|
611
611
|
{
|
612
612
|
"disabled": false,
|
613
|
-
"document": "
|
613
|
+
"document": "云存储的secret_key账号信息。\n若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。\n示例值:test-secretkey",
|
614
614
|
"example": "test-secretkey",
|
615
615
|
"member": "string",
|
616
616
|
"name": "SecretKey",
|
@@ -619,7 +619,7 @@
|
|
619
619
|
},
|
620
620
|
{
|
621
621
|
"disabled": false,
|
622
|
-
"document": "
|
622
|
+
"document": "云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 [\"prefix1\", \"prefix2\"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8。\n示例值:[\"prefix1\", \"prefix2\"]",
|
623
623
|
"example": "[\"prefix1\", \"prefix2\"]",
|
624
624
|
"member": "string",
|
625
625
|
"name": "FileNamePrefix",
|
@@ -2653,6 +2653,26 @@
|
|
2653
2653
|
"type": "int",
|
2654
2654
|
"value_allowed_null": false
|
2655
2655
|
},
|
2656
|
+
{
|
2657
|
+
"disabled": false,
|
2658
|
+
"document": "在使用RecordId查询时返回\n注意:此字段可能返回 null,表示取不到有效值。",
|
2659
|
+
"example": "xxx",
|
2660
|
+
"member": "string",
|
2661
|
+
"name": "TaskId",
|
2662
|
+
"output_required": false,
|
2663
|
+
"type": "string",
|
2664
|
+
"value_allowed_null": true
|
2665
|
+
},
|
2666
|
+
{
|
2667
|
+
"disabled": false,
|
2668
|
+
"document": "在使用TaskId查询时返回\n注意:此字段可能返回 null,表示取不到有效值。",
|
2669
|
+
"example": "无",
|
2670
|
+
"member": "string",
|
2671
|
+
"name": "RecordId",
|
2672
|
+
"output_required": false,
|
2673
|
+
"type": "string",
|
2674
|
+
"value_allowed_null": true
|
2675
|
+
},
|
2656
2676
|
{
|
2657
2677
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2658
2678
|
"member": "string",
|
@@ -5869,27 +5889,25 @@
|
|
5869
5889
|
"usage": "out"
|
5870
5890
|
},
|
5871
5891
|
"StorageParams": {
|
5872
|
-
"document": "
|
5892
|
+
"document": "录制存储参数",
|
5873
5893
|
"members": [
|
5874
5894
|
{
|
5875
5895
|
"disabled": false,
|
5876
|
-
"document": "
|
5896
|
+
"document": "腾讯云对象存储COS以及第三方云存储的账号信息",
|
5877
5897
|
"example": "无",
|
5878
5898
|
"member": "CloudStorage",
|
5879
5899
|
"name": "CloudStorage",
|
5880
5900
|
"required": false,
|
5881
|
-
"type": "object"
|
5882
|
-
"value_allowed_null": false
|
5901
|
+
"type": "object"
|
5883
5902
|
},
|
5884
5903
|
{
|
5885
5904
|
"disabled": false,
|
5886
|
-
"document": "
|
5905
|
+
"document": "腾讯云云点播Vod的存储信息",
|
5887
5906
|
"example": "无",
|
5888
5907
|
"member": "CloudVod",
|
5889
5908
|
"name": "CloudVod",
|
5890
5909
|
"required": false,
|
5891
|
-
"type": "object"
|
5892
|
-
"value_allowed_null": false
|
5910
|
+
"type": "object"
|
5893
5911
|
}
|
5894
5912
|
],
|
5895
5913
|
"usage": "in"
|
@@ -6256,6 +6274,7 @@
|
|
6256
6274
|
"example": "xxxx",
|
6257
6275
|
"member": "string",
|
6258
6276
|
"name": "TaskId",
|
6277
|
+
"output_required": true,
|
6259
6278
|
"type": "string",
|
6260
6279
|
"value_allowed_null": false
|
6261
6280
|
},
|
@@ -8696,7 +8696,7 @@
|
|
8696
8696
|
{
|
8697
8697
|
"disabled": false,
|
8698
8698
|
"document": "SSL-VPN-SERVER 实例ID。",
|
8699
|
-
"example": "
|
8699
|
+
"example": "vpns-5au854w1",
|
8700
8700
|
"member": "string",
|
8701
8701
|
"name": "SslVpnServerId",
|
8702
8702
|
"required": true,
|
@@ -8732,6 +8732,7 @@
|
|
8732
8732
|
"example": "无",
|
8733
8733
|
"member": "uint64",
|
8734
8734
|
"name": "TaskId",
|
8735
|
+
"output_required": true,
|
8735
8736
|
"type": "int",
|
8736
8737
|
"value_allowed_null": false
|
8737
8738
|
},
|
@@ -8741,6 +8742,7 @@
|
|
8741
8742
|
"example": "vpnc-f5yln4n3",
|
8742
8743
|
"member": "string",
|
8743
8744
|
"name": "SslVpnClientId",
|
8745
|
+
"output_required": true,
|
8744
8746
|
"type": "string",
|
8745
8747
|
"value_allowed_null": false
|
8746
8748
|
},
|
@@ -12598,6 +12600,15 @@
|
|
12598
12600
|
"name": "OrderDirection",
|
12599
12601
|
"required": false,
|
12600
12602
|
"type": "string"
|
12603
|
+
},
|
12604
|
+
{
|
12605
|
+
"disabled": false,
|
12606
|
+
"document": "VPC内部IPv4地址,精确匹配",
|
12607
|
+
"example": "10.0.1.2",
|
12608
|
+
"member": "string",
|
12609
|
+
"name": "PrivateIpAddress",
|
12610
|
+
"required": false,
|
12611
|
+
"type": "string"
|
12601
12612
|
}
|
12602
12613
|
],
|
12603
12614
|
"type": "object"
|
@@ -12611,6 +12622,7 @@
|
|
12611
12622
|
"example": "1",
|
12612
12623
|
"member": "uint64",
|
12613
12624
|
"name": "TotalCount",
|
12625
|
+
"output_required": true,
|
12614
12626
|
"type": "int",
|
12615
12627
|
"value_allowed_null": false
|
12616
12628
|
},
|
@@ -12620,6 +12632,7 @@
|
|
12620
12632
|
"example": "无",
|
12621
12633
|
"member": "GatewayFlowMonitorDetail",
|
12622
12634
|
"name": "GatewayFlowMonitorDetailSet",
|
12635
|
+
"output_required": true,
|
12623
12636
|
"type": "list",
|
12624
12637
|
"value_allowed_null": false
|
12625
12638
|
},
|
@@ -17291,7 +17304,7 @@
|
|
17291
17304
|
{
|
17292
17305
|
"disabled": false,
|
17293
17306
|
"document": "SSL-VPN-CLIENT 实例ID。不可和SslVpnClientIds同时使用。",
|
17294
|
-
"example": "
|
17307
|
+
"example": "vpnc-04ubidcy",
|
17295
17308
|
"member": "string",
|
17296
17309
|
"name": "SslVpnClientId",
|
17297
17310
|
"required": false,
|
@@ -17300,7 +17313,7 @@
|
|
17300
17313
|
{
|
17301
17314
|
"disabled": false,
|
17302
17315
|
"document": "SSL-VPN-CLIENT 实例ID列表。批量禁用时使用。不可和SslVpnClientId同时使用。",
|
17303
|
-
"example": "[\"
|
17316
|
+
"example": "[\"vpnc-04ubidcy\"]",
|
17304
17317
|
"member": "string",
|
17305
17318
|
"name": "SslVpnClientIds",
|
17306
17319
|
"required": false,
|
@@ -17318,6 +17331,7 @@
|
|
17318
17331
|
"example": "1234",
|
17319
17332
|
"member": "uint64",
|
17320
17333
|
"name": "TaskId",
|
17334
|
+
"output_required": true,
|
17321
17335
|
"type": "int",
|
17322
17336
|
"value_allowed_null": false
|
17323
17337
|
},
|
@@ -17615,7 +17629,7 @@
|
|
17615
17629
|
},
|
17616
17630
|
{
|
17617
17631
|
"disabled": false,
|
17618
|
-
"document": "对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/
|
17632
|
+
"document": "对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17517)获取。",
|
17619
17633
|
"example": "{ \"Platform\":\"comware\", \"SoftwareVersion\":\"V1.0\", \"VendorName\":\"h3c\" }",
|
17620
17634
|
"member": "CustomerGatewayVendor",
|
17621
17635
|
"name": "CustomerGatewayVendor",
|
@@ -17643,6 +17657,7 @@
|
|
17643
17657
|
"example": "# VPC utilizes unique identifiers to manipulate the configuration of\\r\\n# a VPN Connection. Each VPN Connection is assigned an identifier and is\\r\\n# associated with Virtual Private Gateway ...",
|
17644
17658
|
"member": "string",
|
17645
17659
|
"name": "CustomerGatewayConfiguration",
|
17660
|
+
"output_required": true,
|
17646
17661
|
"type": "string",
|
17647
17662
|
"value_allowed_null": false
|
17648
17663
|
},
|
@@ -22814,7 +22829,7 @@
|
|
22814
22829
|
},
|
22815
22830
|
{
|
22816
22831
|
"disabled": false,
|
22817
|
-
"document": "NAT网关的状态。\n 'PENDING':生产中,'DELETING'
|
22832
|
+
"document": "NAT网关的状态。\n 'PENDING':生产中,'DELETING':删除中/子实例关闭中,'AVAILABLE':运行中,'UPDATING':升级中,\n‘PENDFAILURE’:创建失败,‘DELETEFAILURE:删除失败,‘DENIED’:子实例关闭中",
|
22818
22833
|
"example": "\"AVAILABLE\"",
|
22819
22834
|
"member": "string",
|
22820
22835
|
"name": "State",
|
@@ -1939,8 +1939,8 @@
|
|
1939
1939
|
"DisableVpnGatewaySslClientCert": [
|
1940
1940
|
{
|
1941
1941
|
"document": "禁用SSL-VPN-CLIENT 证书",
|
1942
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DisableVpnGatewaySslClientCert\n&SslVpnClientId=vpnc-
|
1943
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\":
|
1942
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DisableVpnGatewaySslClientCert\n&SslVpnClientId=vpnc-04ubidcy\n&<公共请求参数>",
|
1943
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\": 315123\n }\n}",
|
1944
1944
|
"title": "禁用SSL-VPN-CLIENT 证书"
|
1945
1945
|
}
|
1946
1946
|
],
|
@@ -2854,7 +2854,7 @@
|
|
2854
2854
|
{
|
2855
2855
|
"disabled": false,
|
2856
2856
|
"document": "设备分组的id",
|
2857
|
-
"example": "
|
2857
|
+
"example": "100",
|
2858
2858
|
"member": "int64",
|
2859
2859
|
"name": "Id",
|
2860
2860
|
"required": true,
|
@@ -2863,7 +2863,7 @@
|
|
2863
2863
|
{
|
2864
2864
|
"disabled": false,
|
2865
2865
|
"document": "工作空间的id",
|
2866
|
-
"example": "
|
2866
|
+
"example": "1016",
|
2867
2867
|
"member": "int64",
|
2868
2868
|
"name": "WorkspaceId",
|
2869
2869
|
"required": true,
|
@@ -2872,7 +2872,7 @@
|
|
2872
2872
|
{
|
2873
2873
|
"disabled": false,
|
2874
2874
|
"document": "应用token",
|
2875
|
-
"example": "
|
2875
|
+
"example": "xxx",
|
2876
2876
|
"member": "string",
|
2877
2877
|
"name": "ApplicationToken",
|
2878
2878
|
"required": true,
|
@@ -5241,7 +5241,7 @@
|
|
5241
5241
|
{
|
5242
5242
|
"disabled": false,
|
5243
5243
|
"document": "分组父级ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
5244
|
-
"example": "
|
5244
|
+
"example": "1",
|
5245
5245
|
"member": "int64",
|
5246
5246
|
"name": "ParentId",
|
5247
5247
|
"output_required": false,
|
@@ -9908,7 +9908,7 @@
|
|
9908
9908
|
{
|
9909
9909
|
"disabled": false,
|
9910
9910
|
"document": "分组名称",
|
9911
|
-
"example": "
|
9911
|
+
"example": "云API分组",
|
9912
9912
|
"member": "string",
|
9913
9913
|
"name": "Name",
|
9914
9914
|
"required": true,
|
@@ -9917,7 +9917,7 @@
|
|
9917
9917
|
{
|
9918
9918
|
"disabled": false,
|
9919
9919
|
"document": "分组描述",
|
9920
|
-
"example": "
|
9920
|
+
"example": "云API分组描述",
|
9921
9921
|
"member": "string",
|
9922
9922
|
"name": "Description",
|
9923
9923
|
"required": true,
|
@@ -9926,7 +9926,7 @@
|
|
9926
9926
|
{
|
9927
9927
|
"disabled": false,
|
9928
9928
|
"document": "空间id",
|
9929
|
-
"example": "
|
9929
|
+
"example": "1016",
|
9930
9930
|
"member": "int64",
|
9931
9931
|
"name": "WorkspaceId",
|
9932
9932
|
"required": true,
|
@@ -9935,7 +9935,7 @@
|
|
9935
9935
|
{
|
9936
9936
|
"disabled": false,
|
9937
9937
|
"document": "应用token",
|
9938
|
-
"example": "
|
9938
|
+
"example": "xxx",
|
9939
9939
|
"member": "string",
|
9940
9940
|
"name": "ApplicationToken",
|
9941
9941
|
"required": true,
|
@@ -9944,7 +9944,7 @@
|
|
9944
9944
|
{
|
9945
9945
|
"disabled": false,
|
9946
9946
|
"document": "分组id, 携带则为修改, 不携带则为新增",
|
9947
|
-
"example": "
|
9947
|
+
"example": "100",
|
9948
9948
|
"member": "int64",
|
9949
9949
|
"name": "Id",
|
9950
9950
|
"required": false,
|
@@ -9953,7 +9953,7 @@
|
|
9953
9953
|
{
|
9954
9954
|
"disabled": false,
|
9955
9955
|
"document": "分组父级id",
|
9956
|
-
"example": "
|
9956
|
+
"example": "1",
|
9957
9957
|
"member": "int64",
|
9958
9958
|
"name": "ParentId",
|
9959
9959
|
"required": false,
|
@@ -9968,7 +9968,7 @@
|
|
9968
9968
|
{
|
9969
9969
|
"disabled": false,
|
9970
9970
|
"document": "保存or修改设备分组回包信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
9971
|
-
"example": "
|
9971
|
+
"example": "1",
|
9972
9972
|
"member": "int64",
|
9973
9973
|
"name": "Id",
|
9974
9974
|
"output_required": false,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1097.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.1097
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|