v5

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

Create Data Store Using Form

Create data stores using form in frontend, 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 list of data store creation responses, one for each database processed.

post/data_stores/form/

Request body

namestring required
typestring required
descriptionstring required
accountstring nullable
userstring nullable
passwordstring nullable
rolestring nullable
databasesstring[] nullable
warehousestring nullable
auth_type'password' | 'key_pair'
hoststring nullable
portstring nullable
pat_secretstring nullable
pat_namestring nullable
site_namestring nullable
urlstring nullable
worksheet_locationstring nullable
datastore_idinteger nullable
source_site_namestring nullable
instance_idinteger nullable

Response

Successful Response

idinteger nullable
namestring nullable
typestring nullable
descriptionstring nullable
messagestring required