tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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/services/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"ChangeMigratingTopicToNextStage": [
|
4
|
+
{
|
5
|
+
"document": "",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeMigratingTopicToNextStage\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicNameList\": [\n \"TopicTest\"\n ],\n \"NamespaceList\": []\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Results\": [\n {\n \"TopicName\": \"TopicTest\",\n \"Success\": true,\n \"Namespace\": \"\"\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
8
|
+
"title": "修改迁移主题进入下一个迁移阶段"
|
9
|
+
}
|
10
|
+
],
|
3
11
|
"CreateConsumerGroup": [
|
4
12
|
{
|
5
13
|
"document": "创建消费组成功",
|
@@ -120,6 +128,14 @@
|
|
120
128
|
"title": "删除角色"
|
121
129
|
}
|
122
130
|
],
|
131
|
+
"DeleteSmoothMigrationTask": [
|
132
|
+
{
|
133
|
+
"document": "",
|
134
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSmoothMigrationTask\n<公共请求参数>\n\n{\n \"TaskId\": \"taskid-123\"\n}",
|
135
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"requestId\"\n }\n}",
|
136
|
+
"title": "删除平滑迁移任务"
|
137
|
+
}
|
138
|
+
],
|
123
139
|
"DeleteTopic": [
|
124
140
|
{
|
125
141
|
"document": "删除主题",
|
@@ -310,6 +326,30 @@
|
|
310
326
|
"title": "查询延迟消息的轨迹"
|
311
327
|
}
|
312
328
|
],
|
329
|
+
"DescribeMigratingGroupStats": [
|
330
|
+
{
|
331
|
+
"document": "",
|
332
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigratingGroupStats\n<公共请求参数>\n\n{\n \"TaskId\": \"taskId\",\n \"GroupName\": \"group-a\",\n \"Namespace\": \"\"\n}",
|
333
|
+
"output": "{\n \"Response\": {\n \"SourceConsumeLag\": 0,\n \"TargetConsumeLag\": 0,\n \"SourceConsumerClients\": [\n {\n \"ClientId\": \"client-a\",\n \"ClientAddr\": \"1.1.1.1\",\n \"Language\": \"JAVA\",\n \"Version\": \"5\",\n \"ConsumerLag\": 0\n }\n ],\n \"TargetConsumerClients\": [\n {\n \"ClientId\": \"client-b\",\n \"ClientAddr\": \"2.2.2.2\",\n \"Language\": \"JAVA\",\n \"Version\": \"5.0\",\n \"ConsumerLag\": 0\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
334
|
+
"title": "查看迁移消费组的实时信息"
|
335
|
+
}
|
336
|
+
],
|
337
|
+
"DescribeMigratingTopicList": [
|
338
|
+
{
|
339
|
+
"document": "",
|
340
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigratingTopicList\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 0,\n \"Limit\": 10,\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n}",
|
341
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"MigrateTopics\": [\n {\n \"TopicName\": \"topic-a\",\n \"MigrationStatus\": \"S_RW_D_NA\",\n \"HealthCheckPassed\": true,\n \"HealthCheckError\": \"\",\n \"Namespace\": \"\"\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
342
|
+
"title": "查询迁移主题列表"
|
343
|
+
}
|
344
|
+
],
|
345
|
+
"DescribeMigratingTopicStats": [
|
346
|
+
{
|
347
|
+
"document": "",
|
348
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigratingTopicStats\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicName\": \"TopicTest\",\n \"Namespace\": \"\"\n}",
|
349
|
+
"output": "{\n \"Response\": {\n \"SourceClusterConsumerCount\": 0,\n \"TargetClusterConsumerCount\": 0,\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
350
|
+
"title": "查询迁移主题实时数据"
|
351
|
+
}
|
352
|
+
],
|
313
353
|
"DescribeProductSKUs": [
|
314
354
|
{
|
315
355
|
"document": "获取产品规格信息",
|
@@ -326,6 +366,14 @@
|
|
326
366
|
"title": "查询角色列表"
|
327
367
|
}
|
328
368
|
],
|
369
|
+
"DescribeSourceClusterGroupList": [
|
370
|
+
{
|
371
|
+
"document": "",
|
372
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSourceClusterGroupList\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 0,\n \"Limit\": 10,\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n}",
|
373
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"Groups\": [\n {\n \"GroupName\": \"Test\",\n \"Remark\": \"remark\",\n \"Imported\": true,\n \"Namespace\": \"\",\n \"ImportStatus\": \"Success\"\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
374
|
+
"title": "查询源集群消费组列表"
|
375
|
+
}
|
376
|
+
],
|
329
377
|
"DescribeTopic": [
|
330
378
|
{
|
331
379
|
"document": "查询主题详情",
|
@@ -350,6 +398,14 @@
|
|
350
398
|
"title": "查询消费组订阅的主题列表"
|
351
399
|
}
|
352
400
|
],
|
401
|
+
"DoHealthCheckOnMigratingTopic": [
|
402
|
+
{
|
403
|
+
"document": "",
|
404
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DoHealthCheckOnMigratingTopic\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicName\": \"Test\",\n \"IgnoreCheck\": true,\n \"Namespace\": \"\"\n}",
|
405
|
+
"output": "{\n \"Response\": {\n \"Passed\": true,\n \"Reason\": \"\",\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
406
|
+
"title": "迁移主题安全检查"
|
407
|
+
}
|
408
|
+
],
|
353
409
|
"ImportSourceClusterConsumerGroups": [
|
354
410
|
{
|
355
411
|
"document": "",
|
@@ -446,6 +502,14 @@
|
|
446
502
|
"title": "修改主题属性"
|
447
503
|
}
|
448
504
|
],
|
505
|
+
"RemoveMigratingTopic": [
|
506
|
+
{
|
507
|
+
"document": "",
|
508
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveMigratingTopic\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"Namespace\": \"\",\n \"TopicName\": \"topic-a\"\n}",
|
509
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
510
|
+
"title": "将主题移出迁移任务"
|
511
|
+
}
|
512
|
+
],
|
449
513
|
"ResendDeadLetterMessage": [
|
450
514
|
{
|
451
515
|
"document": "",
|
@@ -461,6 +525,14 @@
|
|
461
525
|
"output": "{\n \"Response\": {\n \"RequestId\": \"707a78e5-019d-41f6-80fc-15743d99c81a\"\n }\n}",
|
462
526
|
"title": "重置消费位点"
|
463
527
|
}
|
528
|
+
],
|
529
|
+
"RollbackMigratingTopicStage": [
|
530
|
+
{
|
531
|
+
"document": "",
|
532
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollbackMigratingTopicStage\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicName\": \"TopicTest\",\n \"Namespace\": \"\"\n}",
|
533
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
|
534
|
+
"title": "回滚迁移主题的切流状态"
|
535
|
+
}
|
464
536
|
]
|
465
537
|
},
|
466
538
|
"version": "1.0"
|
@@ -288,7 +288,7 @@
|
|
288
288
|
"status": "online"
|
289
289
|
},
|
290
290
|
"StartAITranscription": {
|
291
|
-
"document": "启动转录机器人,后台会通过机器人拉流进行实时进行语音识别并下发字幕和转录消息。\n转录机器人支持两种拉流方式,通过TranscriptionMode字段控制:\n- 拉取全房间的流。\n- 拉取特定用户的流。\n\n服务端通过TRTC的自定义消息实时下发字幕以及转录消息,CmdId固定是1。客户端只需监听自定义消息的回调即可,比如[c++回调](https://cloud.tencent.com/document/product/647/79637#4cd82f4edb24992a15a25187089e1565)。其他客户端比如安卓、Web
|
291
|
+
"document": "启动转录机器人,后台会通过机器人拉流进行实时进行语音识别并下发字幕和转录消息。\n转录机器人支持两种拉流方式,通过TranscriptionMode字段控制:\n- 拉取全房间的流。\n- 拉取特定用户的流。\n\n服务端通过TRTC的自定义消息实时下发字幕以及转录消息,CmdId固定是1。客户端只需监听自定义消息的回调即可,比如[c++回调](https://cloud.tencent.com/document/product/647/79637#4cd82f4edb24992a15a25187089e1565)。其他客户端比如安卓、Web等同样可在该链接处找到。\n\n\n**注意:**\nTranscriptionMode为0时,需要保证一个房间内只发起一个任务,如果发起多个任务,则机器人之间会相互订阅,除非主动停止任务,否则只有10小时后任务才会超时退出,这种情况下建议填写SessionId,保证后续重复发起的任务失败。",
|
292
292
|
"input": "StartAITranscriptionRequest",
|
293
293
|
"name": "开始AI转录任务",
|
294
294
|
"output": "StartAITranscriptionResponse",
|
@@ -3359,7 +3359,7 @@
|
|
3359
3359
|
{
|
3360
3360
|
"disabled": false,
|
3361
3361
|
"document": "TRTC的SDKAppId。",
|
3362
|
-
"example": "
|
3362
|
+
"example": "1400***366",
|
3363
3363
|
"member": "uint64",
|
3364
3364
|
"name": "SdkAppId",
|
3365
3365
|
"required": true,
|
@@ -5664,7 +5664,7 @@
|
|
5664
5664
|
{
|
5665
5665
|
"disabled": false,
|
5666
5666
|
"document": "TRTC的SDKAppId。",
|
5667
|
-
"example": "
|
5667
|
+
"example": "1400***366",
|
5668
5668
|
"member": "uint64",
|
5669
5669
|
"name": "SdkAppId",
|
5670
5670
|
"required": true,
|
@@ -6310,7 +6310,7 @@
|
|
6310
6310
|
},
|
6311
6311
|
{
|
6312
6312
|
"disabled": false,
|
6313
|
-
"document": "调用方传入的唯一Id
|
6313
|
+
"document": "调用方传入的唯一Id,服务端用来任务去重,重复的任务会发起失败。服务端固定使用SdkAppId+RoomId+RoomIdType+RobotUserId来去重,如果传入了SessionId,也会使用SessionId去重。\n注意:\nTranscriptionMode为0时,需要保证一个房间内只发起一个任务,如果发起多个任务,则机器人之间会相互订阅,除非主动停止任务,否则只有10小时后任务才会超时退出,这种情况下建议填写SessionId,保证后续重复发起的任务失败。",
|
6314
6314
|
"example": "无",
|
6315
6315
|
"member": "string",
|
6316
6316
|
"name": "SessionId",
|
@@ -6972,7 +6972,7 @@
|
|
6972
6972
|
{
|
6973
6973
|
"disabled": false,
|
6974
6974
|
"document": "TRTC的SDKAppId。",
|
6975
|
-
"example": "",
|
6975
|
+
"example": "1400***366",
|
6976
6976
|
"member": "uint64",
|
6977
6977
|
"name": "SdkAppId",
|
6978
6978
|
"required": true,
|
@@ -6981,7 +6981,7 @@
|
|
6981
6981
|
{
|
6982
6982
|
"disabled": false,
|
6983
6983
|
"document": "字符串房间号。",
|
6984
|
-
"example": "",
|
6984
|
+
"example": "room_1001",
|
6985
6985
|
"member": "string",
|
6986
6986
|
"name": "StrRoomId",
|
6987
6987
|
"required": true,
|
@@ -8292,8 +8292,7 @@
|
|
8292
8292
|
"member": "uint64",
|
8293
8293
|
"name": "WaterMarkId",
|
8294
8294
|
"required": true,
|
8295
|
-
"type": "int"
|
8296
|
-
"value_allowed_null": false
|
8295
|
+
"type": "int"
|
8297
8296
|
},
|
8298
8297
|
{
|
8299
8298
|
"disabled": false,
|
@@ -8302,8 +8301,7 @@
|
|
8302
8301
|
"member": "uint64",
|
8303
8302
|
"name": "WaterMarkWidth",
|
8304
8303
|
"required": true,
|
8305
|
-
"type": "int"
|
8306
|
-
"value_allowed_null": false
|
8304
|
+
"type": "int"
|
8307
8305
|
},
|
8308
8306
|
{
|
8309
8307
|
"disabled": false,
|
@@ -8312,8 +8310,7 @@
|
|
8312
8310
|
"member": "uint64",
|
8313
8311
|
"name": "WaterMarkHeight",
|
8314
8312
|
"required": true,
|
8315
|
-
"type": "int"
|
8316
|
-
"value_allowed_null": false
|
8313
|
+
"type": "int"
|
8317
8314
|
},
|
8318
8315
|
{
|
8319
8316
|
"disabled": false,
|
@@ -8322,8 +8319,7 @@
|
|
8322
8319
|
"member": "uint64",
|
8323
8320
|
"name": "LocationX",
|
8324
8321
|
"required": true,
|
8325
|
-
"type": "int"
|
8326
|
-
"value_allowed_null": false
|
8322
|
+
"type": "int"
|
8327
8323
|
},
|
8328
8324
|
{
|
8329
8325
|
"disabled": false,
|
@@ -8332,18 +8328,16 @@
|
|
8332
8328
|
"member": "uint64",
|
8333
8329
|
"name": "LocationY",
|
8334
8330
|
"required": true,
|
8335
|
-
"type": "int"
|
8336
|
-
"value_allowed_null": false
|
8331
|
+
"type": "int"
|
8337
8332
|
},
|
8338
8333
|
{
|
8339
8334
|
"disabled": false,
|
8340
8335
|
"document": "混流-水印图片URL地址,支持png、jpg、jpeg、bmp格式,暂不支持透明通道。URL链接长度限制为512字节。WaterMarkUrl和WaterMarkId参数都填时,以WaterMarkUrl为准。图片大小限制不超过2MB。",
|
8341
|
-
"example": "
|
8336
|
+
"example": "https://**.png",
|
8342
8337
|
"member": "string",
|
8343
8338
|
"name": "WaterMarkUrl",
|
8344
8339
|
"required": false,
|
8345
|
-
"type": "string"
|
8346
|
-
"value_allowed_null": false
|
8340
|
+
"type": "string"
|
8347
8341
|
}
|
8348
8342
|
],
|
8349
8343
|
"usage": "in"
|
@@ -274,8 +274,8 @@
|
|
274
274
|
],
|
275
275
|
"DismissRoom": [
|
276
276
|
{
|
277
|
-
"document": "解散房间
|
278
|
-
"input": "https://trtc.tencentcloudapi.com/?Action=DismissRoom\n&SdkAppId=1400000001\n&RoomId=
|
277
|
+
"document": "解散房间1001。",
|
278
|
+
"input": "https://trtc.tencentcloudapi.com/?Action=DismissRoom\n&SdkAppId=1400000001\n&RoomId=1001\n&<公共请求参数>",
|
279
279
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
280
280
|
"title": "解散房间"
|
281
281
|
}
|
@@ -306,8 +306,8 @@
|
|
306
306
|
],
|
307
307
|
"RemoveUser": [
|
308
308
|
{
|
309
|
-
"document": "将用户
|
310
|
-
"input": "https://trtc.tencentcloudapi.com/?Action=RemoveUser\n&SdkAppId=1400000001\n&RoomId=
|
309
|
+
"document": "将用户user_1、user_2从房间1001移出。",
|
310
|
+
"input": "https://trtc.tencentcloudapi.com/?Action=RemoveUser\n&SdkAppId=1400000001\n&RoomId=1001\n&UserIds.0=user_1\n&UserIds.1=user_2\n&<公共请求参数>",
|
311
311
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
312
312
|
"title": "移出用户"
|
313
313
|
}
|
@@ -331,8 +331,8 @@
|
|
331
331
|
"StartAITranscription": [
|
332
332
|
{
|
333
333
|
"document": "",
|
334
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartAITranscription\n<公共请求参数>\n\n{\n \"SdkAppId\": 1234,\n \"RoomId\": \"
|
335
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"
|
334
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartAITranscription\n<公共请求参数>\n\n{\n \"SdkAppId\": 1234,\n \"RoomId\": \"500123\",\n \"RoomIdType\": 1,\n \"TranscriptionParams\": {\n \"UserId\": \"test_user\",\n \"UserSig\": \"your-usersig\",\n \"MaxIdleTime\": 60,\n \"TranscriptionMode\": 1,\n \"TargetUserId\": \"test_user\"\n }\n}",
|
335
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"taskid\",\n \"RequestId\": \"requestid\"\n }\n}",
|
336
336
|
"title": "样例"
|
337
337
|
}
|
338
338
|
],
|
@@ -432,8 +432,8 @@
|
|
432
432
|
],
|
433
433
|
"StopMCUMixTranscodeByStrRoomId": [
|
434
434
|
{
|
435
|
-
"document": "结束字符串房间号为
|
436
|
-
"input": "https://trtc.tencentcloudapi.com/?Action=StopMCUMixTranscodeByStrRoomId\n&SdkAppId=
|
435
|
+
"document": "结束字符串房间号为room_1001的云端混流。",
|
436
|
+
"input": "https://trtc.tencentcloudapi.com/?Action=StopMCUMixTranscodeByStrRoomId\n&SdkAppId=1400000001\n&StrRoomId=room_1001\n&<公共请求参数>",
|
437
437
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
438
438
|
"title": "结束云端混流"
|
439
439
|
}
|