v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
DATA_STORE

Create Data Store

Create a data store in the database. :param db: The database session for accessing the database. :param data_store_creation_request: The data store creation request containing the data store definition and other metadata. :param auth: The authorization token for the request. :return: A data store creation response containing the data store ID, and a message.

post/data_stores/

Request body

namestring required
typestring required
descriptionstring required
connection_hashstring required
connection_infostring required
keystring nullable
jump_infoobject nullable
auth_type'password' | 'key_pair'

Response

Successful Response

idinteger nullable
namestring nullable
typestring nullable
descriptionstring nullable
messagestring required