BackupSettingsRequest#

Backup settings for a service.

Contents#

  • backupExpirationDays — Backup retention period (days).

    • Type: Integer

    • Required: No

  • bucketName — The name of the bucket in object storage where the service backup will be saved.

    • Type: String

    • Required: Yes, if the enabled value is set to true

  • enabled — Indicates whether backup is enabled for the service.

    • Type: Boolean

    • Required: Yes

  • notificationEmail — Email address to which a notification that backup was created will be sent.

    • Type: String

    • Required: No

  • startTime — The time when the daily backup process starts. It is set as a string in the HH:MM format Moscow time.

    • Type: String

    • Required: Yes, if the enabled value is set to true

  • userLogin — The login of a user with write permissions to the bucket in object storage.

    • Type: String

    • Required: Yes, if the enabled value is set to true