擷取恢複資料記錄。
介面說明
方法
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"
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。