commit point
stores

Revert a store to a specific commit point

Reverting a store creates a new commit point that refers to the same state as an existing older commit point. In this way it is possible to virtually roll-back a BrightstarDB store without discarding changes made since.

post/{storeName}/commits

Path parameters

storeNamestring required

The name of the store to be reverted

Request body

idinteger required

The unique identifier of the commit point.

storeNamestring

The name of the store that holds the commit point

commitTimestring date-time

The date/time that the commit was made.

jobIdstring GUID

The unique identifier of the job that created the commit.

Response

Success. The store has been reverted to the specified commit point.

Changes

Changed in 4 of the 11 revisions of this API.16

    • added the non-success response with the status

      response-non-success-status-added

    • removed the non-success response with the status

      response-non-success-status-removed

    • api operation id revertStore was added

      api-operation-id-added

    • api tag commit point added

      api-tag-added

    • api tag stores added

      api-tag-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation