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

RepositoryConfig

edit

The snapshot repository configuration.

Properties

edit
config (object, required)
Elasticsearch configuration JSON for a snapshot repository
repository_name (string, required)
Elasticsearch snapshot repository name

Example

edit
{
   "config" : {},
   "repository_name" : "string"
}