Menanyakan log eksekusi tugas akselerasi untuk dataset tertentu.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| CubeId |
string |
Yes |
ID dataset. |
7c7223ae-****-3c744528014b |
| StartDate |
string |
Yes |
Waktu mulai. Formatnya adalah yyyy-MM-dd HH:mm:ss. |
2025-04-15 00:00:00 |
| EndDate |
string |
Yes |
Waktu berakhir. Formatnya adalah yyyy-MM-dd HH:mm:ss. |
2025-05-15 00:00:00 |
| PageNo |
integer |
No |
Nomor halaman. Nilai defaultnya adalah 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman.
|
10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema respons. |
||
| RequestId |
string |
ID permintaan. |
D8749D********80FF3B4 |
| Result |
object |
Hasil permintaan API.
|
|
| TotalPages |
integer |
Jumlah total halaman. |
1 |
| TotalNum |
integer |
Jumlah total entri. |
1 |
| PageNum |
integer |
Nomor halaman. |
1 |
| PageSize |
integer |
Jumlah entri per halaman. |
10 |
| Pre |
integer |
Halaman sebelumnya. Nilai NULL atau 0 menunjukkan bahwa tidak ada halaman sebelumnya. |
null |
| Next |
integer |
Halaman berikutnya. Nilai NULL atau 0 menunjukkan bahwa tidak ada halaman berikutnya. |
null |
| Data |
array<object> |
Array log tugas akselerasi. |
|
|
object |
Log tugas akselerasi. |
||
| JobId |
string |
The task ID. |
REST_A***************6a8 |
| JobHistoryId |
string |
The task history ID. |
REST_A***************6a8 |
| JonStartDate |
string |
The start time of the task. |
REST_A***************6a8 |
| JobStatus |
string |
The status of the task.
|
0 |
| Duration |
string |
The task duration in seconds. |
123 |
| Log |
string |
The log content. |
asdav************ |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D8749D********80FF3B4",
"Result": {
"TotalPages": 1,
"TotalNum": 1,
"PageNum": 1,
"PageSize": 10,
"Pre": 0,
"Next": 0,
"Data": [
{
"JobId": "REST_A***************6a8",
"JobHistoryId": "REST_A***************6a8",
"JonStartDate": "REST_A***************6a8",
"JobStatus": "0",
"Duration": "123",
"Log": "asdav************"
}
]
},
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Internal.System.Error | An internal system error occurred. | An internal system error occurred. |
| 400 | Cube.Not.Exist | The Cube does not exist. | The Cube does not exist. |
| 400 | Date.Format.Error | Date format conversion error. | Date format conversion error |
| 400 | Date.Check.Error | The end date cannot be greater than the start date. | End date cannot be greater than start date |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.