# Custom REST Connector Config Reference

The configuration JSON file defines your connection and how the data returned is presented in the ElastiCube Manager.

The configuration file has the following structure:

{
  "Settings": {
      ...
  },
  "Credentials": {
      ...
  },
  "Tables": {
      ...
  }
}

TIP

The various configuration sections all support several types of parameters that allow you to reference other parts of the configuration as well as the data returned from the REST API. Read more about Using parameters in configuration by clicking here

Properties

Name Type Details
Settings object defines how your connector will be displayed in the ElastiCube Manager. See Settings
Credentials object defines connectivity and authentication information. See Credentials
Tables object defines the structure of the tables you want to connect to and how the data is returned. See Tables