Domain name for API request: mdp.tencentcloudapi.com.
This API is used to query the information of multiple StreamPackage channels.
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: DescribeStreamPackageChannels. |
Version | Yes | String | Common Params. The value used for this API: 2020-05-27. |
Region | No | String | Common Params. This parameter is not required for this API. |
PageNum | No | Integer | Page number. Value range: [1, 1000] |
PageSize | No | Integer | Number of entries per page. Value range: [1, 1000] |
Parameter Name | Type | Description |
---|---|---|
Infos | Array of ChannelInfo | List of channel information Note: this field may return null , indicating that no valid value was found. |
PageNum | Integer | Page number |
PageSize | Integer | Number of entries per page |
TotalNum | Integer | Total number of entries |
TotalPage | Integer | Total number of pages |
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://mdp.tencentcloudapi.com/?Action=DescribeStreamPackageChannels
&PageNum=1
&PageSize=10
&<Common request parameters>
{
"Response": {
"Infos": [
{
"Id": "AEABF123954",
"Name": "channelName",
"Protocol": "HLS",
"Points": {
"Inputs": [
{
"Url": "http://streampackage.${region}-1.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760444",
"AuthInfo": {
"Username": "",
"Password": ""
}
},
{
"Url": "http://streampackage.${region}-2.srclivepush.myqcloud.com/v1/017182d5d3c4647d244530760443/017182d5d3c4647d244530760445",
"AuthInfo": {
"Username": "",
"Password": ""
}
}
],
"Endpoints": [
{
"Name": "",
"Url": "",
"AuthInfo": {
"AuthKey": ""
}
}
]
}
}
],
"PageNum": 1,
"PageSize": 10,
"TotalNum": 1,
"TotalPage": 1,
"RequestId": "11-222-333"
}
}
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.Id | Invalid Id . |
InvalidParameter.NotFound | Failed to find the channel/input/output. |
InvalidParameter.PageNum | Invalid PageNum . |
InvalidParameter.PageSize | Invalid PageSize . |
InvalidParameter.Points | Invalid Points value |
Was this page helpful?