API Documents/DWH Integration API//
- List all DWH Integrations for the current user.
Create a new DWH Integration
Get a DWH Integration.
Update a DWH Integration.
Delete a DWH Integration.
List all Bulkload sessions of the current DWH Integration.
Get a DWH Integration configuration.
Trigger run the DWH Integration workflow.
List all DWH Workflow session attempts.
Guess DWH Integration configuration
List all DWH Integrations...
- Production AWS serverhttps://dwh-integration-api.treasuredata.com/v1/dwh/
- Production EU01 serverhttps://dwh-integration-api.eu01.treasuredata.com/v1/dwh/
- Production AP02 serverhttps://dwh-integration-api.ap02.treasuredata.com/v1/dwh/
- Production AP03 serverhttps://dwh-integration-api.ap03.treasuredata.com/v1/dwh/
- Production AWS Tokyo serverhttps://dwh-integration-api.treasuredata.co.jp/v1/dwh/
curl -i -X GET \
https://dwh-integration-api.treasuredata.com/v1/dwh/ \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "items": [ { … } ], "pagination": { "page": 0, "size": 0, "total_pages": 0 } }