tccli 3.0.1174.1__py2.py3-none-any.whl → 3.0.1176.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.
Files changed (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/ccc/v20200210/api.json +9 -9
  4. tccli/services/cdwdoris/cdwdoris_client.py +144 -144
  5. tccli/services/cdwdoris/v20211228/api.json +816 -1196
  6. tccli/services/cdwdoris/v20211228/examples.json +70 -70
  7. tccli/services/clb/v20180317/api.json +1 -1
  8. tccli/services/cvm/v20170312/api.json +1 -1
  9. tccli/services/cynosdb/cynosdb_client.py +114 -8
  10. tccli/services/cynosdb/v20190107/api.json +136 -0
  11. tccli/services/cynosdb/v20190107/examples.json +16 -0
  12. tccli/services/dbbrain/v20210527/api.json +116 -1
  13. tccli/services/dbbrain/v20210527/examples.json +1 -1
  14. tccli/services/eb/v20210416/api.json +1 -0
  15. tccli/services/ecm/v20190719/api.json +8 -6
  16. tccli/services/emr/v20190103/api.json +9 -0
  17. tccli/services/ess/v20201111/api.json +10 -0
  18. tccli/services/faceid/v20180301/api.json +20 -2
  19. tccli/services/faceid/v20180301/examples.json +7 -1
  20. tccli/services/hunyuan/v20230901/api.json +2 -2
  21. tccli/services/ims/v20201229/api.json +2 -2
  22. tccli/services/lke/v20231130/api.json +9 -0
  23. tccli/services/mps/v20190612/api.json +49 -29
  24. tccli/services/sqlserver/sqlserver_client.py +53 -0
  25. tccli/services/sqlserver/v20180328/api.json +108 -9
  26. tccli/services/sqlserver/v20180328/examples.json +8 -0
  27. tccli/services/tiia/tiia_client.py +4 -57
  28. tccli/services/tiia/v20190529/api.json +0 -296
  29. tccli/services/tiia/v20190529/examples.json +0 -8
  30. tccli/services/trtc/trtc_client.py +53 -0
  31. tccli/services/trtc/v20190722/api.json +62 -0
  32. tccli/services/trtc/v20190722/examples.json +8 -0
  33. tccli/services/vod/v20180717/api.json +403 -5
  34. tccli/services/vod/v20180717/examples.json +31 -1
  35. tccli/services/vod/vod_client.py +171 -12
  36. tccli/services/vpc/v20170312/api.json +10 -1
  37. {tccli-3.0.1174.1.dist-info → tccli-3.0.1176.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1174.1.dist-info → tccli-3.0.1176.1.dist-info}/RECORD +41 -41
  39. {tccli-3.0.1174.1.dist-info → tccli-3.0.1176.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1174.1.dist-info → tccli-3.0.1176.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1174.1.dist-info → tccli-3.0.1176.1.dist-info}/license_files/LICENSE +0 -0
@@ -511,6 +511,13 @@
511
511
  "output": "DescribeContentReviewTemplatesResponse",
512
512
  "status": "online"
513
513
  },
514
+ "DescribeCurrentPlaylist": {
515
+ "document": "查询轮播当前播放列表。",
516
+ "input": "DescribeCurrentPlaylistRequest",
517
+ "name": "查询轮播当前播放列表",
518
+ "output": "DescribeCurrentPlaylistResponse",
519
+ "status": "online"
520
+ },
514
521
  "DescribeDailyMediaPlayStat": {
515
522
  "document": "该接口用于查询指定日期范围内每天的播放统计数据。\n* 可以查询最近一年的播放统计数据。\n* 结束日期和起始日期的时间跨度最大为90天。",
516
523
  "input": "DescribeDailyMediaPlayStatRequest",
@@ -833,6 +840,13 @@
833
840
  "output": "ExtractTraceWatermarkResponse",
834
841
  "status": "online"
835
842
  },
