sisense.com

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": {
      ...
  }
}

Tips

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

NameTypeDetails
Settingsobjectdefines how your connector will be displayed in the ElastiCube Manager. See Settings
Credentialsobjectdefines connectivity and authentication information. See Credentials
Tablesobjectdefines the structure of the tables you want to connect to and how the data is returned. See Tables
Last Updated: