Queries detailed information about tables.
Operation description
You can call this operation only for database instances that are managed in Security Collaboration mode.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. Note
To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic.
| 1 |
SearchKey | string | No | The keyword that is used to query tables. | test |
PageNumber | integer | No | The number of the page to return. | 1 |
PageSize | integer | No | The number of entries to return on each page. | 10 |
EnvType | string | No | The type of the environment to which databases belong. For more information, see Change the environment type of an instance. | PRODUCT |
SearchRange | string | No | The scope of tables that you want to query. Valid values:
| OWNER |
SearchTarget | string | No | The type of table that you want to query. Valid values:
| LOGIC_TABLE |
DbType | string | No | The type of database. Valid values:
| MySQL |
ReturnGuid | boolean | No | Specifies whether to return the GUID of each table. | false |
Response parameters
Examples
Sample success responses
JSON
format
{
"SearchTableList": {
"SearchTable": [
{
"DatabaseId": "1",
"TableName": "test_table",
"DBSearchName": "test",
"Logic": false,
"EnvType": "test",
"DbName": "test",
"OwnerIdList": {
"OwnerIds": [
"1"
]
},
"Description": "test",
"Encoding": "utf8",
"DbType": "mysql",
"OwnerNameList": {
"OwnerNames": [
"user"
]
},
"TableSchemaName": "test@xxx.xxx.xxx.xxx:3306",
"TableGuid": "IDB_L_9032.db-test.yuyang_test",
"Engine": "innodb",
"TableId": "1"
}
]
},
"TotalCount": 1,
"RequestId": "1489257F-1B5D-4B5B-89EF-923C12CEEBD1",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history