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

RestoreSnapshotApiConfiguration

edit

Provides fine grained control over the restore command (in particular which indices 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" : {}
}