RestoreSnapshotApiConfigurationedit

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

Propertiesedit

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

Exampleedit

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