ClusterSnapshotSettingsedit

The cluster snapshot settings stores snapshot configuration for a cluster.

Propertiesedit

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

Exampleedit

{
   "enabled" : true,
   "interval" : "string",
   "repository" : {
      "default" : {},
      "reference" : {
         "repository_name" : "string"
      },
      "static" : {
         "repository_type" : "string",
         "settings" : {}
      }
   },
   "repository_name" : "string",
   "suspended" : [
      "string"
   ]
}