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
Deletion from storage enabled.
dbinteger
Database ID of database to use
descriptionstring
Storage description
hoststring
Server Host IP (optional)
passwordstring
Server Password (optional)
pathstring
Storage prefix (optional)
portstring
Server Port (optional)
projectinteger
Project ID
titlestring
Storage title
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