Mengkueri daftar detail tabel logis di bawah database logis tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ListLogicTables |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
ID penyewa. Catatan
Diperoleh dari informasi ID penyewa yang ditampilkan saat Anda mengarahkan kursor ke gambar profil di pojok kanan atas sistem. Untuk informasi lebih lanjut, lihat Melihat informasi penyewa. |
-1 |
| DatabaseId |
string |
Yes |
ID database logis. |
1 |
| PageNumber |
integer |
No |
Nomor halaman. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. |
10 |
| SearchName |
string |
No |
Kata kunci pencarian tabel logis. Pencocokan awalan didukung. |
test |
| ReturnGuid |
boolean |
No |
Apakah akan mengembalikan ID Unik Global tabel. |
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
Jumlah entri yang memenuhi kondisi. |
1 |
| LogicTableList |
object |
||
| LogicTable |
array<object> |
Daftar detail tabel logis. |
|
|
array<object> |
|||
| DatabaseId |
string |
The ID of the logical database. |
1 |
| TableName |
string |
The name of the logical table. |
test |
| TableCount |
string |
The number of logical tables. |
4 |
| OwnerIdList |
object |
||
| OwnerIds |
array |
The IDs of the owners of the logical tables. |
|
|
string |
The ID of the owner of a logical table. |
1 |
|
| OwnerNameList |
object |
||
| OwnerNames |
array |
The nicknames of the owners of the logical tables. |
|
|
string |
The nickname of the owner of a logical table. |
owner_name |
|
| SchemaName |
string |
The logical database to which the logical table belongs. |
yuyang_test |
| Logic |
boolean |
Indicates whether the table is a logical table. The value is fixed to true. |
true |
| TableExpr |
string |
The expression of the logical table. |
test[1-4] |
| TableGuid |
string |
The GUID of the logical table. |
IDB_L_308302.yuyang_test.test_ch |
| TableId |
string |
The ID of the logical table. |
1 |
| RequestId |
string |
ID permintaan. |
F1E6484F-9DF1-4406-9BDE-0861C4629B69 |
| ErrorCode |
string |
Kode kesalahan. |
UnknownError |
| ErrorMessage |
string |
Paket kesalahan. |
UnknownError |
| Success |
boolean |
Apakah permintaan berhasil. |
true |
Contoh
Respons sukses
JSONformat
{
"TotalCount": 1,
"LogicTableList": {
"LogicTable": [
{
"DatabaseId": "1",
"TableName": "test",
"TableCount": "4",
"OwnerIdList": {
"OwnerIds": [
"1"
]
},
"OwnerNameList": {
"OwnerNames": [
"owner_name"
]
},
"SchemaName": "yuyang_test",
"Logic": true,
"TableExpr": "test[1-4]",
"TableGuid": "IDB_L_308302.yuyang_test.test_ch",
"TableId": "1"
}
]
},
"RequestId": "F1E6484F-9DF1-4406-9BDE-0861C4629B69",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.