← Tools Reference

Databox

Databox integration (Data). Imported from open-connector.

API key6 toolshttps://api.databox.com
GET
databox_list_accounts
List Databox accounts accessible to the API key.

/v1/accounts

POST
databox_create_data_source
Create a Databox ingestion data source in an account.

/v1/data-sources

3 parameters
ParamTypeRequiredDescription
accountIdintegerrequiredThe Databox account identifier.
titlestringrequiredThe display title for the Databox resource.
timezonestringrequiredThe IANA timezone identifier for the Databox data source.
DELETE
databox_delete_data_source
Delete a Databox data source by ID.

/v1/data-sources/{dataSourceId}

1 parameter
ParamTypeRequiredDescription
dataSourceIdstringrequiredThe Databox data source identifier.
POST
databox_create_dataset
Create a Databox dataset within an ingestion data source.

/v1/datasets

3 parameters
ParamTypeRequiredDescription
dataSourceIdstringrequiredThe Databox data source identifier.
titlestringrequiredThe display title for the Databox resource.
primaryKeysarrayrequiredThe field names that uniquely identify records in the Databox dataset.
DELETE
databox_delete_dataset
Delete a Databox dataset by ID.

/v1/datasets/{datasetId}

1 parameter
ParamTypeRequiredDescription
datasetIdstringrequiredThe Databox dataset identifier.
GET
databox_get_dataset_ingestion_status
Get the processing status of a Databox dataset ingestion.

/v1/datasets/{datasetId}/ingestions/{ingestionId}

2 parameters
ParamTypeRequiredDescription
datasetIdstringrequiredThe Databox dataset identifier.
ingestionIdstringrequiredThe Databox ingestion identifier.