API ReferenceExport StorageRedis

Validate export storage

POST
Validate a specific Redis export storage connection. This is useful to ensure that the storage configuration settings are correct and operational before attempting to export data.

Request

This endpoint expects an object.
id
integerOptional
Storage ID. If set, storage with specified ID will be updated
db
integerOptional
Database ID of database to use
can_delete_objects
booleanOptional
Deletion from storage enabled.
title
stringOptional
Storage title
description
stringOptional
Storage description
project
integerOptional
Project ID
path
stringOptional
Storage prefix (optional)
host
stringOptional
Server Host IP (optional)
port
stringOptional
Server Port (optional)
password
stringOptional
Server Password (optional)