843
+ "FastEditMedia": {
844
+ "document": "对 HLS 视频实现快速拼接和快速剪辑,生成新的 HLS 格式的媒体。",
845
+ "input": "FastEditMediaRequest",
846
+ "name": "快速媒体编辑",
847
+ "output": "FastEditMediaResponse",
848
+ "status": "online"
849
+ },
836
850
  "ForbidMediaDistribution": {
837
851
  "document": "* 对媒体禁播后,除了点播控制台预览,其他场景访问视频各种资源的 URL(原始文件、转码输出文件、截图等)均会返回 403。\n 禁播/解禁操作全网生效时间约 5~10 分钟。",
838
852
  "input": "ForbidMediaDistributionRequest",
@@ -840,6 +854,13 @@
840
854
  "output": "ForbidMediaDistributionResponse",
841
855
  "status": "online"
842
856
  },
857
+ "HandleCurrentPlaylist": {
858
+ "document": "操作轮播当前播放列表。支持的操作有:<li> Insert:向当前播列表插入播放节目。</li><li> Delete:删除播列表中的播放节目。</li>",
859
+ "input": "HandleCurrentPlaylistRequest",
860
+ "name": "操作轮播当前播放列表",
861
+ "output": "HandleCurrentPlaylistResponse",
862
+ "status": "online"
863
+ },
843
864
  "InspectMediaQuality": {
844
865
  "document": "对点播中的音视频媒体发起音画质检测任务。",
845
866
  "input": "InspectMediaQualityRequest",
@@ -13463,6 +13484,61 @@
13463
13484
  ],
13464
13485
  "type": "object"
13465
13486
  },
