Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Get service snapshot configuration

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

This endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.

Returns the service snapshot 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
    • enabledoptionalboolean

      Whether scheduled snapshots are enabled for the service.

    • gapoptionalnumber

      Interval between snapshots, in minutes. Set together with timeFrame; only supported preset pairs are accepted.

    • timeFrameoptionalnumber

      Retention window the snapshots cover, in minutes. Set together with gap; only supported preset pairs are accepted.

Navigation