获取恢复数据记录。
接口说明
方法
GET
URI
/openapi/ha3/instances/{instanceId}/indexes/{indexName}/actions/list-recover-records
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
searchengine:ListIndexRecoverRecords |
list |
*Instance
|
无 | 无 |
请求语法
GET /openapi/ha3/instances/{instanceId}/indexes/{indexName}/actions/list-recover-records HTTP/1.1
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
indexName |
string |
是 |
索引名称 |
test_api |
instanceId |
string |
否 |
实例 ID |
ha-cn-pl32rf0**** |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
generationId |
string |
索引全量版本 |
1708674867 |
desc |
string |
备注 |
Custom Configuration |
finishedTime |
string |
本次发布的完成时间 |
2024-06-07 16:43:00 |
示例
正常返回示例
JSON
格式
{
"generationId": "1708674867",
"desc": "Custom Configuration",
"finishedTime": "2024-06-07 16:43:00"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?