13487
+ "DescribeCurrentPlaylistRequest": {
13488
+ "document": "DescribeCurrentPlaylist请求参数结构体",
13489
+ "members": [
13490
+ {
13491
+ "disabled": false,
13492
+ "document": "<b>点播[应用](/document/product/266/14574) ID。</b>",
13493
+ "example": "12345",
13494
+ "member": "uint64",
13495
+ "name": "SubAppId",
13496
+ "required": true,
13497
+ "type": "int"
13498
+ },
13499
+ {
13500
+ "disabled": false,
13501
+ "document": "轮播播单唯一标识。",
13502
+ "example": "a12",
13503
+ "member": "string",
13504
+ "name": "RoundPlayId",
13505
+ "required": true,
13506
+ "type": "string"
13507
+ },
13508
+ {
13509
+ "disabled": false,
13510
+ "document": "返回的播放列表的长度。最大10,默认值为5。",
13511
+ "example": "10",
13512
+ "member": "int64",
13513
+ "name": "Limit",
13514
+ "required": false,
13515
+ "type": "int"
13516
+ }
13517
+ ],
13518
+ "type": "object"
13519
+ },
13520
+ "DescribeCurrentPlaylistResponse": {
13521
+ "document": "DescribeCurrentPlaylist返回参数结构体",
13522
+ "members": [
13523
+ {
13524
+ "disabled": false,
13525
+ "document": "当前播放列表信息。",
13526
+ "example": "无",
13527
+ "member": "RoundPlayFilePlayInfo",
13528
+ "name": "CurrentPlaylist",
13529
+ "output_required": true,
13530
+ "type": "list",
13531
+ "value_allowed_null": false
13532
+ },
13533
+ {
13534
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13535
+ "member": "string",
13536
+ "name": "RequestId",
13537
+ "type": "string"
13538
+ }
13539
+ ],
13540
+ "type": "object"
13541
+ },
13466
13542
  "DescribeDailyMediaPlayStatRequest": {
13467
13543
  "document": "DescribeDailyMediaPlayStat请求参数结构体",
13468
13544
  "members": [
@@ -15390,7 +15466,7 @@
15390
15466
  },
15391
15467
  {
15392
15468
  "disabled": false,
15393
- "document": "轮播播单标识过滤条件,数组长度限制:100。",
15469
+ "document": "过滤条件:轮播播单标识,数组长度限制:100。",
15394
15470
  "example": "[\"1234\"]",
15395
15471
  "member": "string",
15396
15472
  "name": "RoundPlayIds",
@@ -15399,7 +15475,43 @@
15399
15475
  },
15400
15476
  {
15401
15477
  "disabled": false,
15402
- "document": "分页偏移量,默认值:0。",
15478
+ "document": "过滤条件,轮播播单状态,可选值: <li>Enabled:启动状态;</li> <li>Disabled:停止状态。</li>",
15479
+ "example": "Enabled",
15480
+ "member": "string",
15481
+ "name": "Status",
15482
+ "required": false,
15483
+ "type": "string"
15484
+ },
15485
+ {
15486
+ "disabled": false,
15487
+ "document": "过滤条件:轮播播单创建时间。",
15488
+ "example": "1",
15489
+ "member": "TimeRange",
15490
+ "name": "CreateTime",
15491
+ "required": false,
15492
+ "type": "object"
15493
+ },
15494
+ {
15495
+ "disabled": false,
15496
+ "document": "过滤条件:轮播播单更新时间。",
15497
+ "example": "无",
15498
+ "member": "TimeRange",
15499
+ "name": "UpdateTime",
15500
+ "required": false,
15501
+ "type": "object"
15502
+ },
15503
+ {
15504
+ "disabled": false,
15505
+ "document": "翻页标识,分批拉取时使用:当单次请求无法拉取所有数据,接口将会返回 ScrollToken,下一次请求携带该 Token,将会从下一条记录开始获取。",
15506
+ "example": "无",
15507
+ "member": "string",
15508
+ "name": "ScrollToken",
15509
+ "required": false,
15510
+ "type": "string"
15511
+ },
15512
+ {
15513
+ "disabled": false,
15514
+ "document": "分页偏移量,默认值:0。已经废弃,请根据 ScrollToken 参数进行分批次查询。",
15403
15515
  "example": "0",
15404
15516
  "member": "int64",
15405
15517
  "name": "Offset",
@@ -15423,7 +15535,7 @@
15423
15535
  "members": [
15424
15536
  {
15425
15537
  "disabled": false,
15426
- "document": "符合过滤条件的轮播播单总数。",
15538
+ "document": "符合过滤条件的轮播播单总数。已经废弃,分批次查询请请使用 ScrollToken 参数。",
15427
15539
  "example": "100",
15428
15540
  "member": "int64",
15429
15541
  "name": "TotalCount",
@@ -15441,6 +15553,16 @@
15441
15553
  "type": "list",
15442
15554
  "value_allowed_null": false
15443
15555
  },
15556
+ {
15557
+ "disabled": false,
15558
+ "document": "翻页标识,当请求未返回所有数据,该字段表示下一条记录的 ID。当该字段为空,说明已无更多数据。",
15559
+ "example": "无",
15560
+ "member": "string",
15561
+ "name": "ScrollToken",
15562
+ "output_required": false,
15563
+ "type": "string",
15564
+ "value_allowed_null": false
15565
+ },
15444
15566
  {
15445
15567
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
15446
15568
  "member": "string",
@@ -18800,6 +18922,122 @@
18800
18922
  ],
18801
18923
  "usage": "both"
18802
18924
  },
18925
+ "FastEditMediaFileInfo": {
18926
+ "document": "快速媒体编辑操作的输入媒体类型",
18927
+ "members": [
18928
+ {
18929
+ "disabled": false,
18930
+ "document": "媒体的 ID。",
18931
+ "example": "12345",
18932
+ "member": "string",
18933
+ "name": "FileId",
18934
+ "required": true,
18935
+ "type": "string"
18936
+ },
18937
+ {
18938
+ "disabled": false,
18939
+ "document": "操作的音视频类型,可选值有:\n<li>Transcode:转码输出;</li>\n<li>Original:原始音视频。</li>\n注意:操作的音视频,必须为 HLS 格式。",
18940
+ "example": "Original",
18941
+ "member": "string",
18942
+ "name": "AudioVideoType",
18943
+ "required": true,
18944
+ "type": "string"
18945
+ },
18946
+ {
18947
+ "disabled": false,
18948
+ "document": "当 AudioVideoType 为 Transcode 时有效,表示操作媒体的的转码模板 ID。",
18949
+ "example": "100210",
18950
+ "member": "int64",
18951
+ "name": "TranscodeDefinition",
18952
+ "required": false,
18953
+ "type": "int"
18954
+ },
18955
+ {
18956
+ "disabled": false,
18957
+ "document": "媒体剪辑起始的偏移时间,单位:秒。",
18958
+ "example": "0",
18959
+ "member": "float",
18960
+ "name": "StartTimeOffset",
18961
+ "required": false,
18962
+ "type": "float"
18963
+ },
18964
+ {
18965
+ "disabled": false,
18966
+ "document": "媒体剪辑结束的时间偏移,单位:秒。",
18967
+ "example": "0",
18968
+ "member": "float",
18969
+ "name": "EndTimeOffset",
18970
+ "required": false,
18971
+ "type": "float"
18972
+ }
18973
+ ],
18974
+ "usage": "in"
18975
+ },
18976
+ "FastEditMediaRequest": {
18977
+ "document": "FastEditMedia请求参数结构体",
18978
+ "members": [
18979
+ {
18980
+ "disabled": false,
18981
+ "document": "输入的媒体文件信息。最多支持传入100个媒体。",
18982
+ "example": "无",
18983
+ "member": "FastEditMediaFileInfo",
18984
+ "name": "FileInfos",
18985
+ "required": true,
18986
+ "type": "list"
18987
+ },
18988
+ {
18989
+ "disabled": false,
18990
+ "document": "ClipMode 用来表示剪辑时间点落在一个 TS 分片中间时,是否包含这个分片。共有两种取值: <li>StartInclusiveEndInclusive:当剪辑起始时间点和结束时间点落在一个分片的中间时,都会包含这个分片;</li> <li>StartInclusiveEndExclusive:当起始时间点落在一个分片的中间时,会包含这个分片;而当结束时间点落在一个分片的中间时,不会包含这个分片。</li> 不填时,默认为 StartInclusiveEndInclusive。",
18991
+ "example": "StartInclusiveEndInclusive",
18992
+ "member": "string",
18993
+ "name": "ClipMode",
18994
+ "required": false,
18995
+ "type": "string"
18996
+ },
18997
+ {
18998
+ "disabled": false,
18999
+ "document": "<b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>",
19000
+ "example": "0",
19001
+ "member": "uint64",
19002
+ "name": "SubAppId",
19003
+ "required": false,
19004
+ "type": "int"
19005
+ }
19006
+ ],
19007
+ "type": "object"
19008
+ },
19009
+ "FastEditMediaResponse": {
19010
+ "document": "FastEditMedia返回参数结构体",
19011
+ "members": [
19012
+ {
19013
+ "disabled": false,
19014
+ "document": "快速编辑后的视频的媒体文件的唯一标识。",
19015
+ "example": "152854854879852xxxxx",
19016
+ "member": "string",
19017
+ "name": "FileId",
19018
+ "output_required": true,
19019
+ "type": "string",
19020
+ "value_allowed_null": false
19021
+ },
19022
+ {
19023
+ "disabled": false,
19024
+ "document": "快速编辑后的媒体播放地址。",
19025
+ "example": "https://xxx.vod2.myqcloud.com/xxx/xxx.m3u8",
19026
+ "member": "string",
19027
+ "name": "Url",
19028
+ "output_required": true,
19029
+ "type": "string",
19030
+ "value_allowed_null": false
19031
+ },
19032
+ {
19033
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
19034
+ "member": "string",
19035
+ "name": "RequestId",
19036
+ "type": "string"
19037
+ }
19038
+ ],
19039
+ "type": "object"
19040
+ },
18803
19041
  "FileDeleteResultItem": {
18804
19042
  "document": "文件删除结果信息",
18805
19043
  "members": [
@@ -19103,6 +19341,79 @@
19103
19341
  ],
19104
19342
  "usage": "both"
19105
19343
  },
19344
+ "HandleCurrentPlaylistRequest": {
19345
+ "document": "HandleCurrentPlaylist请求参数结构体",
19346
+ "members": [
19347
+ {
19348
+ "disabled": false,
19349
+ "document": "<b>点播[应用](/document/product/266/14574) ID。</b>",
19350
+ "example": "12345",
19351
+ "member": "uint64",
19352
+ "name": "SubAppId",
19353
+ "required": true,
19354
+ "type": "int"
19355
+ },
19356
+ {
19357
+ "disabled": false,
19358
+ "document": "轮播播单唯一标识。",
19359
+ "example": "a12",
19360
+ "member": "string",
19361
+ "name": "RoundPlayId",
19362
+ "required": true,
19363
+ "type": "string"
19364
+ },
19365
+ {
19366
+ "disabled": false,
19367
+ "document": "操作类型,取值有:<li>Insert:向当前播放列表插入播放节目。</li> <li>InsertTemporary:向当前播放列表临时插入播放节目。只能插入到当前正在播放的节目后面,临时插入的节目只在本次轮播过程生效。</li><li>Delete:删除播放列表中的播放节目。不能删除正在播放的节目。</li>",
19368
+ "example": "Insert",
19369
+ "member": "string",
19370
+ "name": "Operation",
19371
+ "required": true,
19372
+ "type": "string"
19373
+ },
19374
+ {
19375
+ "disabled": false,
19376
+ "document": "播单节目 ID。当 Operation 为 Insert 时必填,表示插入的节目列表位于该播放节目之后。插入的位置必须在当前正在播放的节目之后。",
19377
+ "example": "无",
19378
+ "member": "string",
19379
+ "name": "ItemId",
19380
+ "required": false,
19381
+ "type": "string"
19382
+ },
19383
+ {
19384
+ "disabled": false,
19385
+ "document": "节目列表。当 Operation 为 Insert、InsertTemporary、Delete 时必填,表示要操作的节目列表。列表长度最大为10。",
19386
+ "example": "无",
19387
+ "member": "RoundPlayListItemInfo",
19388
+ "name": "RoundPlaylist",
19389
+ "required": false,
19390
+ "type": "list"
19391
+ }
19392
+ ],
19393
+ "type": "object"
19394
+ },
19395
+ "HandleCurrentPlaylistResponse": {
19396
+ "document": "HandleCurrentPlaylist返回参数结构体",
19397
+ "members": [
19398
+ {
19399
+ "disabled": false,
19400
+ "document": "操作成功的节目列表。",
19401
+ "example": "无",
19402
+ "member": "RoundPlayListItemInfo",
19403
+ "name": "RoundPlaylist",
19404
+ "output_required": false,
19405
+ "type": "list",
19406
+ "value_allowed_null": false
19407
+ },
19408
+ {
19409
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
19410
+ "member": "string",
19411
+ "name": "RequestId",
19412
+ "type": "string"
19413
+ }
19414
+ ],
19415
+ "type": "object"
19416
+ },
19106
19417
  "HeadTailConfigureInfo": {
19107
19418
  "document": "视频片头片尾识别任务控制参数",
19108
19419
  "members": [
@@ -25583,7 +25894,7 @@
25583
25894
  },
25584
25895
  {
25585
25896
  "disabled": false,
25586
- "document": "播放状态,可选值:\n<li>Disabled:结束播放,结束后轮播任务不能再次启动。</li>\n",
25897
+ "document": "播放状态,可选值:<li>Disabled:停止播放。</li><li>Enabled:启播时长到达后启动播放。</li>",
25587
25898
  "example": "Disabled",
25588
25899
  "member": "string",
25589
25900
  "name": "Status",
@@ -32894,6 +33205,62 @@
32894
33205
  ],
32895
33206
  "usage": "out"
32896
33207
  },
33208
+ "RoundPlayFilePlayInfo": {
33209
+ "document": "轮播节目播放信息",
33210
+ "members": [
33211
+ {
33212
+ "disabled": false,
33213
+ "document": "播单节目的 ID,由系统分配。",
33214
+ "example": "a123",
33215
+ "member": "string",
33216
+ "name": "ItemId",
33217
+ "output_required": true,
33218
+ "type": "string",
33219
+ "value_allowed_null": false
33220
+ },
33221
+ {
33222
+ "disabled": false,
33223
+ "document": "媒体文件标识。",
33224
+ "example": "12345",
33225
+ "member": "string",
33226
+ "name": "FileId",
33227
+ "output_required": true,
33228
+ "type": "string",
33229
+ "value_allowed_null": false
33230
+ },
33231
+ {
33232
+ "disabled": false,
33233
+ "document": "启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。",
33234
+ "example": "2024-07-25T10:12:00+08:00",
33235
+ "member": "string",
33236
+ "name": "StartPlayTime",
33237
+ "output_required": true,
33238
+ "type": "string",
33239
+ "value_allowed_null": false
33240
+ },
33241
+ {
33242
+ "disabled": false,
33243
+ "document": "播放时长,单位为秒。\n注意:此字段可能返回 null,表示取不到有效值。",
33244
+ "example": "100",
33245
+ "member": "float",
33246
+ "name": "Duration",
33247
+ "output_required": false,
33248
+ "type": "float",
33249
+ "value_allowed_null": true
33250
+ },
33251
+ {
33252
+ "disabled": false,
33253
+ "document": "播放进度,单位为妙。\n注意:此字段可能返回 null,表示取不到有效值。",
33254
+ "example": "50",
33255
+ "member": "float",
33256
+ "name": "Progress",
33257
+ "output_required": false,
33258
+ "type": "float",
33259
+ "value_allowed_null": true
33260
+ }
33261
+ ],
33262
+ "usage": "out"
33263
+ },
32897
33264
  "RoundPlayInfo": {
32898
33265
  "document": "轮播任务信息",
32899
33266
  "members": [
@@ -32976,12 +33343,32 @@
32976
33343
  "output_required": true,
32977
33344
  "type": "string",
32978
33345
  "value_allowed_null": false
33346
+ },
33347
+ {
33348
+ "disabled": false,
33349
+ "document": "创建时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。\n注意:此字段可能返回 null,表示取不到有效值。",
33350
+ "example": "2018-12-01T00:00:00+08:00",
33351
+ "member": "string",
33352
+ "name": "CreateTime",
33353
+ "output_required": false,
33354
+ "type": "string",
33355
+ "value_allowed_null": true
33356
+ },
33357
+ {
33358
+ "disabled": false,
33359
+ "document": "更新时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。\n注意:此字段可能返回 null,表示取不到有效值。",
33360
+ "example": "2018-12-01T00:00:00+08:00",
33361
+ "member": "string",
33362
+ "name": "UpdateTime",
33363
+ "output_required": false,
33364
+ "type": "string",
33365
+ "value_allowed_null": true
32979
33366
  }
32980
33367
  ],
32981
33368
  "usage": "out"
32982
33369
  },
32983
33370
  "RoundPlayListItemInfo": {
32984
- "document": "轮播媒体文件信息",
33371
+ "document": "轮播播放节目信息",
32985
33372
  "members": [
32986
33373
  {
32987
33374
  "disabled": false,
@@ -33005,6 +33392,17 @@
33005
33392
  "type": "string",
33006
33393
  "value_allowed_null": false
33007
33394
  },
33395
+ {
33396
+ "disabled": false,
33397
+ "document": "播放节目的 ID,由系统分配。",
33398
+ "example": "a01",
33399
+ "member": "string",
33400
+ "name": "ItemId",
33401
+ "output_required": true,
33402
+ "required": false,
33403
+ "type": "string",
33404
+ "value_allowed_null": false
33405
+ },
33008
33406
  {
33009
33407
  "disabled": false,
33010
33408
  "document": "指定播放的转码模版,当 AudioVideoType 为 Transcode 时必须指定。",
@@ -722,6 +722,14 @@
722
722
  "title": "获取模板 ID 为 30 的内容审核模板"
723
723
  }
724
724
  ],
725
+ "DescribeCurrentPlaylist": [
726
+ {
727
+ "document": "",
728
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DesribeCurrentPlaylistForCtrip\n<公共请求参数>\n\n{\n \"RoundPlayId\": \"1323\",\n \"SubAppId\": 123\n}",
729
+ "output": "{\n \"Response\": {\n \"CurrentPlaylist\": [\n {\n \"ItemId\": \"a001\",\n \"FileId\": \"528xxx5487985271487\",\n \"StartPlayTime\": \"2024-07-25T10:12:00+08:00\",\n \"Duration\": 100\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
730
+ "title": "查询轮播当前播放列表。"
731
+ }
732
+ ],
725
733
  "DescribeDailyMediaPlayStat": [
726
734
  {
727
735
  "document": "",
@@ -946,7 +954,7 @@
946
954
  {
947
955
  "document": "获取所有轮播播单的播单列表、名称、描述等详细信息。",
948
956
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoundPlays\n<公共请求参数>\n\n{}",
949
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"RoundPlaySet\": [\n {\n \"Name\": \"Demo\",\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bca\",\n \"StartTime\": \"2022-06-01T00:00:00+08:00\",\n \"Desc\": \"Demo\",\n \"Url\": \"http://123.vod-qcloud.com/rplay/v1/xxxx/playlist.m3u8\",\n \"Status\": \"Enabled\",\n \"PlayBackMode\": \"Loop\",\n \"RoundPlaylist\": [\n {\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100,\n \"FileId\": \"528xxx5487985271487\"\n }\n ]\n }\n ]\n }\n}",
957
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"RoundPlaySet\": [\n {\n \"Name\": \"Demo\",\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bca\",\n \"StartTime\": \"2022-06-01T00:00:00+08:00\",\n \"Desc\": \"Demo\",\n \"Url\": \"http://123.vod-qcloud.com/rplay/v1/xxxx/playlist.m3u8\",\n \"Status\": \"Enabled\",\n \"PlayBackMode\": \"Loop\",\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a01\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100,\n \"FileId\": \"528xxx5487985271487\"\n }\n ]\n }\n ]\n }\n}",
950
958
  "title": "获取轮播播单列表"
951
959
  }
952
960
  ],
@@ -1180,6 +1188,14 @@
1180
1188
  "title": "提取溯源水印"
1181
1189
  }
1182
1190
  ],
1191
+ "FastEditMedia": [
1192
+ {
1193
+ "document": "",
1194
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: FastEditMedia\n<公共请求参数>\n\n{\n \"FileInfos\": [\n {\n \"EndTimeOffset\": 0.0,\n \"StartTimeOffset\": 30.0,\n \"AudioVideoType\": \"Original\",\n \"TranscodeDefinition\": 100210,\n \"FileId\": \"5285890784246869930\"\n }\n ]\n}",
1195
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"FileId\": \"152854854879852xxxxx\",\n \"Url\": \"https://xxx.vod2.myqcloud.com/xxx/xxx.m3u8\"\n }\n}",
1196
+ "title": "快速剪辑视频"
1197
+ }
1198
+ ],
1183
1199
  "ForbidMediaDistribution": [
1184
1200
  {
1185
1201
  "document": "",
@@ -1188,6 +1204,20 @@
1188
1204
  "title": "禁播"
1189
1205
  }
1190
1206
  ],
1207
+ "HandleCurrentPlaylist": [
1208
+ {
1209
+ "document": "",
1210
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: HandleCurrentPlaylist\n<公共请求参数>\n\n{\n \"SubAppId\": 123,\n \"RoundPlayId\": \"130\",\n \"Operation\": \"Insert\",\n \"ItemId\": \"a003\",\n \"RoundPlaylist\": [\n {\n \"FileId\": \"528xxx5487985271487\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100210\n }\n ]\n}",
1211
+ "output": "{\n \"Response\": {\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a01\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100,\n \"FileId\": \"528xxx5487985271487\"\n }\n ],\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
1212
+ "title": "插入一个节目到当前播放列表 a003 节目之后"
1213
+ },
1214
+ {
1215
+ "document": "",
1216
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: HandleCurrentPlaylist\n<公共请求参数>\n\n{\n \"SubAppId\": 123,\n \"RoundPlayId\": \"130\",\n \"Operation\": \"Delete\",\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a004\",\n \"FileId\": \"\",\n \"AudioVideoType\": \"\"\n }\n ]\n}",
1217
+ "output": "{\n \"Response\": {\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a004\",\n \"AudioVideoType\": \"\",\n \"Definition\": 100,\n \"FileId\": \"\"\n }\n ],\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
1218
+ "title": "删除播放列表中的节目"
1219
+ }
1220
+ ],
1191
1221
  "InspectMediaQuality": [
1192
1222
  {
1193
1223
  "document": "对 fileId 为 5285485487985271487 的视频发起音画质检测任务。",