Mengambil konfigurasi penarikan aliran terjadwal untuk nama domain.
Deskripsi operasi
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.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLivePullStreamConfig |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID wilayah. |
cn-shanghai |
| DomainName |
string |
Yes |
Domain streaming utama. |
example.com |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParam | Parameter invalid. | |
| 500 | InternalError | The request processing has failed due to backend service exception. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.