Retrieves the scheduled stream pulling configurations for a domain name.
Operation description
This operation supports retrieving only the configurations of scheduled stream pulling.
QPS limit
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLivePullStreamConfig |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| DomainName |
string |
Yes |
The main streaming domain. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
A3136B58-5876-4168-83CA-B562781981A0 |
| LiveAppRecordList |
object |
||
| LiveAppRecord |
array<object> |
The stream pulling configurations. |
|
|
object |
|||
| EndTime |
string |
The end time. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2016-05-20T01:33:00Z |
| AppName |
string |
The name of the application. |
liveApp**** |
| SourceUrl |
string |
The origin URL for stream pulling. |
guide.aliyundoc.com |
| StartTime |
string |
The start time. The time is in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. |
2016-05-15T01:30:00Z |
| StreamName |
string |
The name of the pulled stream. |
liveStream**** |
| SourceUsing |
string |
The origin URL that is currently active and being used to pull the stream. |
guide.aliyundoc.com |
| DomainName |
string |
The streaming domain where the ingested stream is hosted. |
example.com |
Examples
Success response
JSON format
{
"RequestId": "A3136B58-5876-4168-83CA-B562781981A0",
"LiveAppRecordList": {
"LiveAppRecord": [
{
"EndTime": "2016-05-20T01:33:00Z",
"AppName": "liveApp****",
"SourceUrl": "guide.aliyundoc.com",
"StartTime": "2016-05-15T01:30:00Z",
"StreamName": "liveStream****",
"SourceUsing": "guide.aliyundoc.com",
"DomainName": "example.com"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParam | Parameter invalid. | Illegal input parameters |
| 500 | InternalError | The request processing has failed due to backend service exception. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.