Queries the routing algorithms of a logical table.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TableId | long | Yes | The ID of the logical table. You can call the ListLogicTables operation to query the ID of the logical table. | 1**** |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7C6A0D7D-B034-59F6-854C-32425AC6****",
"ErrorCode": "MissingTableId",
"ErrorMessage": "TableId is mandatory for this action.",
"Success": true,
"LogicTableRouteConfigList": {
"LogicTableRouteConfig": [
{
"RouteKey": "1",
"RouteExpr": "#id#%16\\t",
"TableId": 0
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history