Mencantumkan sumber.
Deskripsi operasi
Memanggil operasi ListSources untuk menampilkan daftar informasi sumber.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListSources |
none |
*全部资源
|
None | None |
Sintaks permintaan
POST / HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| SourceLocationName |
string |
No |
Nama lokasi sumber. |
MySourceLocation |
| SourceType |
string |
No |
Tipe sumber. |
vodSource |
| SourceName |
string |
No |
Nama sumber. |
MyVodSource |
| FilterState |
boolean |
No |
Apakah akan memfilter status penghapusan. |
true |
| PageNo |
string |
No |
Nomor halaman saat ini. Nilai default: 1. |
1 |
| PageSize |
string |
No |
Ukuran halaman. |
10 |
| SortByModifiedTime |
string |
No |
Mengurutkan hasil berdasarkan pengatur waktu modifikasi. |
desc |
| SortBy |
string |
No |
Parameter pengurutan. Secara default, hasil diurutkan berdasarkan pengatur waktu pembuatan dalam Pesanan menurun. |
asc |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons. |
||
| RequestId |
string |
ID permintaan.. |
xxx-xxxx-xxxxx-xxxx |
| TotalCount |
integer |
Jumlah total entri data yang memenuhi kondisi permintaan saat ini. |
100 |
| PageNo |
integer |
Nomor halaman. Nilai default: 1. |
1 |
| PageSize |
integer |
Jumlah entri per halaman. Nilai default: 20. Nilai maksimum: 100. |
20 |
| SourceList |
array |
Daftar sumber. |
|
| ChannelAssemblySource |
Informasi sumber. |
Contoh
Respons sukses
JSONformat
{
"RequestId": "xxx-xxxx-xxxxx-xxxx",
"TotalCount": 100,
"PageNo": 1,
"PageSize": 20,
"SourceList": [
{
"GmtCreate": "2022-10-20T07:15:51Z",
"SourceLocationName": "MySourceLocation\n",
"State": 0,
"SourceType": "vodSource",
"GmtModified": "2024-11-07T10:12:01Z\n",
"SourceName": "MyVodSource\n",
"HttpPackageConfigurations": "[{\n\t\"sourceGroupName\": \"mySourceGroup-1\",\n\t\"relativePath\": \"group1/hls.m3u8\",\n\t\"packageType\": \"hls\"\n}]",
"Arn": "acs:ims:mediaweaver:::vodSource/mySourceLocation/mySource\n"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.