It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. 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" : {} } }