Lists data recovery records.
Operation description
Method
GET
URI
/openapi/ha3/instances/{instanceId}/indexes/{indexName}/actions/list-recover-records
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:ListIndexRecoverRecords |
list |
*Instance
|
None | None |
Request syntax
GET /openapi/ha3/instances/{instanceId}/indexes/{indexName}/actions/list-recover-records HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| indexName |
string |
Yes |
The index name. |
test_api |
| instanceId |
string |
No |
The instance ID. |
ha-cn-pl32rf0**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| generationId |
string |
The full index version. |
1708674867 |
| desc |
string |
The description. |
Custom Configuration |
| finishedTime |
string |
The time when the publish was completed. |
2024-06-07 16:43:00 |
Examples
Success response
JSON format
{
"generationId": "1708674867",
"desc": "Custom Configuration",
"finishedTime": "2024-06-07 16:43:00"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.