Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Get service backup configuration

GET/v1/organizations/{organizationId}/services/{serviceId}/backupConfiguration

Returns the service backup configuration.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

    ID of the service.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
  • resultoptionalobject
    3 properties
    • backupPeriodInHoursoptionalnumber

      The interval in hours between each backup.

    • backupRetentionPeriodInHoursoptionalnumber

      The minimum duration in hours for which the backups are available. Must be a whole number of days between 24 (1 day) and 1080 (45 days) — i.e. a multiple of 24.

    • backupStartTimeoptionalstring

      The time in HH:MM format for the backups to be performed (evaluated in UTC timezone). When defined the backup period resets to every 24 hours.

Navigation