Mencoba ulang file yang gagal di basis pengetahuan secara batch.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID wilayah. |
cn-beijing |
| KnowledgeBaseId |
string |
Yes |
ID unik basis pengetahuan. |
pkb-xxxxx |
| FileIds |
string |
Yes |
ID file yang akan dicoba ulang. Pisahkan beberapa ID dengan koma (,). Maksimal 30 ID dapat ditentukan. |
91b97b71-xxxx-xxxx-xxxx-33c6a6341cdc |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons. |
||
| RequestId |
string |
ID permintaan. |
CED079B7-A408-41A1-BFF1-EC608E****** |
| TotalCount |
integer |
Jumlah total rekaman. |
1 |
| SucceededCount |
integer |
Jumlah percobaan ulang yang berhasil. |
1 |
| FailedCount |
integer |
Jumlah percobaan ulang yang gagal. |
0 |
| Items |
array<object> |
Daftar hasil percobaan ulang. |
|
|
object |
Informasi hasil percobaan ulang. |
||
| FileId |
string |
ID file. |
91b97b71-xxxx-xxxx-xxxx-33c6a6341cdc |
| Success |
boolean |
Hasil permintaan. Nilai valid:
|
false |
| ErrorCode |
string |
Kode kesalahan. |
AclProjectionNotFound |
| ErrorMessage |
string |
Alasan kegagalan. |
No active ACL projection exists for the IM document |
Contoh
Respons sukses
JSONformat
{
"RequestId": "CED079B7-A408-41A1-BFF1-EC608E******",
"TotalCount": 1,
"SucceededCount": 1,
"FailedCount": 0,
"Items": [
{
"FileId": "91b97b71-xxxx-xxxx-xxxx-33c6a6341cdc",
"Success": false,
"ErrorCode": "AclProjectionNotFound",
"ErrorMessage": "No active ACL projection exists for the IM document"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.