Storage: Redis

Create export storage

Create a new Redis export storage connection to store annotations.

post/api/storages/export/redis

Request body

can_delete_objectsboolean nullable

Deletion from storage enabled

dbinteger

Server Database

descriptionstring nullable

Cloud storage description

hoststring nullable

Server Host IP (optional)

passwordstring nullable

Server Password (optional)

pathstring nullable

Storage prefix (optional)

portstring nullable

Server Port (optional)

projectinteger required

A unique integer value identifying this project.

regex_filterstring nullable

Cloud storage regex for filtering objects

synchronizableboolean
titlestring nullable

Cloud storage title

use_blob_urlsboolean

Interpret objects as BLOBs and generate URLs

Response

can_delete_objectsboolean nullable

Deletion from storage enabled

created_atstring date-time required

Creation time

dbinteger

Server Database

descriptionstring nullable

Cloud storage description

hoststring nullable

Server Host IP (optional)

idinteger required
last_syncstring date-time nullable

Last sync finished time

last_sync_countinteger nullable

Count of tasks synced last time

last_sync_jobstring nullable

Last sync job ID

{"stackTrail":"components:schemas:RedisExportStorage:properties:meta","oasType":"schema","type":"unknown","description":"Meta and debug information about storage processes","nullable":true}
passwordstring nullable

Server Password (optional)

pathstring nullable

Storage prefix (optional)

portstring nullable

Server Port (optional)

projectinteger required

A unique integer value identifying this project.

regex_filterstring nullable

Cloud storage regex for filtering objects

status'initialized' | 'queued' | 'in_progress' | 'failed' | 'completed' | 'completed_with_errors'
  • initialized - Initialized
  • queued - Queued
  • in_progress - In progress
  • failed - Failed
  • completed - Completed
  • completed_with_errors - Completed with errors
synchronizableboolean
titlestring nullable

Cloud storage title

tracebackstring nullable

Traceback report for the last failed sync

typestring required
use_blob_urlsboolean

Interpret objects as BLOBs and generate URLs

Changes

Changed in 1 of the 97 revisions of this API.3213

  • e1ba2ecdbabb3213See the full diff
    • request body became required

      request-body-became-required

    • the request property project became required

      request-property-became-required

    • the title request property's maxLength was decreased to 256

      request-property-max-length-decreased

    • the db request property's max was set to 32767.00

      request-property-max-set

    • the db request property's min was set to 0.00

      request-property-min-set

    • added the new optional request property regex_filter

      new-optional-request-property

    • added the new optional request property synchronizable

      new-optional-request-property

    • added the new optional request property use_blob_urls

      new-optional-request-property

    • added the media type application/x-www-form-urlencoded to the request body

      request-body-media-type-added

    • added the media type multipart/form-data to the request body

      request-body-media-type-added

    • the request property can_delete_objects became nullable

      request-property-became-nullable

    • the request property description became nullable

      request-property-became-nullable

    • the request property host became nullable

      request-property-became-nullable

    • the request property password became nullable

      request-property-became-nullable

    • the request property path became nullable

      request-property-became-nullable

    • the request property port became nullable

      request-property-became-nullable

    • the request property title became nullable

      request-property-became-nullable

    • the can_delete_objects request property default value false was removed

      request-property-default-value-removed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 97 revisions, 1 has no diff computed.