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"
}