Storage: Redis

Validate import storage

Validate a specific Redis import storage connection.

post/api/storages/redis/validate

Request body

descriptionstring

Storage description

hoststring

Server Host IP (optional)

idinteger

Storage ID. If set, storage with specified ID will be updated

passwordstring

Server Password (optional)

pathstring

Storage prefix (optional)

portstring

Server Port (optional)

projectinteger

Project ID

regex_filterstring

Cloud storage regex for filtering objects. You must specify it otherwise no objects will be imported.

titlestring

Storage title

use_blob_urlsboolean

Interpret objects as BLOBs and generate URLs. For example, if your bucket contains images, you can use this option to generate URLs for these images. If set to False, it will read the content of the file and load it into Label Studio.

Response

Validation successful

Changes