IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ClusterSnapshotRepositoryInfo
editClusterSnapshotRepositoryInfo
editInformation 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" : {} } }