Domain name for API request: mdl.tencentcloudapi.com.
This API is used to query StreamLive channel logs, such as push event logs.
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: DescribeStreamLiveChannelLogs. |
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. |
ChannelId | Yes | String | Channel ID |
StartTime | No | String | Start time for query, which is 1 hour ago by default. You can query logs in the last 7 days. UTC time, such as 2020-01-01T12:00:00Z |
EndTime | No | String | End time for query, which is 1 hour after StartTime by defaultUTC time, such as 2020-01-01T12:00:00Z |
Parameter Name | Type | Description |
---|---|---|
Infos | PipelineLogInfo | Pipeline push information |
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. |
https://mdl.tencentcloudapi.com/?Action=DescribeStreamLiveChannelLogs
&ChannelId=AEAE83719CE
&StartTime=2020-01-01T12:00:00Z
&EndTime=2020-01-01T14:00:00Z
&<Common request parameters>
{
"Response": {
"Infos": {
"Pipeline0": [
{
"Type": "StreamStart",
"Time": "2020-07-07T04:07:40Z",
"Message": {
"StreamInfo": {
"ClientIp": "1.1.1.1",
"Video": [
{
"Pid": 256,
"Codec": "H264",
"Fps": 0,
"Rate": 0,
"Width": 0,
"Height": 0
}
],
"Audio": [
{
"Pid": 257,
"Codec": "",
"Fps": 0,
"Rate": 0,
"SampleRate": 0
}
],
"Scte35": [
{
"Pid": 0
}
]
}
}
}
],
"Pipeline1": []
},
"RequestId": "85c76051-d775-4a88-84fa-a9a51c1cfd97"
}
}
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 |
---|---|
InternalError | Internal error. |
InvalidParameter.EndTime | Invalid EndTime . |
InvalidParameter.NotFound | Not found. |
InvalidParameter.StartTime | Invalid StartTime . |
Was this page helpful?