ClusterSnapshotRepositoryInfo

edit

Information about the Elasticsearch cluster snapshot repository.

Properties

edit
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

Example

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