Queries the topology of a table.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TableGuid | string | Yes | The GUID of the table in Data Management (DMS). Note
| IDB_L_308302.yuyang_test.test_ch |
Tid | long | No | The ID of the tenant. Note
To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see the "View information about the current tenant" section of the Tenant information topic.
| 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "F5ED6A40-F344-4C7D-A8F0-5685CA584CA7",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"TableTopology": {
"TableGuid": "IDB_L_308302.yuyang_test.test_ch",
"TableName": "test_ch",
"TableTopologyInfoList": [
{
"TableNameList": "test_ch_0000,test_ch_0001,test_ch_0002,test_ch_0003,test_ch_0004,test_ch_0005",
"TableNameExpr": "test_ch_[0000-0005]",
"TableCount": 6,
"DbId": 43215,
"DbSearchName": "yuyang_test@localhost:3306\n[yuyang_test_dev]",
"InstanceId": 4325325,
"RegionId": "cn-hangzhou",
"InstanceResourceId": "rm-xxx",
"InstanceSource": "RDS",
"DbName": "yuyang_test",
"DbType": "mysql"
}
],
"Logic": 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