IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

RestoreSnapshotApiConfiguration

edit

The configuration for the restore command, such as which indices you want to restore.

Properties

edit
indices (array[string])
The list of indices to restore (supports +ve and -ve selection and wildcarding - see the default Elasticsearch index format documentation)
raw_settings (object)
This JSON object (merged with the 'indices' field (if present) is passed untouched into the restore command - see the Elasticsearch '_snapshot' documentation for more details on supported formats

Example

edit
{
   "indices" : [
      "string"
   ],
   "raw_settings" : {}
}