Create Databricks import storage

Create a Databricks Files import storage connection.

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Request

This endpoint expects an object.
catalogstringRequired>=1 character
UC catalog name
hoststringRequired>=1 character

Databricks workspace base URL (https://…)

projectintegerRequired
A unique integer value identifying this project.
schemastringRequired>=1 character
UC schema name
volumestringRequired>=1 character
UC volume name
descriptionstringOptional
Cloud storage description
last_syncdatetimeOptional
Last sync finished time
last_sync_countintegerOptional>=0<=2147483647
Count of tasks synced last time
last_sync_jobstringOptional<=256 characters
Last sync job ID
metaanyOptional
prefixstringOptional
Path under the volume
presignbooleanOptional

Presign not supported; always proxied

presign_ttlintegerOptional>=0<=32767

Unused for Databricks; kept for compatibility

recursive_scanbooleanOptional
Perform recursive scan
regex_filterstringOptional
Regex for filtering objects
request_timeout_sintegerOptional>=0<=2147483647
statusenumOptional
* `initialized` - Initialized * `queued` - Queued * `in_progress` - In progress * `failed` - Failed * `completed` - Completed * `completed_with_errors` - Completed with errors
stream_chunk_bytesintegerOptional>=0<=2147483647
synchronizablebooleanOptionalDefaults to true
titlestringOptional<=256 characters
Cloud storage title
tokenstringOptional
tracebackstringOptional
Traceback report for the last failed sync
use_blob_urlsbooleanOptional
Generate blob URLs in tasks
verify_tlsbooleanOptional
Verify TLS certificates

Response

catalogstring
UC catalog name
created_atdatetime
Creation time
hoststring

Databricks workspace base URL (https://…)

idinteger
projectinteger
A unique integer value identifying this project.
schemastring
UC schema name
typestringDefaults to databricks
volumestring
UC volume name
descriptionstring or null
Cloud storage description
last_syncdatetime or null
Last sync finished time
last_sync_countinteger or null>=0<=2147483647
Count of tasks synced last time
last_sync_jobstring or null<=256 characters
Last sync job ID
metaany or null
prefixstring or null
Path under the volume
presignboolean or null

Presign not supported; always proxied

presign_ttlinteger or null>=0<=32767

Unused for Databricks; kept for compatibility

recursive_scanboolean or null
Perform recursive scan
regex_filterstring or null
Regex for filtering objects
request_timeout_sinteger or null>=0<=2147483647
statusenum or null
* `initialized` - Initialized * `queued` - Queued * `in_progress` - In progress * `failed` - Failed * `completed` - Completed * `completed_with_errors` - Completed with errors
stream_chunk_bytesinteger or null>=0<=2147483647
synchronizableboolean or nullDefaults to true
titlestring or null<=256 characters
Cloud storage title
tracebackstring or null
Traceback report for the last failed sync
use_blob_urlsboolean or null
Generate blob URLs in tasks
verify_tlsboolean or null
Verify TLS certificates