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.
ClusterSnapshotSettings
editClusterSnapshotSettings
editThe cluster snapshot settings stores snapshot configuration for a cluster.
Properties
edit-
enabled
(boolean
) - Indicates if Snapshotting is enabled
-
interval
(string
) - Interval between snapshots, with the format 'length unit' (space is optional), where unit can be one of: d (day), h (hour), min (minute). Default is 30 minutes
-
repository
(ClusterSnapshotRepositoryInfo
) - Snapshot repository configuration
-
repository_name
(string
) - Deprecated: ECE snapshot repository name, please use [repository] instead
-
suspended
(array[
string
)]
- List of temporary snapshot suspensions
Example
edit{ "enabled" : true, "interval" : "string", "repository" : { "default" : {}, "reference" : { "repository_name" : "string" }, "static" : { "repository_type" : "string", "settings" : {} } }, "repository_name" : "string", "suspended" : [ "string" ] }