tccli 3.0.1222.1__py2.py3-none-any.whl → 3.0.1223.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/billing/v20180709/api.json +356 -356
- tccli/services/billing/v20180709/examples.json +7 -7
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/dcdb/v20180411/api.json +136 -136
- tccli/services/dnspod/dnspod_client.py +139 -33
- tccli/services/dnspod/v20210323/api.json +104 -0
- tccli/services/dnspod/v20210323/examples.json +16 -0
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/hunyuan/v20230901/api.json +11 -0
- tccli/services/lcic/v20220817/api.json +10 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/live/live_client.py +322 -4
- tccli/services/live/v20180801/api.json +331 -0
- tccli/services/live/v20180801/examples.json +48 -0
- tccli/services/lke/v20231130/api.json +29 -9
- tccli/services/mariadb/v20170312/api.json +142 -142
- tccli/services/mps/v20190612/api.json +11 -1
- tccli/services/oceanus/v20190422/api.json +10 -0
- tccli/services/ocr/v20181119/api.json +30 -0
- tccli/services/ocr/v20181119/examples.json +4 -10
- tccli/services/privatedns/privatedns_client.py +4 -534
- tccli/services/privatedns/v20201028/api.json +4 -943
- tccli/services/privatedns/v20201028/examples.json +0 -80
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/teo/v20220901/api.json +5 -0
- tccli/services/tke/v20220501/api.json +3 -1
- tccli/services/vod/v20180717/api.json +19 -0
- tccli/services/vpc/v20170312/api.json +29 -0
- {tccli-3.0.1222.1.dist-info → tccli-3.0.1223.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1222.1.dist-info → tccli-3.0.1223.1.dist-info}/RECORD +36 -36
- {tccli-3.0.1222.1.dist-info → tccli-3.0.1223.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1222.1.dist-info → tccli-3.0.1223.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1222.1.dist-info → tccli-3.0.1223.1.dist-info}/license_files/LICENSE +0 -0
@@ -77,6 +77,27 @@
|
|
77
77
|
"output": "CreateCasterInputPushUrlResponse",
|
78
78
|
"status": "online"
|
79
79
|
},
|
80
|
+
"CreateCasterPgm": {
|
81
|
+
"document": "该接口用来启动主监任务,并将获取主监画面的播放地址。",
|
82
|
+
"input": "CreateCasterPgmRequest",
|
83
|
+
"name": "创建主监任务",
|
84
|
+
"output": "CreateCasterPgmResponse",
|
85
|
+
"status": "online"
|
86
|
+
},
|
87
|
+
"CreateCasterPgmFromPvw": {
|
88
|
+
"document": "该接口用来将预监画面的布局、水印、字幕等配置,复制到主监画面中。\n该接口使用时,预监任务需处于运行状态。",
|
89
|
+
"input": "CreateCasterPgmFromPvwRequest",
|
90
|
+
"name": "复制预监展示信息创建主监",
|
91
|
+
"output": "CreateCasterPgmFromPvwResponse",
|
92
|
+
"status": "online"
|
93
|
+
},
|
94
|
+
"CreateCasterPvw": {
|
95
|
+
"document": "该接口用来启动预监任务,并将获取预监画面的播放地址。",
|
96
|
+
"input": "CreateCasterPvwRequest",
|
97
|
+
"name": "创建预监任务",
|
98
|
+
"output": "CreateCasterPvwResponse",
|
99
|
+
"status": "online"
|
100
|
+
},
|
80
101
|
"CreateCommonMixStream": {
|
81
102
|
"document": "该接口用来创建通用混流。用法与旧接口 mix_streamv2.start_mix_stream_advanced 基本一致。\n注意:当前最多支持16路混流。\n最佳实践:https://cloud.tencent.com/document/product/267/45566",
|
82
103
|
"input": "CreateCommonMixStreamRequest",
|
@@ -1176,6 +1197,13 @@
|
|
1176
1197
|
"output": "ModifyPullStreamStatusResponse",
|
1177
1198
|
"status": "online"
|
1178
1199
|
},
|
1200
|
+
"ReleaseCaster": {
|
1201
|
+
"document": "调用该接口,释放导播台实例,但保留所有的配置。\n执行该接口,预监与主监画面停止,第三方推流停止。\n点播文件与直播地址将停止展示,客户自行推到导播台的流需要手动停止。",
|
1202
|
+
"input": "ReleaseCasterRequest",
|
1203
|
+
"name": "释放导播台",
|
1204
|
+
"output": "ReleaseCasterResponse",
|
1205
|
+
"status": "online"
|
1206
|
+
},
|
1179
1207
|
"RestartLivePullStreamTask": {
|
1180
1208
|
"document": "将正在运行的拉流转推任务进行重启。\n注意:\n1. 重启任务会造成推流中断。\n2. 点播源任务的重启,会根据VodRefreshType决定是续播还是从头开始播。",
|
1181
1209
|
"input": "RestartLivePullStreamTaskRequest",
|
@@ -1204,6 +1232,20 @@
|
|
1204
1232
|
"output": "StartLiveStreamMonitorResponse",
|
1205
1233
|
"status": "online"
|
1206
1234
|
},
|
1235
|
+
"StopCasterPgm": {
|
1236
|
+
"document": "该接口用来停止导播台的主监输出。\n停止主监后,对应的推流到腾讯云直播源站和推流到其他第三方平台均将会停止。",
|
1237
|
+
"input": "StopCasterPgmRequest",
|
1238
|
+
"name": "停止导播台主监任务",
|
1239
|
+
"output": "StopCasterPgmResponse",
|
1240
|
+
"status": "online"
|
1241
|
+
},
|
1242
|
+
"StopCasterPvw": {
|
1243
|
+
"document": "该接口用来停止导播台的预监任务。",
|
1244
|
+
"input": "StopCasterPvwRequest",
|
1245
|
+
"name": "停止导播台预监任务",
|
1246
|
+
"output": "StopCasterPvwResponse",
|
1247
|
+
"status": "online"
|
1248
|
+
},
|
1207
1249
|
"StopLivePadProcessor": {
|
1208
1250
|
"document": "使用该接口停止垫片流。",
|
1209
1251
|
"input": "StopLivePadProcessorRequest",
|
@@ -3600,6 +3642,205 @@
|
|
3600
3642
|
],
|
3601
3643
|
"type": "object"
|
3602
3644
|
},
|
3645
|
+
"CreateCasterPgmFromPvwRequest": {
|
3646
|
+
"document": "CreateCasterPgmFromPvw请求参数结构体",
|
3647
|
+
"members": [
|
3648
|
+
{
|
3649
|
+
"disabled": false,
|
3650
|
+
"document": "导播台ID。",
|
3651
|
+
"example": "1234",
|
3652
|
+
"member": "uint64",
|
3653
|
+
"name": "CasterId",
|
3654
|
+
"required": true,
|
3655
|
+
"type": "int"
|
3656
|
+
}
|
3657
|
+
],
|
3658
|
+
"type": "object"
|
3659
|
+
},
|
3660
|
+
"CreateCasterPgmFromPvwResponse": {
|
3661
|
+
"document": "CreateCasterPgmFromPvw返回参数结构体",
|
3662
|
+
"members": [
|
3663
|
+
{
|
3664
|
+
"disabled": false,
|
3665
|
+
"document": "主监任务的rtmp协议预览地址。 \n注:该地址仅供预览,不可分发。",
|
3666
|
+
"example": "rtmp://www.example.com/live/example_stream_id",
|
3667
|
+
"member": "string",
|
3668
|
+
"name": "PgmPlayUrl",
|
3669
|
+
"output_required": true,
|
3670
|
+
"type": "string",
|
3671
|
+
"value_allowed_null": false
|
3672
|
+
},
|
3673
|
+
{
|
3674
|
+
"disabled": false,
|
3675
|
+
"document": "注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
3676
|
+
"example": "https://example.cdn.com/live/example_stream_id",
|
3677
|
+
"member": "string",
|
3678
|
+
"name": "CdnPlayUrl",
|
3679
|
+
"output_required": true,
|
3680
|
+
"type": "string",
|
3681
|
+
"value_allowed_null": true
|
3682
|
+
},
|
3683
|
+
{
|
3684
|
+
"disabled": false,
|
3685
|
+
"document": "主监任务在腾讯云直播侧的流ID。",
|
3686
|
+
"example": "example_stream_id",
|
3687
|
+
"member": "string",
|
3688
|
+
"name": "CdnStreamId",
|
3689
|
+
"output_required": true,
|
3690
|
+
"type": "string",
|
3691
|
+
"value_allowed_null": false
|
3692
|
+
},
|
3693
|
+
{
|
3694
|
+
"disabled": false,
|
3695
|
+
"document": "主监任务的webrtc协议播放地址。 \n注:\n1.该预览地址仅作为预览,不可分发。\n2.webrtc播放地址需配合腾讯云快直播播放sdk使用。",
|
3696
|
+
"example": "webrtc://webrtc.domain.com/live/example_stream",
|
3697
|
+
"member": "string",
|
3698
|
+
"name": "PgmWebRTCPlayUrl",
|
3699
|
+
"output_required": true,
|
3700
|
+
"type": "string",
|
3701
|
+
"value_allowed_null": false
|
3702
|
+
},
|
3703
|
+
{
|
3704
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3705
|
+
"member": "string",
|
3706
|
+
"name": "RequestId",
|
3707
|
+
"type": "string"
|
3708
|
+
}
|
3709
|
+
],
|
3710
|
+
"type": "object"
|
3711
|
+
},
|
3712
|
+
"CreateCasterPgmRequest": {
|
3713
|
+
"document": "CreateCasterPgm请求参数结构体",
|
3714
|
+
"members": [
|
3715
|
+
{
|
3716
|
+
"disabled": false,
|
3717
|
+
"document": "导播台展示信息参数。",
|
3718
|
+
"example": "无",
|
3719
|
+
"member": "CasterDisplayInfo",
|
3720
|
+
"name": "PgmDisplayInfo",
|
3721
|
+
"required": true,
|
3722
|
+
"type": "object"
|
3723
|
+
},
|
3724
|
+
{
|
3725
|
+
"disabled": false,
|
3726
|
+
"document": "导播台ID。",
|
3727
|
+
"example": "1234",
|
3728
|
+
"member": "uint64",
|
3729
|
+
"name": "CasterId",
|
3730
|
+
"required": true,
|
3731
|
+
"type": "int"
|
3732
|
+
}
|
3733
|
+
],
|
3734
|
+
"type": "object"
|
3735
|
+
},
|
3736
|
+
"CreateCasterPgmResponse": {
|
3737
|
+
"document": "CreateCasterPgm返回参数结构体",
|
3738
|
+
"members": [
|
3739
|
+
{
|
3740
|
+
"disabled": false,
|
3741
|
+
"document": "主监任务的rtmp协议预览地址。\n注:该地址仅供预览,不可分发。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3742
|
+
"example": "rtmp://www.example.com/live/example_stream_id",
|
3743
|
+
"member": "string",
|
3744
|
+
"name": "PgmPlayUrl",
|
3745
|
+
"output_required": true,
|
3746
|
+
"type": "string",
|
3747
|
+
"value_allowed_null": true
|
3748
|
+
},
|
3749
|
+
{
|
3750
|
+
"disabled": false,
|
3751
|
+
"document": "注:该字段已废弃,请结合腾讯云直播播放地址生成策略生成cdn播放地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3752
|
+
"example": "https://example.cdn.com/live/example_stream_id",
|
3753
|
+
"member": "string",
|
3754
|
+
"name": "CdnPlayUrl",
|
3755
|
+
"output_required": true,
|
3756
|
+
"type": "string",
|
3757
|
+
"value_allowed_null": true
|
3758
|
+
},
|
3759
|
+
{
|
3760
|
+
"disabled": false,
|
3761
|
+
"document": "主监任务在腾讯云直播侧的流ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3762
|
+
"example": "example_stream_id",
|
3763
|
+
"member": "string",
|
3764
|
+
"name": "CdnStreamId",
|
3765
|
+
"output_required": true,
|
3766
|
+
"type": "string",
|
3767
|
+
"value_allowed_null": true
|
3768
|
+
},
|
3769
|
+
{
|
3770
|
+
"disabled": false,
|
3771
|
+
"document": "主监任务的webrtc协议播放地址。\n注:\n1. 该预览地址仅作为预览,不可分发。\n2. webrtc播放地址需配合腾讯云快直播播放sdk使用。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3772
|
+
"example": "webrtc://webrtc.domain.com/live/example_stream",
|
3773
|
+
"member": "string",
|
3774
|
+
"name": "PgmWebRTCPlayUrl",
|
3775
|
+
"output_required": true,
|
3776
|
+
"type": "string",
|
3777
|
+
"value_allowed_null": true
|
3778
|
+
},
|
3779
|
+
{
|
3780
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3781
|
+
"member": "string",
|
3782
|
+
"name": "RequestId",
|
3783
|
+
"type": "string"
|
3784
|
+
}
|
3785
|
+
],
|
3786
|
+
"type": "object"
|
3787
|
+
},
|
3788
|
+
"CreateCasterPvwRequest": {
|
3789
|
+
"document": "CreateCasterPvw请求参数结构体",
|
3790
|
+
"members": [
|
3791
|
+
{
|
3792
|
+
"disabled": false,
|
3793
|
+
"document": "导播台预监展示信息参数",
|
3794
|
+
"example": "无",
|
3795
|
+
"member": "CasterDisplayInfo",
|
3796
|
+
"name": "PvwDisplayInfo",
|
3797
|
+
"required": true,
|
3798
|
+
"type": "object"
|
3799
|
+
},
|
3800
|
+
{
|
3801
|
+
"disabled": false,
|
3802
|
+
"document": "导播台ID。",
|
3803
|
+
"example": "1234",
|
3804
|
+
"member": "uint64",
|
3805
|
+
"name": "CasterId",
|
3806
|
+
"required": true,
|
3807
|
+
"type": "int"
|
3808
|
+
}
|
3809
|
+
],
|
3810
|
+
"type": "object"
|
3811
|
+
},
|
3812
|
+
"CreateCasterPvwResponse": {
|
3813
|
+
"document": "CreateCasterPvw返回参数结构体",
|
3814
|
+
"members": [
|
3815
|
+
{
|
3816
|
+
"disabled": false,
|
3817
|
+
"document": "预监任务的画面rtmp协议预览地址。\n注:该预览地址仅供画面预览,不可分发。",
|
3818
|
+
"example": "rtmp:/www.example.com/live/example_stream_id",
|
3819
|
+
"member": "string",
|
3820
|
+
"name": "PvwPlayUrl",
|
3821
|
+
"output_required": true,
|
3822
|
+
"type": "string",
|
3823
|
+
"value_allowed_null": false
|
3824
|
+
},
|
3825
|
+
{
|
3826
|
+
"disabled": false,
|
3827
|
+
"document": "预监任务的webrtc协议预览画面。\n注:\n1. 该预览地址仅供预览,不可分发。\n2. webrtc播放地址,需配合腾讯云快直播播放sdk使用\n",
|
3828
|
+
"example": "webrtc://webrtc.example.com/live/example_stream_id",
|
3829
|
+
"member": "string",
|
3830
|
+
"name": "PvwWebRTCPlayUrl",
|
3831
|
+
"output_required": true,
|
3832
|
+
"type": "string",
|
3833
|
+
"value_allowed_null": false
|
3834
|
+
},
|
3835
|
+
{
|
3836
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3837
|
+
"member": "string",
|
3838
|
+
"name": "RequestId",
|
3839
|
+
"type": "string"
|
3840
|
+
}
|
3841
|
+
],
|
3842
|
+
"type": "object"
|
3843
|
+
},
|
3603
3844
|
"CreateCasterRequest": {
|
3604
3845
|
"document": "CreateCaster请求参数结构体",
|
3605
3846
|
"members": [
|
@@ -6211,6 +6452,15 @@
|
|
6211
6452
|
"name": "Operator",
|
6212
6453
|
"required": true,
|
6213
6454
|
"type": "string"
|
6455
|
+
},
|
6456
|
+
{
|
6457
|
+
"disabled": false,
|
6458
|
+
"document": "指定任务 ID。注意:用于删除使用自定义任务 ID 创建的任务。",
|
6459
|
+
"example": "test",
|
6460
|
+
"member": "string",
|
6461
|
+
"name": "SpecifyTaskId",
|
6462
|
+
"required": false,
|
6463
|
+
"type": "string"
|
6214
6464
|
}
|
6215
6465
|
],
|
6216
6466
|
"type": "object"
|
@@ -17810,6 +18060,33 @@
|
|
17810
18060
|
],
|
17811
18061
|
"usage": "out"
|
17812
18062
|
},
|
18063
|
+
"ReleaseCasterRequest": {
|
18064
|
+
"document": "ReleaseCaster请求参数结构体",
|
18065
|
+
"members": [
|
18066
|
+
{
|
18067
|
+
"disabled": false,
|
18068
|
+
"document": "导播台ID。",
|
18069
|
+
"example": "1234",
|
18070
|
+
"member": "uint64",
|
18071
|
+
"name": "CasterId",
|
18072
|
+
"required": true,
|
18073
|
+
"type": "int"
|
18074
|
+
}
|
18075
|
+
],
|
18076
|
+
"type": "object"
|
18077
|
+
},
|
18078
|
+
"ReleaseCasterResponse": {
|
18079
|
+
"document": "ReleaseCaster返回参数结构体",
|
18080
|
+
"members": [
|
18081
|
+
{
|
18082
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
18083
|
+
"member": "string",
|
18084
|
+
"name": "RequestId",
|
18085
|
+
"type": "string"
|
18086
|
+
}
|
18087
|
+
],
|
18088
|
+
"type": "object"
|
18089
|
+
},
|
17813
18090
|
"RestartLivePullStreamTaskRequest": {
|
17814
18091
|
"document": "RestartLivePullStreamTask请求参数结构体",
|
17815
18092
|
"members": [
|
@@ -18250,6 +18527,60 @@
|
|
18250
18527
|
],
|
18251
18528
|
"type": "object"
|
18252
18529
|
},
|
18530
|
+
"StopCasterPgmRequest": {
|
18531
|
+
"document": "StopCasterPgm请求参数结构体",
|
18532
|
+
"members": [
|
18533
|
+
{
|
18534
|
+
"disabled": false,
|
18535
|
+
"document": "导播台ID。",
|
18536
|
+
"example": "1234",
|
18537
|
+
"member": "uint64",
|
18538
|
+
"name": "CasterId",
|
18539
|
+
"required": true,
|
18540
|
+
"type": "int"
|
18541
|
+
}
|
18542
|
+
],
|
18543
|
+
"type": "object"
|
18544
|
+
},
|
18545
|
+
"StopCasterPgmResponse": {
|
18546
|
+
"document": "StopCasterPgm返回参数结构体",
|
18547
|
+
"members": [
|
18548
|
+
{
|
18549
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
18550
|
+
"member": "string",
|
18551
|
+
"name": "RequestId",
|
18552
|
+
"type": "string"
|
18553
|
+
}
|
18554
|
+
],
|
18555
|
+
"type": "object"
|
18556
|
+
},
|
18557
|
+
"StopCasterPvwRequest": {
|
18558
|
+
"document": "StopCasterPvw请求参数结构体",
|
18559
|
+
"members": [
|
18560
|
+
{
|
18561
|
+
"disabled": false,
|
18562
|
+
"document": "导播台ID。",
|
18563
|
+
"example": "1234",
|
18564
|
+
"member": "uint64",
|
18565
|
+
"name": "CasterId",
|
18566
|
+
"required": true,
|
18567
|
+
"type": "int"
|
18568
|
+
}
|
18569
|
+
],
|
18570
|
+
"type": "object"
|
18571
|
+
},
|
18572
|
+
"StopCasterPvwResponse": {
|
18573
|
+
"document": "StopCasterPvw返回参数结构体",
|
18574
|
+
"members": [
|
18575
|
+
{
|
18576
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
18577
|
+
"member": "string",
|
18578
|
+
"name": "RequestId",
|
18579
|
+
"type": "string"
|
18580
|
+
}
|
18581
|
+
],
|
18582
|
+
"type": "object"
|
18583
|
+
},
|
18253
18584
|
"StopLivePadProcessorRequest": {
|
18254
18585
|
"document": "StopLivePadProcessor请求参数结构体",
|
18255
18586
|
"members": [
|
@@ -88,6 +88,30 @@
|
|
88
88
|
"title": "请求示例"
|
89
89
|
}
|
90
90
|
],
|
91
|
+
"CreateCasterPgm": [
|
92
|
+
{
|
93
|
+
"document": "创建主监任务",
|
94
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCasterPgm\n<公共请求参数>\n\n{\n \"CasterId\": 1234,\n \"PgmDisplayInfo\": {\n \"LayoutIndex\": 1\n }\n}",
|
95
|
+
"output": "{\n \"Response\": {\n \"PgmPlayUrl\": \"rtmp://www.example.com/live/example_stream_id\",\n \"CdnPlayUrl\": \"https://cdn.example.com/live/example_stream_id\",\n \"CdnStreamId\": \"example_stream_id\",\n \"PgmWebRTCPlayUrl\": \"webrtc://webrtc.example.com/live/example_stream_id\",\n \"RequestId\": \"6a2b5970-ffbb-419e-9667-13595e755143\"\n }\n}",
|
96
|
+
"title": "请求示例"
|
97
|
+
}
|
98
|
+
],
|
99
|
+
"CreateCasterPgmFromPvw": [
|
100
|
+
{
|
101
|
+
"document": "",
|
102
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCasterPgmFromPvw\n<公共请求参数>\n\n{\n \"CasterId\": 1234\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"PgmPlayUrl\": \"rtmp://www.example.com/live/example_stream_id\",\n \"PgmWebRTCPlayUrl\": \"webrtc://webrtc.example.com/live/example_stream_id\",\n \"CdnPlayUrl\": \"https://cdn.example.com/live/example_stream_id\",\n \"CdnStreamId\": \"example_stream_id\",\n \"RequestId\": \"84fea7c5-37e7-4d89-ba04-76338dc7b41d\"\n }\n}",
|
104
|
+
"title": "复制预监的布局配置到主监任务中"
|
105
|
+
}
|
106
|
+
],
|
107
|
+
"CreateCasterPvw": [
|
108
|
+
{
|
109
|
+
"document": "创建使用布局Index 1的预监任务。",
|
110
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCasterPvw\n<公共请求参数>\n\n{\n \"CasterId\": 1234,\n \"PvwDisplayInfo\": {\n \"LayoutIndex\": 1\n }\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"PvwPlayUrl\": \"rtmp://www.example.com/live/pvw_example\",\n \"PvwWebRTCPlayUrl\": \"webrtc://webrtc.example.domain/live/pvw_example\",\n \"RequestId\": \"6a2b5970-ffbb-419e-9667-13595e755143\"\n }\n}",
|
112
|
+
"title": "请求示例"
|
113
|
+
}
|
114
|
+
],
|
91
115
|
"CreateCommonMixStream": [
|
92
116
|
{
|
93
117
|
"document": "使用混流预置模板混流。",
|
@@ -1368,6 +1392,14 @@
|
|
1368
1392
|
"title": "请求示例"
|
1369
1393
|
}
|
1370
1394
|
],
|
1395
|
+
"ReleaseCaster": [
|
1396
|
+
{
|
1397
|
+
"document": "释放导播台",
|
1398
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReleaseCaster\n<公共请求参数>\n\n{\n \"CasterId\": 1234\n}",
|
1399
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
1400
|
+
"title": "请求示例"
|
1401
|
+
}
|
1402
|
+
],
|
1371
1403
|
"RestartLivePullStreamTask": [
|
1372
1404
|
{
|
1373
1405
|
"document": "",
|
@@ -1400,6 +1432,22 @@
|
|
1400
1432
|
"title": "启动一个直播监播任务"
|
1401
1433
|
}
|
1402
1434
|
],
|
1435
|
+
"StopCasterPgm": [
|
1436
|
+
{
|
1437
|
+
"document": "停止主监任务",
|
1438
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopCasterPgm\n<公共请求参数>\n\n{\n \"CasterId\": 1234\n}",
|
1439
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
1440
|
+
"title": "请求示例"
|
1441
|
+
}
|
1442
|
+
],
|
1443
|
+
"StopCasterPvw": [
|
1444
|
+
{
|
1445
|
+
"document": "停止预监任务",
|
1446
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopCasterPvw\n<公共请求参数>\n\n{\n \"CasterId\": 1234\n}",
|
1447
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
1448
|
+
"title": "请求示例"
|
1449
|
+
}
|
1450
|
+
],
|
1403
1451
|
"StopLivePadProcessor": [
|
1404
1452
|
{
|
1405
1453
|
"document": "接口用于停止垫片流。",
|
@@ -3,14 +3,14 @@
|
|
3
3
|
"CheckAttributeLabelExist": {
|
4
4
|
"document": "检查属性下的标签名是否存在",
|
5
5
|
"input": "CheckAttributeLabelExistRequest",
|
6
|
-
"name": "
|
6
|
+
"name": "检查标签下的标签值是否存在",
|
7
7
|
"output": "CheckAttributeLabelExistResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"CheckAttributeLabelRefer": {
|
11
11
|
"document": "检查属性标签引用",
|
12
12
|
"input": "CheckAttributeLabelReferRequest",
|
13
|
-
"name": "
|
13
|
+
"name": "检查标签引用",
|
14
14
|
"output": "CheckAttributeLabelReferResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"DeleteAttributeLabel": {
|
88
88
|
"document": "删除属性标签",
|
89
89
|
"input": "DeleteAttributeLabelRequest",
|
90
|
-
"name": "
|
90
|
+
"name": "删除标签",
|
91
91
|
"output": "DeleteAttributeLabelResponse",
|
92
92
|
"status": "online"
|
93
93
|
},
|
@@ -129,7 +129,7 @@
|
|
129
129
|
"DescribeAttributeLabel": {
|
130
130
|
"document": "查询属性标签详情",
|
131
131
|
"input": "DescribeAttributeLabelRequest",
|
132
|
-
"name": "
|
132
|
+
"name": "查询标签详情",
|
133
133
|
"output": "DescribeAttributeLabelResponse",
|
134
134
|
"status": "online"
|
135
135
|
},
|
@@ -262,7 +262,7 @@
|
|
262
262
|
"ExportAttributeLabel": {
|
263
263
|
"document": "导出属性标签",
|
264
264
|
"input": "ExportAttributeLabelRequest",
|
265
|
-
"name": "
|
265
|
+
"name": "导出标签",
|
266
266
|
"output": "ExportAttributeLabelResponse",
|
267
267
|
"status": "online"
|
268
268
|
},
|
@@ -395,7 +395,7 @@
|
|
395
395
|
"ListAttributeLabel": {
|
396
396
|
"document": "查询属性标签列表",
|
397
397
|
"input": "ListAttributeLabelRequest",
|
398
|
-
"name": "
|
398
|
+
"name": "查询标签列表",
|
399
399
|
"output": "ListAttributeLabelResponse",
|
400
400
|
"status": "online"
|
401
401
|
},
|
@@ -493,7 +493,7 @@
|
|
493
493
|
"ModifyAttributeLabel": {
|
494
494
|
"document": "编辑属性标签",
|
495
495
|
"input": "ModifyAttributeLabelRequest",
|
496
|
-
"name": "
|
496
|
+
"name": "编辑标签",
|
497
497
|
"output": "ModifyAttributeLabelResponse",
|
498
498
|
"status": "online"
|
499
499
|
},
|
@@ -626,7 +626,7 @@
|
|
626
626
|
"UploadAttributeLabel": {
|
627
627
|
"document": "上传导入属性标签",
|
628
628
|
"input": "UploadAttributeLabelRequest",
|
629
|
-
"name": "
|
629
|
+
"name": "上传导入标签",
|
630
630
|
"output": "UploadAttributeLabelResponse",
|
631
631
|
"status": "online"
|
632
632
|
},
|
@@ -1001,7 +1001,7 @@
|
|
1001
1001
|
"usage": "out"
|
1002
1002
|
},
|
1003
1003
|
"AttrLabelDetail": {
|
1004
|
-
"document": "
|
1004
|
+
"document": "标签详情",
|
1005
1005
|
"members": [
|
1006
1006
|
{
|
1007
1007
|
"disabled": false,
|
@@ -1052,6 +1052,26 @@
|
|
1052
1052
|
"output_required": false,
|
1053
1053
|
"type": "bool",
|
1054
1054
|
"value_allowed_null": true
|
1055
|
+
},
|
1056
|
+
{
|
1057
|
+
"disabled": false,
|
1058
|
+
"document": "状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
1059
|
+
"example": "无",
|
1060
|
+
"member": "int64",
|
1061
|
+
"name": "Status",
|
1062
|
+
"output_required": false,
|
1063
|
+
"type": "int",
|
1064
|
+
"value_allowed_null": true
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"disabled": false,
|
1068
|
+
"document": "状态描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
1069
|
+
"example": "无",
|
1070
|
+
"member": "string",
|
1071
|
+
"name": "StatusDesc",
|
1072
|
+
"output_required": false,
|
1073
|
+
"type": "string",
|
1074
|
+
"value_allowed_null": true
|
1055
1075
|
}
|
1056
1076
|
],
|
1057
1077
|
"usage": "out"
|