RepositoryConfigedit

The snapshot repository configuration.

Propertiesedit

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

Exampleedit

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