tccli 3.0.1160.1__py2.py3-none-any.whl → 3.0.1162.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/services/aiart/v20221229/api.json +1 -1
- tccli/services/apm/v20210622/api.json +9 -0
- tccli/services/cdwdoris/cdwdoris_client.py +1056 -49
- tccli/services/cdwdoris/v20211228/api.json +3192 -1014
- tccli/services/cdwdoris/v20211228/examples.json +152 -0
- tccli/services/csip/v20221121/api.json +2 -2
- tccli/services/dlc/v20210125/api.json +31 -2
- tccli/services/domain/v20180808/api.json +1 -1
- tccli/services/ess/v20201111/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +11 -11
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/lke/v20231130/api.json +556 -2
- tccli/services/trro/v20220325/api.json +181 -6
- tccli/services/trro/v20220325/examples.json +3 -3
- tccli/services/trtc/v20190722/api.json +7 -10
- tccli/services/trtc/v20190722/examples.json +19 -13
- tccli/services/tsf/v20180326/api.json +8 -7
- tccli/services/tsf/v20180326/examples.json +1 -1
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vtc/v20240223/api.json +1 -1
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/RECORD +26 -26
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1160.1.dist-info → tccli-3.0.1162.1.dist-info}/license_files/LICENSE +0 -0
@@ -593,6 +593,15 @@
|
|
593
593
|
"name": "PageNumber",
|
594
594
|
"required": false,
|
595
595
|
"type": "int"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"disabled": false,
|
599
|
+
"document": "设备状态筛选,不填默认为不过滤。取值:[\"ready\",\"connected\",\"online\"],online代表ready或connected",
|
600
|
+
"example": "ready",
|
601
|
+
"member": "string",
|
602
|
+
"name": "DeviceStatus",
|
603
|
+
"required": false,
|
604
|
+
"type": "string"
|
596
605
|
}
|
597
606
|
],
|
598
607
|
"type": "object"
|
@@ -606,7 +615,7 @@
|
|
606
615
|
"example": "无",
|
607
616
|
"member": "DeviceInfo",
|
608
617
|
"name": "Devices",
|
609
|
-
"
|
618
|
+
"output_required": true,
|
610
619
|
"type": "list",
|
611
620
|
"value_allowed_null": false
|
612
621
|
},
|
@@ -616,7 +625,7 @@
|
|
616
625
|
"example": "16",
|
617
626
|
"member": "int64",
|
618
627
|
"name": "Total",
|
619
|
-
"
|
628
|
+
"output_required": true,
|
620
629
|
"type": "int",
|
621
630
|
"value_allowed_null": false
|
622
631
|
},
|
@@ -626,7 +635,7 @@
|
|
626
635
|
"example": "10",
|
627
636
|
"member": "int64",
|
628
637
|
"name": "Num",
|
629
|
-
"
|
638
|
+
"output_required": true,
|
630
639
|
"type": "int",
|
631
640
|
"value_allowed_null": false
|
632
641
|
},
|
@@ -663,7 +672,7 @@
|
|
663
672
|
"example": "无",
|
664
673
|
"member": "SessionDeviceDetail",
|
665
674
|
"name": "Details",
|
666
|
-
"
|
675
|
+
"output_required": true,
|
667
676
|
"type": "list",
|
668
677
|
"value_allowed_null": false
|
669
678
|
},
|
@@ -2000,6 +2009,72 @@
|
|
2000
2009
|
],
|
2001
2010
|
"type": "object"
|
2002
2011
|
},
|
2012
|
+
"MultiNet": {
|
2013
|
+
"document": "多网的网卡状态信息",
|
2014
|
+
"members": [
|
2015
|
+
{
|
2016
|
+
"disabled": false,
|
2017
|
+
"document": "网卡序号\n注意:此字段可能返回 null,表示取不到有效值。",
|
2018
|
+
"example": "0",
|
2019
|
+
"member": "int64",
|
2020
|
+
"name": "NetId",
|
2021
|
+
"output_required": false,
|
2022
|
+
"type": "int",
|
2023
|
+
"value_allowed_null": true
|
2024
|
+
},
|
2025
|
+
{
|
2026
|
+
"disabled": false,
|
2027
|
+
"document": "网卡IP\n注意:此字段可能返回 null,表示取不到有效值。",
|
2028
|
+
"example": "\"10.211.65.6\"",
|
2029
|
+
"member": "string",
|
2030
|
+
"name": "NetIp",
|
2031
|
+
"output_required": false,
|
2032
|
+
"type": "string",
|
2033
|
+
"value_allowed_null": true
|
2034
|
+
},
|
2035
|
+
{
|
2036
|
+
"disabled": false,
|
2037
|
+
"document": "时延,单位ms\n注意:此字段可能返回 null,表示取不到有效值。",
|
2038
|
+
"example": "[10,20,30,20,10]",
|
2039
|
+
"member": "int64",
|
2040
|
+
"name": "Rtt",
|
2041
|
+
"output_required": false,
|
2042
|
+
"type": "list",
|
2043
|
+
"value_allowed_null": true
|
2044
|
+
},
|
2045
|
+
{
|
2046
|
+
"disabled": false,
|
2047
|
+
"document": "丢包率,单位%\n注意:此字段可能返回 null,表示取不到有效值。",
|
2048
|
+
"example": "[10,20,30,20,10]",
|
2049
|
+
"member": "int64",
|
2050
|
+
"name": "Lost",
|
2051
|
+
"output_required": false,
|
2052
|
+
"type": "list",
|
2053
|
+
"value_allowed_null": true
|
2054
|
+
},
|
2055
|
+
{
|
2056
|
+
"disabled": false,
|
2057
|
+
"document": "发送bps,单位kbps\n注意:此字段可能返回 null,表示取不到有效值。",
|
2058
|
+
"example": "[10,20,30,20,10]",
|
2059
|
+
"member": "int64",
|
2060
|
+
"name": "SendBps",
|
2061
|
+
"output_required": false,
|
2062
|
+
"type": "list",
|
2063
|
+
"value_allowed_null": true
|
2064
|
+
},
|
2065
|
+
{
|
2066
|
+
"disabled": false,
|
2067
|
+
"document": "接收bps,单位kbps\n注意:此字段可能返回 null,表示取不到有效值。",
|
2068
|
+
"example": "[10,20,30,20,10]",
|
2069
|
+
"member": "int64",
|
2070
|
+
"name": "RecvBps",
|
2071
|
+
"output_required": false,
|
2072
|
+
"type": "list",
|
2073
|
+
"value_allowed_null": true
|
2074
|
+
}
|
2075
|
+
],
|
2076
|
+
"usage": "out"
|
2077
|
+
},
|
2003
2078
|
"PolicyInfo": {
|
2004
2079
|
"document": "权限信息",
|
2005
2080
|
"members": [
|
@@ -2332,8 +2407,8 @@
|
|
2332
2407
|
"value_allowed_null": true
|
2333
2408
|
},
|
2334
2409
|
{
|
2335
|
-
"disabled":
|
2336
|
-
"document": "
|
2410
|
+
"disabled": true,
|
2411
|
+
"document": "【已废弃,使用RenderCost】\n注意:此字段可能返回 null,表示取不到有效值。",
|
2337
2412
|
"example": "[20,20,30]",
|
2338
2413
|
"member": "int64",
|
2339
2414
|
"name": "RenderConst",
|
@@ -2420,6 +2495,106 @@
|
|
2420
2495
|
"output_required": false,
|
2421
2496
|
"type": "list",
|
2422
2497
|
"value_allowed_null": true
|
2498
|
+
},
|
2499
|
+
{
|
2500
|
+
"disabled": false,
|
2501
|
+
"document": "渲染耗时,单位:ms\n注意:此字段可能返回 null,表示取不到有效值。",
|
2502
|
+
"example": "[20,20,30]",
|
2503
|
+
"member": "int64",
|
2504
|
+
"name": "RenderCost",
|
2505
|
+
"output_required": false,
|
2506
|
+
"type": "list",
|
2507
|
+
"value_allowed_null": true
|
2508
|
+
},
|
2509
|
+
{
|
2510
|
+
"disabled": false,
|
2511
|
+
"document": "配置宽度\n注意:此字段可能返回 null,表示取不到有效值。",
|
2512
|
+
"example": "1280",
|
2513
|
+
"member": "int64",
|
2514
|
+
"name": "ConfigWidth",
|
2515
|
+
"output_required": false,
|
2516
|
+
"type": "int",
|
2517
|
+
"value_allowed_null": true
|
2518
|
+
},
|
2519
|
+
{
|
2520
|
+
"disabled": false,
|
2521
|
+
"document": "配置高度\n注意:此字段可能返回 null,表示取不到有效值。",
|
2522
|
+
"example": "720",
|
2523
|
+
"member": "int64",
|
2524
|
+
"name": "ConfigHeight",
|
2525
|
+
"output_required": false,
|
2526
|
+
"type": "int",
|
2527
|
+
"value_allowed_null": true
|
2528
|
+
},
|
2529
|
+
{
|
2530
|
+
"disabled": false,
|
2531
|
+
"document": "平均帧间隔\n注意:此字段可能返回 null,表示取不到有效值。",
|
2532
|
+
"example": "[20.12,20.25,30.16]",
|
2533
|
+
"member": "int64",
|
2534
|
+
"name": "FrameDelta",
|
2535
|
+
"output_required": false,
|
2536
|
+
"type": "list",
|
2537
|
+
"value_allowed_null": true
|
2538
|
+
},
|
2539
|
+
{
|
2540
|
+
"disabled": false,
|
2541
|
+
"document": "最大帧间隔\n注意:此字段可能返回 null,表示取不到有效值。",
|
2542
|
+
"example": "[20.12,20.25,30.16]",
|
2543
|
+
"member": "int64",
|
2544
|
+
"name": "MaxFrameDelta",
|
2545
|
+
"output_required": false,
|
2546
|
+
"type": "list",
|
2547
|
+
"value_allowed_null": true
|
2548
|
+
},
|
2549
|
+
{
|
2550
|
+
"disabled": false,
|
2551
|
+
"document": "总码率评估,单位:kbps\n注意:此字段可能返回 null,表示取不到有效值。",
|
2552
|
+
"example": "[20.12,20.25,30.16]",
|
2553
|
+
"member": "int64",
|
2554
|
+
"name": "TotalBitrateEstimate",
|
2555
|
+
"output_required": false,
|
2556
|
+
"type": "list",
|
2557
|
+
"value_allowed_null": true
|
2558
|
+
},
|
2559
|
+
{
|
2560
|
+
"disabled": false,
|
2561
|
+
"document": "帧间隔大于100ms的卡顿时长\n注意:此字段可能返回 null,表示取不到有效值。",
|
2562
|
+
"example": "[20.12,20.25,30.16]",
|
2563
|
+
"member": "int64",
|
2564
|
+
"name": "Lag100Duration",
|
2565
|
+
"output_required": false,
|
2566
|
+
"type": "list",
|
2567
|
+
"value_allowed_null": true
|
2568
|
+
},
|
2569
|
+
{
|
2570
|
+
"disabled": false,
|
2571
|
+
"document": "帧间隔大于150ms的卡顿时长\n注意:此字段可能返回 null,表示取不到有效值。",
|
2572
|
+
"example": "[20.12,20.25,30.16]",
|
2573
|
+
"member": "int64",
|
2574
|
+
"name": "Lag150Duration",
|
2575
|
+
"output_required": false,
|
2576
|
+
"type": "list",
|
2577
|
+
"value_allowed_null": true
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"disabled": false,
|
2581
|
+
"document": "是否开启多网:0 单网,1 多网\n注意:此字段可能返回 null,表示取不到有效值。",
|
2582
|
+
"example": "0",
|
2583
|
+
"member": "int64",
|
2584
|
+
"name": "MultiMode",
|
2585
|
+
"output_required": false,
|
2586
|
+
"type": "int",
|
2587
|
+
"value_allowed_null": true
|
2588
|
+
},
|
2589
|
+
{
|
2590
|
+
"disabled": false,
|
2591
|
+
"document": "多网卡信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
2592
|
+
"example": "无",
|
2593
|
+
"member": "MultiNet",
|
2594
|
+
"name": "MultiNet",
|
2595
|
+
"output_required": false,
|
2596
|
+
"type": "list",
|
2597
|
+
"value_allowed_null": true
|
2423
2598
|
}
|
2424
2599
|
],
|
2425
2600
|
"usage": "out"
|
@@ -59,8 +59,8 @@
|
|
59
59
|
"DescribeDeviceList": [
|
60
60
|
{
|
61
61
|
"document": "",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: trro.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceList\n<公共请求参数>\n\n{\n \"ProjectId\": \"
|
63
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Num\": 1,\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\",\n \"Devices\": [\n {\n \"DeviceName\": \"test1\",\n \"ProjectId\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: trro.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceList\n<公共请求参数>\n\n{\n \"ProjectId\": \"abc\",\n \"DeviceType\": \"field\",\n \"SearchWords\": \"abc\",\n \"PageSize\": 10,\n \"PageNumber\": 1,\n \"DeviceStatus\": \"\"\n}",
|
63
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Num\": 1,\n \"RequestId\": \"8979fc1e-9564-4fc9-bf7d-2958ce679b72\",\n \"Devices\": [\n {\n \"DeviceName\": \"test1\",\n \"ProjectId\": \"abc\",\n \"LastReportTime\": \"2022-03-22T08:00:00+08:00\",\n \"DeviceStatus\": \"offline\",\n \"DeviceType\": \"field\",\n \"DeviceId\": \"dev1\",\n \"ModifyTime\": \"2022-03-21T08:00:00+08:00\"\n }\n ]\n }\n}",
|
64
64
|
"title": "设备列表获取示例"
|
65
65
|
}
|
66
66
|
],
|
@@ -68,7 +68,7 @@
|
|
68
68
|
{
|
69
69
|
"document": "",
|
70
70
|
"input": "POST / HTTP/1.1\nHost: trro.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceSessionDetails\n<公共请求参数>\n\n{\n \"SessionId\": \"abcde-50f7-4c60-9c89-e7076c8529a9-0\"\n}",
|
71
|
-
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"
|
71
|
+
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"DeviceType\": \"abc\",\n \"StartTime\": 1,\n \"EndTime\": 1,\n \"SessionId\": \"abc\",\n \"Rate\": [\n 0\n ],\n \"Fps\": [\n 0\n ],\n \"Lost\": [\n 0\n ],\n \"NetworkLatency\": [\n 0\n ],\n \"VideoLatency\": [\n 0\n ],\n \"CpuUsed\": [\n 0\n ],\n \"MemUsed\": [\n 0\n ],\n \"TimeOffset\": [\n 1\n ],\n \"ProjectId\": \"abc\",\n \"DeviceId\": \"abc\",\n \"Ver\": \"abc\",\n \"SdkMode\": \"abc\",\n \"DecodeCost\": [\n 0\n ],\n \"RenderConst\": [\n 0\n ],\n \"K100\": [\n 0\n ],\n \"K150\": [\n 0\n ],\n \"NACK\": [\n 0\n ],\n \"BitRateEstimate\": [\n 0\n ],\n \"Width\": 0,\n \"Height\": 0,\n \"EncodeCost\": [\n 0\n ],\n \"CaptureCost\": [\n 0\n ],\n \"RenderCost\": [\n 0\n ],\n \"ConfigWidth\": 0,\n \"ConfigHeight\": 0,\n \"FrameDelta\": [\n 0\n ],\n \"MaxFrameDelta\": [\n 0\n ],\n \"TotalBitrateEstimate\": [\n 0\n ],\n \"Lag100Duration\": [\n 0\n ],\n \"Lag150Duration\": [\n 0\n ],\n \"MultiMode\": 0,\n \"MultiNet\": [\n {\n \"NetId\": 0,\n \"NetIp\": \"abc\",\n \"Rtt\": [\n 0\n ],\n \"Lost\": [\n 0\n ],\n \"SendBps\": [\n 0\n ],\n \"RecvBps\": [\n 0\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
72
72
|
"title": "示例1"
|
73
73
|
}
|
74
74
|
],
|
@@ -295,7 +295,7 @@
|
|
295
295
|
"status": "online"
|
296
296
|
},
|
297
297
|
"StartPublishCdnStream": {
|
298
|
-
"document": "
|
298
|
+
"document": "接口说明: \n启动一个混流转推任务,将 TRTC 房间的多路音视频流混成一路音视频流,编码后推到直播 CDN 或者回推到 TRTC 房间。也支持不转码直接转推 TRTC 房间的单路流。启动成功后,会返回一个 SdkAppid 维度唯一的任务 Id(TaskId)。您需要保存该 TaskId,后续需要依赖此 TaskId 更新和结束任务。可以参考文档: [功能说明](https://cloud.tencent.com/document/product/647/84721#b9a855f4-e38c-4616-9b07-fc44e0e8282a) 和 [常见问题](https://cloud.tencent.com/document/product/647/62620)\n\n注意:\n您可以在控制台开通旁路转推回调功能,对转推 CDN 状态的事件进行监控,回调请参考文档:[旁路转推回调说明](https://cloud.tencent.com/document/product/647/88552) \n您发起混流转推任务时,可能会产生如下费用: \nMCU 混流转码费用,请参考文档:[云端混流转码计费说明](https://cloud.tencent.com/document/product/647/49446) \n转推非腾讯云 CDN 费用,请参考文档:[云端转推计费说明](https://cloud.tencent.com/document/product/647/82155)",
|
299
299
|
"input": "StartPublishCdnStreamRequest",
|
300
300
|
"name": "启动转推任务",
|
301
301
|
"output": "StartPublishCdnStreamResponse",
|
@@ -344,7 +344,7 @@
|
|
344
344
|
"status": "online"
|
345
345
|
},
|
346
346
|
"StopPublishCdnStream": {
|
347
|
-
"document": "
|
347
|
+
"document": "接口说明:\n停止指定的混流转推任务。如果没有调用 Stop 接口停止任务,所有参与混流转推的主播离开 TRTC 房间超过 AgentParams.MaxIdleTime 设置的时间后,任务也会自动停止。",
|
348
348
|
"input": "StopPublishCdnStreamRequest",
|
349
349
|
"name": "停止转推任务",
|
350
350
|
"output": "StopPublishCdnStreamResponse",
|
@@ -372,7 +372,7 @@
|
|
372
372
|
"status": "deprecated"
|
373
373
|
},
|
374
374
|
"UpdatePublishCdnStream": {
|
375
|
-
"document": "
|
375
|
+
"document": "接口说明:\n成功发起混流转推后,可以使用此接口来更新任务。仅在任务进行时有效,任务退出后更新将会返回错误。更新操作为增量更新模式。\n注意:为了保障推流的稳定性,更新不支持任务在纯音频、音视频、纯视频之间进行切换。",
|
376
376
|
"input": "UpdatePublishCdnStreamRequest",
|
377
377
|
"name": "更新转推任务",
|
378
378
|
"output": "UpdatePublishCdnStreamResponse",
|
@@ -4054,8 +4054,7 @@
|
|
4054
4054
|
"member": "uint64",
|
4055
4055
|
"name": "WaterMarkType",
|
4056
4056
|
"required": false,
|
4057
|
-
"type": "int"
|
4058
|
-
"value_allowed_null": false
|
4057
|
+
"type": "int"
|
4059
4058
|
},
|
4060
4059
|
{
|
4061
4060
|
"disabled": false,
|
@@ -4064,8 +4063,7 @@
|
|
4064
4063
|
"member": "McuWaterMarkImage",
|
4065
4064
|
"name": "WaterMarkImage",
|
4066
4065
|
"required": false,
|
4067
|
-
"type": "object"
|
4068
|
-
"value_allowed_null": false
|
4066
|
+
"type": "object"
|
4069
4067
|
},
|
4070
4068
|
{
|
4071
4069
|
"disabled": false,
|
@@ -4074,8 +4072,7 @@
|
|
4074
4072
|
"member": "McuWaterMarkText",
|
4075
4073
|
"name": "WaterMarkText",
|
4076
4074
|
"required": false,
|
4077
|
-
"type": "object"
|
4078
|
-
"value_allowed_null": true
|
4075
|
+
"type": "object"
|
4079
4076
|
}
|
4080
4077
|
],
|
4081
4078
|
"usage": "in"
|
@@ -6968,7 +6965,7 @@
|
|
6968
6965
|
},
|
6969
6966
|
{
|
6970
6967
|
"disabled": false,
|
6971
|
-
"document": "
|
6968
|
+
"document": "更新相关参数,只支持更新参与混音的主播列表参数,不支持更新Codec、采样率、码率和声道数。不填表示不更新此参数。",
|
6972
6969
|
"example": "AudioParams",
|
6973
6970
|
"member": "McuAudioParams",
|
6974
6971
|
"name": "AudioParams",
|
@@ -339,33 +339,39 @@
|
|
339
339
|
"StartPublishCdnStream": [
|
340
340
|
{
|
341
341
|
"document": "无",
|
342
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"
|
342
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"AgentParams\": {\n \"MaxIdleTime\": 30,\n \"UserSig\": \"eJw1zV8LgjAUBfCvInsO2dStGfQSQUb2pFJvsnLJJZW1LekPffdc6X08v8O5b5Snmd9LjRYeCnyMZt4vgUp2Fi7wB6vtuVRC207q0kpjSzIVTXUVSkE11EiEMeE8ZGw0*VCg5SCcDeRuBAutiwkLeRRwOo*nMajduy5O*gIaus9qel9vX*lJbHJmyDMxuKFFI27tsT*I1S6pl*jzBb*IOTE_\",\n \"UserId\": \"trtc_partner_test_1\"\n },\n \"AudioParams\": {\n \"AudioEncode\": {\n \"SampleRate\": 48000,\n \"Codec\": 0,\n \"BitRate\": 64,\n \"Channel\": 2\n }\n },\n \"VideoParams\": {\n \"VideoEncode\": {\n \"Height\": 720,\n \"Width\": 1280,\n \"Fps\": 15,\n \"BitRate\": 1536,\n \"Gop\": 2\n },\n \"LayoutParams\": {\n \"PureAudioHoldPlaceMode\": 0,\n \"MixLayoutMode\": 4,\n \"MixLayoutList\": [\n {\n \"LocationX\": 0,\n \"LocationY\": 0,\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_0\"\n }\n },\n \"ZOrder\": 0,\n \"ImageHeight\": 720,\n \"ImageWidth\": 640,\n \"RenderMode\": 0\n },\n {\n \"LocationX\": 640,\n \"LocationY\": 0,\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_1\"\n }\n },\n \"ZOrder\": 0,\n \"ImageHeight\": 720,\n \"ImageWidth\": 640,\n \"RenderMode\": 0\n }\n ]\n },\n \"BackGroundColor\": \"0xFF0000\",\n \"WaterMarkList\": [\n {\n \"WaterMarkType\": 0,\n \"WaterMarkImage\": {\n \"LocationX\": 64,\n \"LocationY\": 64,\n \"WaterMarkHeight\": 64,\n \"WaterMarkWidth\": 64,\n \"WaterMarkUrl\": \"https://xkt-course-1304449343.cos.ap-beijing.myqcloud.com/test/mark/37f9eb62-ca72-430e-bfca-e700b59b20e0.png\",\n \"ZOrder\": 3\n }\n }\n ]\n },\n \"PublishCdnParams\": [\n {\n \"PublishCdnUrl\": \"rtmp://3891.livepush.myqcloud.com/live/trtc_publishcdn_test1\",\n \"IsTencentCdn\": 1\n }\n ],\n \"RoomIdType\": 0,\n \"SdkAppId\": 1400188366,\n \"WithTranscoding\": 1,\n \"RoomId\": \"295066\"\n}",
|
343
343
|
"output": "{\n \"Response\": {\n \"TaskId\": \"-m97l2ZU7vxyBSmXYsRx1Xy9Kf4bVVfbbhSKC4K-4pycoZWKv542xbi139uTvGt1zAHoAQ..\",\n \"RequestId\": \"b934c535-8d82-4f52-bd52-a1cbb043c4be\"\n }\n}",
|
344
|
-
"title": "
|
344
|
+
"title": "发起音视频混流转推 CDN"
|
345
345
|
},
|
346
346
|
{
|
347
347
|
"document": "无",
|
348
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"AudioParams\": {\n \"AudioEncode\": {\n \"SampleRate\": 48000,\n \"Codec\": 0,\n \"BitRate\": 64,\n \"Channel\": 2\n }
|
349
|
-
"output": "{\n \"Response\": {\n \"
|
350
|
-
"title": "
|
348
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"AgentParams\": {\n \"MaxIdleTime\": 30,\n \"UserSig\": \"eJw1zV8LgjAUBfCvInsO2dStGfQSQUb2pFJvsnLJJZW1LekPffdc6X08v8O5b5Snmd9LjRYeCnyMZt4vgUp2Fi7wB6vtuVRC207q0kpjSzIVTXUVSkE11EiEMeE8ZGw0*VCg5SCcDeRuBAutiwkLeRRwOo*nMajduy5O*gIaus9qel9vX*lJbHJmyDMxuKFFI27tsT*I1S6pl*jzBb*IOTE_\",\n \"UserId\": \"trtc_partner_test_1\"\n },\n \"AudioParams\": {\n \"AudioEncode\": {\n \"SampleRate\": 48000,\n \"Codec\": 0,\n \"BitRate\": 64,\n \"Channel\": 2\n },\n \"SubscribeAudioList\": [\n {\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_0\"\n }\n },\n {\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_1\"\n }\n }\n ]\n },\n \"PublishCdnParams\": [\n {\n \"PublishCdnUrl\": \"rtmp://3891.livepush.myqcloud.com/live/trtc_publishcdn_test1\",\n \"IsTencentCdn\": 1\n }\n ],\n \"RoomIdType\": 0,\n \"SdkAppId\": 1400188366,\n \"WithTranscoding\": 1,\n \"RoomId\": \"295066\"\n}",
|
349
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"388014ec-a0b8-4b8f-86bc-1f467448f5f0\",\n \"TaskId\": \"-m9lnV5U7nj4rkLBWMXF9n8-EohONCXbalWuLYK-4pycoZWQndibcqSVnrlqKF5om7EIDVk4awE.\"\n }\n}",
|
350
|
+
"title": "发起纯音频混流转推 CDN"
|
351
351
|
},
|
352
352
|
{
|
353
353
|
"document": "无",
|
354
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"
|
354
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"AgentParams\": {\n \"MaxIdleTime\": 30,\n \"UserSig\": \"eJw1zV8LgjAUBfCvInsO2dStGfQSQUb2pFJvsnLJJZW1LekPffdc6X08v8O5b5Snmd9LjRYeCnyMZt4vgUp2Fi7wB6vtuVRC207q0kpjSzIVTXUVSkE11EiEMeE8ZGw0*VCg5SCcDeRuBAutiwkLeRRwOo*nMajduy5O*gIaus9qel9vX*lJbHJmyDMxuKFFI27tsT*I1S6pl*jzBb*IOTE_\",\n \"UserId\": \"trtc_partner_test_1\"\n },\n \"AudioParams\": {\n \"AudioEncode\": {\n \"SampleRate\": 48000,\n \"Codec\": 0,\n \"BitRate\": 64,\n \"Channel\": 2\n }\n },\n \"VideoParams\": {\n \"VideoEncode\": {\n \"Height\": 720,\n \"Width\": 1280,\n \"Fps\": 15,\n \"BitRate\": 1536,\n \"Gop\": 2\n }\n },\n \"SingleSubscribeParams\": {\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_0\"\n }\n }\n },\n \"PublishCdnParams\": [\n {\n \"PublishCdnUrl\": \"rtmp://3891.livepush.myqcloud.com/live/trtc_publishcdn_test1\",\n \"IsTencentCdn\": 1\n }\n ],\n \"RoomIdType\": 0,\n \"SdkAppId\": 1400188366,\n \"WithTranscoding\": 0,\n \"RoomId\": \"295066\"\n}",
|
355
355
|
"output": "{\n \"Response\": {\n \"TaskId\": \"-m97l2ZU7tq6nEsHR89259B8aCDblqnbGhWKC4K-4pycoZWpyHnld1jC9aCD+EU7V8WRAQ..\",\n \"RequestId\": \"f23d95bf-ddaf-4d0c-86c0-6bf50c74c0a0\"\n }\n}",
|
356
|
-
"title": "发起单流音视频旁路转推"
|
356
|
+
"title": "发起单流音视频旁路转推 CDN"
|
357
357
|
},
|
358
358
|
{
|
359
359
|
"document": "无",
|
360
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"
|
361
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"-
|
362
|
-
"title": "
|
360
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"AgentParams\": {\n \"MaxIdleTime\": 30,\n \"UserSig\": \"eJw1zV8LgjAUBfCvInsO2dStGfQSQUb2pFJvsnLJJZW1LekPffdc6X08v8O5b5Snmd9LjRYeCnyMZt4vgUp2Fi7wB6vtuVRC207q0kpjSzIVTXUVSkE11EiEMeE8ZGw0*VCg5SCcDeRuBAutiwkLeRRwOo*nMajduy5O*gIaus9qel9vX*lJbHJmyDMxuKFFI27tsT*I1S6pl*jzBb*IOTE_\",\n \"UserId\": \"trtc_partner_test_1\"\n },\n \"AudioParams\": {\n \"AudioEncode\": {\n \"SampleRate\": 48000,\n \"Codec\": 0,\n \"BitRate\": 64,\n \"Channel\": 2\n }\n },\n \"SingleSubscribeParams\": {\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_0\"\n }\n }\n },\n \"PublishCdnParams\": [\n {\n \"PublishCdnUrl\": \"rtmp://3891.livepush.myqcloud.com/live/trtc_publishcdn_test1\",\n \"IsTencentCdn\": 1\n }\n ],\n \"RoomIdType\": 0,\n \"SdkAppId\": 1400188366,\n \"WithTranscoding\": 0,\n \"RoomId\": \"295066\"\n}",
|
361
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"-m97l2ZU7r57nZBesMa84KgzxhH0OBbbCRaKC4K-4pycoZW7yFPtusNuZOen1Ca0qtQQAQ..\",\n \"RequestId\": \"ef089f8b-d0d1-4131-894d-4edd68d61605\"\n }\n}",
|
362
|
+
"title": "发起单流纯音频旁路转推 CDN"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"document": "",
|
366
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"AgentParams\": {\n \"MaxIdleTime\": 30,\n \"UserSig\": \"eJw1zV8LgjAUBfCvInsO2dStGfQSQUb2pFJvsnLJJZW1LekPffdc6X08v8O5b5Snmd9LjRYeCnyMZt4vgUp2Fi7wB6vtuVRC207q0kpjSzIVTXUVSkE11EiEMeE8ZGw0*VCg5SCcDeRuBAutiwkLeRRwOo*nMajduy5O*gIaus9qel9vX*lJbHJmyDMxuKFFI27tsT*I1S6pl*jzBb*IOTE_\",\n \"UserId\": \"trtc_partner_test_1\"\n },\n \"AudioParams\": {\n \"AudioEncode\": {\n \"SampleRate\": 48000,\n \"Codec\": 0,\n \"BitRate\": 64,\n \"Channel\": 2\n }\n },\n \"VideoParams\": {\n \"VideoEncode\": {\n \"Height\": 720,\n \"Width\": 1280,\n \"Fps\": 15,\n \"BitRate\": 1536,\n \"Gop\": 2\n },\n \"LayoutParams\": {\n \"PureAudioHoldPlaceMode\": 0,\n \"MixLayoutMode\": 4,\n \"MixLayoutList\": [\n {\n \"LocationX\": 0,\n \"LocationY\": 0,\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_0\"\n }\n },\n \"ZOrder\": 0,\n \"ImageHeight\": 720,\n \"ImageWidth\": 640,\n \"RenderMode\": 0\n },\n {\n \"LocationX\": 640,\n \"LocationY\": 0,\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_1\"\n }\n },\n \"ZOrder\": 0,\n \"ImageHeight\": 720,\n \"ImageWidth\": 640,\n \"RenderMode\": 0\n }\n ]\n },\n \"BackGroundColor\": \"0xFF0000\",\n \"WaterMarkList\": [\n {\n \"WaterMarkType\": 0,\n \"WaterMarkImage\": {\n \"LocationX\": 64,\n \"LocationY\": 64,\n \"WaterMarkHeight\": 64,\n \"WaterMarkWidth\": 64,\n \"WaterMarkUrl\": \"https://xkt-course-1304449343.cos.ap-beijing.myqcloud.com/test/mark/37f9eb62-ca72-430e-bfca-e700b59b20e0.png\",\n \"ZOrder\": 3\n }\n }\n ]\n },\n \"FeedBackRoomParams\": [\n {\n \"RoomId\": \"630777\",\n \"RoomIdType\": 0,\n \"UserId\": \"trtc_partner_test_2\",\n \"UserSig\": \"eJwtjEELgjAYhv-Ldy10m7mtQYcQOtklU6mLSFs1LVnzq4Tovwfa8Xmel-cD*zQLXsaDAhYQmI9stenQnu2o0eOpcrXHzvgKTY8V*8963dbOWQ2KLgihUkacTwXt3YCigpIlo0KyyZrBWW9ARZyQ-4O9gIJrYfK365M85PEw02HZPneNaJJbg4-1Nj6KQqZZacVhI1fw-QEkCzYe\"\n }\n ],\n \"RoomIdType\": 0,\n \"SdkAppId\": 1400188366,\n \"WithTranscoding\": 1,\n \"RoomId\": \"295066\"\n}",
|
367
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"921e9cf6-b77c-4a7a-ab0e-c66a3e66fc59\",\n \"TaskId\": \"-m9lnV5U7n7TwoLKSsii1JivUn7DLDDbP16uLYK-4pycoZWQndib8GQJZEMMXFyOHe9Ds6WfxAE.\"\n }\n}",
|
368
|
+
"title": "发起音视频混流回推 TRTC 房间"
|
363
369
|
},
|
364
370
|
{
|
365
371
|
"document": "无",
|
366
|
-
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"
|
367
|
-
"output": "{\n \"Response\": {\n \"
|
368
|
-
"title": "
|
372
|
+
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartPublishCdnStream\n<公共请求参数>\n\n{\n \"AgentParams\": {\n \"MaxIdleTime\": 30,\n \"UserSig\": \"eJw1zV8LgjAUBfCvInsO2dStGfQSQUb2pFJvsnLJJZW1LekPffdc6X08v8O5b5Snmd9LjRYeCnyMZt4vgUp2Fi7wB6vtuVRC207q0kpjSzIVTXUVSkE11EiEMeE8ZGw0*VCg5SCcDeRuBAutiwkLeRRwOo*nMajduy5O*gIaus9qel9vX*lJbHJmyDMxuKFFI27tsT*I1S6pl*jzBb*IOTE_\",\n \"UserId\": \"trtc_partner_test_1\"\n },\n \"AudioParams\": {\n \"AudioEncode\": {\n \"SampleRate\": 48000,\n \"Codec\": 0,\n \"BitRate\": 64,\n \"Channel\": 2\n }\n },\n \"VideoParams\": {\n \"VideoEncode\": {\n \"Height\": 720,\n \"Width\": 1280,\n \"Fps\": 15,\n \"BitRate\": 1536,\n \"Gop\": 2\n },\n \"LayoutParams\": {\n \"PureAudioHoldPlaceMode\": 0,\n \"MixLayoutMode\": 4,\n \"MixLayoutList\": [\n {\n \"LocationX\": 0,\n \"LocationY\": 0,\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_0\"\n }\n },\n \"ZOrder\": 0,\n \"ImageHeight\": 720,\n \"ImageWidth\": 640,\n \"RenderMode\": 0\n },\n {\n \"LocationX\": 640,\n \"LocationY\": 0,\n \"UserMediaStream\": {\n \"StreamType\": 0,\n \"UserInfo\": {\n \"RoomIdType\": 0,\n \"RoomId\": \"295066\",\n \"UserId\": \"Trtc_User_1\"\n }\n },\n \"ZOrder\": 0,\n \"ImageHeight\": 720,\n \"ImageWidth\": 640,\n \"RenderMode\": 0\n }\n ]\n },\n \"BackGroundColor\": \"0xFF0000\",\n \"WaterMarkList\": [\n {\n \"WaterMarkType\": 0,\n \"WaterMarkImage\": {\n \"LocationX\": 64,\n \"LocationY\": 64,\n \"WaterMarkHeight\": 64,\n \"WaterMarkWidth\": 64,\n \"WaterMarkUrl\": \"https://xkt-course-1304449343.cos.ap-beijing.myqcloud.com/test/mark/37f9eb62-ca72-430e-bfca-e700b59b20e0.png\",\n \"ZOrder\": 3\n }\n }\n ]\n },\n \"SeiParams\": {\n \"LayoutVolume\": {\n \"AppData\": \"layout_sei_test\",\n \"PayloadType\": 100,\n \"Interval\": 1000,\n \"FollowIdr\": 1\n }\n },\n \"PublishCdnParams\": [\n {\n \"PublishCdnUrl\": \"rtmp://3891.livepush.myqcloud.com/live/trtc_publishcdn_test1\",\n \"IsTencentCdn\": 1\n }\n ],\n \"RoomIdType\": 0,\n \"SdkAppId\": 1400188366,\n \"WithTranscoding\": 1,\n \"RoomId\": \"295066\"\n}",
|
373
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6dfc18cc-2123-4a11-9591-f1e873fbbd65\",\n \"TaskId\": \"-m9lnV5U7nzo2Xwh48Dc-YCDrR5Bk8DbJ1WrLYK-4pycoZWQndibrNig9cq-7ljX4SenbKWlZAE.\"\n }\n}",
|
374
|
+
"title": "发起音视频混流转推 CDN ,输出数据带布局 SEI"
|
369
375
|
}
|
370
376
|
],
|
371
377
|
"StartStreamIngest": [
|
@@ -12457,19 +12457,19 @@
|
|
12457
12457
|
"members": [
|
12458
12458
|
{
|
12459
12459
|
"disabled": false,
|
12460
|
-
"document": "
|
12461
|
-
"example": "
|
12460
|
+
"document": "分组所属应用ID。",
|
12461
|
+
"example": "application-xxx",
|
12462
12462
|
"member": "string",
|
12463
|
-
"name": "
|
12464
|
-
"required":
|
12463
|
+
"name": "ApplicationId",
|
12464
|
+
"required": true,
|
12465
12465
|
"type": "string"
|
12466
12466
|
},
|
12467
12467
|
{
|
12468
12468
|
"disabled": false,
|
12469
|
-
"document": "
|
12470
|
-
"example": "
|
12469
|
+
"document": "搜索字段,模糊搜索groupName字段",
|
12470
|
+
"example": "foo-group",
|
12471
12471
|
"member": "string",
|
12472
|
-
"name": "
|
12472
|
+
"name": "SearchWord",
|
12473
12473
|
"required": false,
|
12474
12474
|
"type": "string"
|
12475
12475
|
},
|
@@ -12539,6 +12539,7 @@
|
|
12539
12539
|
"example": "null",
|
12540
12540
|
"member": "ContainGroupResult",
|
12541
12541
|
"name": "Result",
|
12542
|
+
"output_required": true,
|
12542
12543
|
"type": "object",
|
12543
12544
|
"value_allowed_null": false
|
12544
12545
|
},
|
@@ -734,7 +734,7 @@
|
|
734
734
|
{
|
735
735
|
"document": "查询容器部署组列表",
|
736
736
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeContainerGroups\r\n&ApplicationId=application-xxxxxxx\r\n&Offset=0\r\n&Limit=10\r\n&<公共请求参数>",
|
737
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"41a08459-9e0b-4609-841b-0859d6f844e1\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"CpuLimit\": \"2.00\",\n \"GroupId\": \"group-xxxxxxx\",\n \"ClusterId\": \"cls-xxxxxxx\",\n \"TagName\": \"20190517xxxxxxx\",\n \"CpuRequest\": \"\",\n \"MemLimit\": \"4096.00\",\n \"GroupName\": \"test\",\n \"CreateTime\": \"\",\n \"NamespaceId\": \"namespace-xxxxxxx\",\n \"MemRequest\": \"\",\n \"ClusterName\": \"示例\",\n \"NamespaceName\": \"test\"\n }\n ]\n }\n }\n}",
|
737
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"41a08459-9e0b-4609-841b-0859d6f844e1\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"Server\": \"ccr.ccs.tencentyun.com\",\n \"CpuLimit\": \"2.00\",\n \"GroupId\": \"group-xxxxxxx\",\n \"ClusterId\": \"cls-xxxxxxx\",\n \"TagName\": \"20190517xxxxxxx\",\n \"CpuRequest\": \"\",\n \"MemLimit\": \"4096.00\",\n \"GroupName\": \"test\",\n \"RepoName\": \"tsf_410xxxxxxx/test\",\n \"CreateTime\": \"\",\n \"NamespaceId\": \"namespace-xxxxxxx\",\n \"MemRequest\": \"\",\n \"ClusterName\": \"示例\",\n \"NamespaceName\": \"test\",\n \"Alias\": \"test\",\n \"KubeInjectEnable\": true,\n \"UpdatedTime\": \"\"\n }\n ]\n }\n }\n}",
|
738
738
|
"title": "查询容器部署组列表"
|
739
739
|
}
|
740
740
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1162.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.1162
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|