ClusterSnapshotRepositoryInfoedit

Information about the Elasticsearch cluster snapshot repository.

Propertiesedit

default (ClusterSnapshotRepositoryDefault)
Cluster snapshot default repository settings
reference (ClusterSnapshotRepositoryReference)
Cluster snapshot reference repository settings, containing the repository name in ECE fashion
static (ClusterSnapshotRepositoryStatic)
Cluster snapshot static repository settings, containing repository type and settings

Exampleedit

{
   "default" : {},
   "reference" : {
      "repository_name" : "string"
   },
   "static" : {
      "repository_type" : "string",
      "settings" : {}
   }
}