Menghapus file indeks rekaman aliran langsung.
Deskripsi operasi
You can call this operation up to 100 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:DeleteLiveStreamRecordIndexFiles |
delete |
*Domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID Wilayah. |
cn-shanghai |
| RecordId |
array |
Yes |
Array ID file Indeks. |
c4d7f0a4-b506-43f9-8de3-07732c3f**** |
|
string |
No |
The index file ID. You can specify up to 20 IDs. Catatan
To obtain the index file ID, call the DescribeAllStreamRecordIndexFiles operation. |
c4d7f0a4-b506-43f9-8de3-07732c3f**** |
|
| DomainName |
string |
Yes |
Domain streaming utama. |
example.com |
| AppName |
string |
Yes |
Nama aplikasi aliran langsung. |
liveApp**** |
| StreamName |
string |
Yes |
Nama aliran. |
liveStream**** |
| RemoveFile |
string |
Yes |
Apakah akan Menghapus objek OSS terkait secara bersamaan pengatur waktu. Nilai valid:
|
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The data returned. |
||
| Code |
string |
The status code. If an error occurs, see the error codes. |
OK |
| Message |
string |
The status message. If an error occurs, see the error codes. |
OK |
| RecordDeleteInfoList |
object |
||
| RecordDeleteInfo |
array<object> |
The deletion details. |
|
|
object |
The deletion details. |
||
| Message |
string |
The result of the request to delete each index file. Valid values:
|
OK |
| RecordId |
string |
The ID of the index file that you requested to delete. |
c4d7f0a4-b506-43f9-8de3-07732c3f** |
| RequestId |
string |
The request ID. |
939D19EE-59A0-18E9-B458-***** |
Contoh
Respons sukses
JSONformat
{
"Code": "OK",
"Message": "OK",
"RecordDeleteInfoList": {
"RecordDeleteInfo": [
{
"Message": "OK",
"RecordId": "c4d7f0a4-b506-43f9-8de3-07732c3f**"
}
]
},
"RequestId": "939D19EE-59A0-18E9-B458-*****"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParams | Failed to parse given parameters. | |
| 500 | InternalError | The request processing has failed due to some unknown error. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.