## 1. API Description
API request domain name: live.tencentcloudapi.com.
This API queries the downstream configuration.
Default API request rate limit: 500 requests/second.
The following parameters are required for requesting this API, including action-specific parameters and common parameters. For more information about common parameters for all requests, see Common Request Parameters.
Parameter name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter; the name of this API: DescribeDownStreamConfigs |
Version | Yes | String | Common parameter; the version of this API: 2018-08-01 |
Region | No | String | Common parameter; optional for this API |
ConfigId | No | String | Configuration ID |
Parameter name | Type | Description |
---|---|---|
DownStreamConfigs | Array of DownStreamConfig | Downstream configuration |
RequestId | String | The ID of the request. Each request returns a unique ID. The RequestId is required to troubleshoot issues. |
https://live.tencentcloudapi.com/?Action=DescribeDownStreamConfigs
&ConfigId="5674"
&<Common request parameter>
{
"Response": {
"DownStreamConfigs":[
{
"ConfigId": "5674",
"FromUrl": "rtmp://3737.liveplay.myqcloud.com/txlive",
"ToUrl": "rtmp://3954.livepush2.myqcloud.com/live/3954_462724865?&txSecret=xx",
"AreaName": "Shenzhen",
"IspName": "China Telecom",
"StartTime": "2018-07-06T14:40:23Z",
"EndTime": "2018-07-06T18:05:23Z",
"Status": "2"
}],
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
API Explorer is a tool that provides ease of use in requesting APIs, authenticating identities, generating SDK and exploring APIs in Tencent Cloud environment.
The following error codes are API business logic-related. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error |
InternalError.GetBizidError | Error getting user account. |
InternalError.InvalidInput | Parameter check failed. |
InternalError.InvalidUser | Account information error. |
InvalidParameter | Parameter error |
InvalidParameterValue | Incorrect parameter value |
MissingParameter | Missing parameter |
Was this page helpful?