Queries the topology of a data table.
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 Manage DMS tenants.
| 3*** |
TableGuid | string | Yes | The GUID of the table in DMS. Note
| IDB_L_9032.db-test.yuyang_test |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "853F7FD4-D922-4EFB-931C-D253EF159E06",
"DBTopology": {
"TableName": "yuyang_test",
"DataSourceList": [
{
"Sid": "def",
"Host": "xxx.mysql.polardb.rds.aliyuncs.com",
"DbType": "MySQL",
"DatabaseList": [
{
"DbId": "489347",
"DbName": "db-test",
"DbType": "MySQL",
"TableList": [
{
"TableName": "151977812",
"TableType": "yuyang_test_0000",
"TableId": "NORMAL"
}
],
"EnvType": "pre"
}
],
"Port": 3306
}
],
"TableGuid": "IDB_L_9032.db-test.yuyang_test"
},
"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