Queries the indexes of a 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.
| 0 |
TableId | string | Yes | The ID of the table. | 1 |
Logic | boolean | Yes | Specifies whether the table is a logical table. | false |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "1F4DE2F1-5B47-462A-A973-E02EB7AF386B",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"IndexList": {
"Index": [
{
"IndexName": "idx_test",
"IndexType": "Primary",
"TableId": "1",
"IndexId": "1",
"IndexComment": "test"
}
]
},
"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