Databox integration (Data). Imported from open-connector.
https://api.databox.com/v1/accounts
/v1/data-sources
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | integer | required | The Databox account identifier. |
| title | string | required | The display title for the Databox resource. |
| timezone | string | required | The IANA timezone identifier for the Databox data source. |
/v1/data-sources/{dataSourceId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataSourceId | string | required | The Databox data source identifier. |
/v1/datasets
| Param | Type | Required | Description |
|---|---|---|---|
| dataSourceId | string | required | The Databox data source identifier. |
| title | string | required | The display title for the Databox resource. |
| primaryKeys | array | required | The field names that uniquely identify records in the Databox dataset. |
/v1/datasets/{datasetId}
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The Databox dataset identifier. |
/v1/datasets/{datasetId}/ingestions/{ingestionId}
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The Databox dataset identifier. |
| ingestionId | string | required | The Databox ingestion identifier. |