Queries the stream pulling configurations for a domain name.
Usage notes
This operation is applicable to regular stream pulling. You can call this operation to query the regular stream pulling configurations for a domain name.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit on an API operation in ApsaraVideo Live.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeLivePullStreamConfig | The operation that you want to perform. Set the value to DescribeLivePullStreamConfig. |
DomainName | String | Yes | example.com | The main streaming domain. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | A3136B58-5876-4168-83CA-B562781981A0 | The ID of the request. |
LiveAppRecordList | Array of LiveAppRecord | Details about the stream pulling configurations. |
|
LiveAppRecord | |||
EndTime | String | 2016-05-20T01:33:00Z | The end of the time range for which the configurations were queried. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
AppName | String | liveApp**** | The name of the application to which the live stream belongs. |
SourceUrl | String | guide.aliyundoc.com | The origin server of the live stream. |
StartTime | String | 2016-05-15T01:30:00Z | The beginning of the time range for which the configurations were queried. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
StreamName | String | liveStream**** | The name of the live stream. |
SourceUsing | String | guide.aliyundoc.com | The live stream origin server that you are using. |
DomainName | String | example.com | The main streaming domain. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=DescribeLivePullStreamConfig
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<?xml version="1.0" encoding="UTF-8" ?>
<DescribeLivePullStreamConfigResponse>
<RequestId>A3136B58-5876-4168-83CA-B562781981A0</RequestId>
<LiveAppRecordList>
<LiveAppRecord>
<SourceUrl>guide.aliyundoc.com</SourceUrl>
<StreamName>liveStream****</StreamName>
<EndTime>2016-05-20T01:33:00Z</EndTime>
<DomainName>example.com</DomainName>
<StartTime>2016-05-15T01:30:00Z</StartTime>
<SourceUsing>guide.aliyundoc.com</SourceUsing>
<AppName>liveApp****</AppName>
</LiveAppRecord>
</LiveAppRecordList>
</DescribeLivePullStreamConfigResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"DescribeLivePullStreamConfigResponse" : {
"RequestId" : "A3136B58-5876-4168-83CA-B562781981A0",
"LiveAppRecordList" : {
"LiveAppRecord" : {
"SourceUrl" : "guide.aliyundoc.com",
"StreamName" : "liveStream****",
"EndTime" : "2016-05-20T01:33:00Z",
"DomainName" : "example.com",
"StartTime" : "2016-05-15T01:30:00Z",
"SourceUsing" : "guide.aliyundoc.com",
"AppName" : "liveApp****"
}
}
}
}
Error codes
For a list of error codes, see Service error codes.