Domain name for API request: mdl.tencentcloudapi.com.
Query the highlight result information corresponding to the media live broadcast channel.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeMediaLiveHighlightResult. |
Version | Yes | String | Common Params. The value used for this API: 2020-03-26. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Id | Yes | String | Media live broadcast channel ID. |
StartTime | No | Integer | Query start time, unix timestamp, query data within the last 6 hours by default, and the maximum query range supports the last 7 days. |
EndTime | No | Integer | Query end time, Unix timestamp, query data within the last 6 hours by default, and the maximum query range supports the last 7 days. |
PageNum | No | Integer | Paging query page number. |
PageSize | No | Integer | Paging query the size of each page. |
Parameter Name | Type | Description |
---|---|---|
Info | Array of HighlightResInfoResp | Highlight results information. |
Id | String | Collection id. |
ChannelId | String | Media live broadcast channel id. |
PageNum | Integer | Number of pages. |
PageSize | Integer | Paging Size. |
TotalNum | Integer | The total number of eligible entries in the background. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
查询媒体直播频道信息。
POST / HTTP/1.1
Host: mdl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeMediaLiveHighlightResult
<Common request parameters>
{
"Id": "abc",
"StartTime": 1,
"EndTime": 1,
"PageNum": 1,
"PageSize": 1
}
{
"Response": {
"Info": [
{
"TaskId": "abc",
"SegmentUrl": "abc",
"CovImgUrl": "abc",
"CreateTime": 1,
"StartTime": 0,
"EndTime": 0,
"Duration": 0
}
],
"Id": "abc",
"ChannelId": "abc",
"PageNum": 1,
"PageSize": 1,
"TotalNum": 1,
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameter.Id | Invalid Id . |
InvalidParameter.NotFound | Not found. |
문제 해결에 도움이 되었나요?