All Products
Search
Document Center

Quick BI:ListAccelerationOfWorkspace

Last Updated:Jun 11, 2026

Mengambil informasi tentang tugas akselerasi di ruang kerja.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

POST  HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

WorkspaceId

string

Yes

ID ruang kerja.

95296e95-ca89-4c7d-8af9-dedf0ad0****

CubeName

string

No

Nama set data.

test

CreatorId

string

No

ID pengguna di Quick BI. Ini bukan ID akun Alibaba Cloud Anda. Panggil operasi QueryUserInfoByAccount untuk mendapatkan ID pengguna.

1***************139

PageNo

integer

No

Nomor halaman. Jika parameter ini dikosongkan, nilai default adalah 1.

1

PageSize

integer

No

Jumlah baris pada setiap halaman untuk kueri berhalaman.

  • Nilai default: 10.

10

Elemen respons

Element

Type

Description

Example

object

The schema of the response.

RequestId

string

The request ID.

D787E****************05DF8D885

Result

object

The acceleration task model.

TotalPages

integer

The total number of pages.

1

TotalNum

integer

The total number of rows.

18

PageNum

integer

The page number.

1

PageSize

integer

The number of rows per page that you set when you call the operation.

10

Pre

integer

The previous page. A value of NULL or 0 indicates that there is no previous page.

0

Next

integer

The next page. A value of NULL or 0 indicates that there is no next page.

null

Data

array<object>

An array of acceleration task information.

object

An array of acceleration task information.

CubeId

string

The dataset ID.

d14e*********fef8de29fd

CubeName

string

The dataset name.

test

CreatorName

string

The name of the creator.

system

Size

string

The size.

47045632

LastModifyTime

string

The time when the task was last modified.

20250911 00:00:00

EnableQuickindexTime

string

The time when acceleration was enabled.

20250911 00:00:00

JobId

string

The acceleration task ID.

b30b74**********b3b

JobStatus

integer

The status of the task. Valid values:

  • 0: Pending

  • 1: Running

  • 2: Succeeded

  • 3: Failed

  • 4: Canceled

  • 5: Warning

0

JobHistoryId

string

The task history ID.

QWDAASG*******8SAD

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Contoh

Respons sukses

JSONformat

{
  "RequestId": "D787E****************05DF8D885",
  "Result": {
    "TotalPages": 1,
    "TotalNum": 18,
    "PageNum": 1,
    "PageSize": 10,
    "Pre": 0,
    "Next": 0,
    "Data": [
      {
        "CubeId": "d14e*********fef8de29fd",
        "CubeName": "test",
        "CreatorName": "system",
        "Size": "47045632",
        "LastModifyTime": "20250911 00:00:00",
        "EnableQuickindexTime": "20250911 00:00:00",
        "JobId": "b30b74**********b3b",
        "JobStatus": 0,
        "JobHistoryId": "QWDAASG*******8SAD"
      }
    ]
  },
  "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 Invalid.Parameter.Error The parameter is invalid:%s. invalid parameter: ${0}.
400 Invalid.Workspace The workspace is not owned by the organization.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.