# Guess DWH Integration configuration Perform Guess operation for complete DWH Integration configuration by providing basic_configs. Endpoint: POST /v1/guess Version: 1.0.0 Security: apiKey ## Request fields (application/json): - `basic_configs` (object) The basic configs of the DWH Integration. ## Response 200 fields (application/json): - `basic_configs` (object) The basic configs of the DWH Integration. - `advanced_configs` (array) The DWH Integration advanced configs. The configs contain array of of table configs which combine with the basic configs will be used to create Connector Bulkload Session. - `advanced_configs.target_table` (string) The name of the TD table to import data into. - `advanced_configs.config` (object) The configuration which will merge with the basic_configs to form a complete Connector configuration for Bulkload job. Some of the config from the basic_configs can declare here to override the basic_configs. ## Response 400 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 401 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 403 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 404 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error ## Response 500 fields (application/json): - `error` (object) - `error.code` (integer) The HTTP status code - `error.title` (string) The error title - `error.message` (any) The error message - `error.detail` (object) Any extra infomation of the error