Mengkueri tugas akselerasi terbaru berdasarkan ID set data.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| CubeId |
string |
Yes |
ID set data. |
d23d30c0-****-6c92bf668356 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
46e53*********92704c8 |
| Result |
object |
The entity of the most recent acceleration task. |
|
| JobHistoryId |
string |
Acceleration task ID. |
46e53********5464564 |
| Status |
string |
Task status. Possible values:
|
SUCCESS |
| GmtCreate |
string |
Execution time, in the format yyyy-MM-dd hh:mm:ss. |
2025-06-18 17:07:43 |
| GmtModified |
string |
Completion time, in the format yyyy-MM-dd hh:mm:ss. |
2025-06-18 17:08:26 |
| Success |
boolean |
Indicates whether the request was successful. Possible values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "46e53*********92704c8",
"Result": {
"JobHistoryId": "46e53********5464564",
"Status": "SUCCESS ",
"GmtCreate": "2025-06-18 17:07:43",
"GmtModified": "2025-06-18 17:08:26"
},
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Internal.System.Error | An internal system error occurred. | |
| 400 | Invalid.Parameter.Error | The parameter is invalid:%s. | |
| 400 | Cube.Not.Exist | The Cube does not exist. | |
| 400 | Access.Forbidden | Your instance version or access key is not allowed to call the API operation, only professional version supports calling. | |
| 400 | OrgAdminOrPermissionAdmin.CannotChangeTo.Viewer | Organization admin or permission admin can not change to viewer. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.