简体中文
Retrieve a list of abnormal database indexes for a specific table by index type. This helps identify potential performance or maintenance issues.
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/{baseId}/table/{tableId}/abnormal-index \ --header 'Authorization: Bearer <token>'
[ { "indexName": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
search
Successfully retrieved list of abnormal indexes.
此页面对您有帮助吗?