index restore list

The index restore list command returns a list of all the restored index snapshots of Spectrum Advanced Matching. The details, in a tabular format, includes the name of the index and its restore status. It also gives the shard-wise restoration details, such as the total time taken in restoring each shard, the status, and restoration description.

You can also write the list of all the restored index snapshots to a file.

Usage

index restore list --f filePath
RequiredArgumentDescription
No--f filePath
File path to write the list of all the restored index snapshots.
Note: The output is a comma delimited text file.

Example 1

This example lists all the restored search index snapshots.

index restore list

Example 2

This example writes the status of snapshot restores to the file restoreList.csv at the location: c:/exportLocation.

index restore list --f c:/exportLocation/restoreList.csv