Membuat set data dari tabel fisik.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DsId |
string |
Yes |
ID sumber data. |
7AAB95D-*****-****-*4FC0C976 |
| TableName |
string |
Yes |
Nama tabel. |
st_trd_user_purchase_day_inc |
| UserDefineCubeName |
string |
Yes |
Nama set data. |
test |
| WorkspaceId |
string |
Yes |
ID ruang kerja. |
726bee5a-****-43e1-9a8e-b550f0120f35 |
| UserId |
string |
Yes |
ID pengguna Quick BI yang memiliki izin untuk membuat set data. Ini bukan ID akun Alibaba Cloud Anda. Untuk mendapatkan ID pengguna, panggil operasi QueryUserInfoByAccount. |
726bee5a-****-43e1-9a8e-b550f0120f35 |
| TargetDirectoryId |
string |
No |
ID folder tujuan. |
asah-fsdfsf*****92342 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The schema of the response. |
||
| RequestId |
string |
The ID of the request. |
F68B***********A3DF743 |
| Result |
string |
The result of the operation. Valid values:
|
true |
| Success |
boolean |
Indicates whether the request is successful. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "F68B***********A3DF743",
"Result": "true",
"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 | Cube.Not.Exist | The Cube does not exist. | The Cube does not exist. |
| 400 | Invalid.User.Organization | The user is not in your organization. | The user is not in your organization. |
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | The workspace is not owned by the organization. |
| 400 | Datasource.NotFound.Error | The specified data source does not exist: %s. | The specified data source does not exist: %s. |
| 400 | DatasourceId.IsNull.Error | You must select a data source before selecting the table. | You must select a data source before selecting the table. |
| 400 | Name.RegularExpression.Error | Name format validation failed. | |
| 400 | NameExceeded.MaxLength.Error | The name cannot exceed %s characters in length. | The name cannot be longer than% s characters. |
| 400 | User.NotIn.Workspace | The user is not a member of the group workspace. | The user is not a member of the group workspace. |
| 400 | Cube.DuplicatedName.Error | The dataset name already exists. Modify the name before saving. | The dataset name already exists. Modify the name before saving. |
| 400 | Directory.NotExist.Error | The directory does not exist. | The directory does not exist. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.