Discover Data Stores

When utilising the 1Integrate REST API you may need to discover a list of supported Data Stores, including information on their correct names and the supported parameters associated with them.

This can be achieved by using the following call:

GET: http://<server>:<port>/1Integrate/rest/capabilities/datastores

Each returned entry contains the following notable fields:

  • name: The string to use when creating a Data Store of this type e.g. Esri File Geodatabase (GDAL)

  • params: The parameters that a Data Store takes. All parameters marked 'required': 'true' must be set to a valid value when creating the Data Store. For detailed requirements of each parameter please refer to individual Data Stores under Supported Data Stores.

    Additionally, each parameter includes a usage field that states whether it is used for Read and Commit, Copy To, or both:

Usage Field

Description

IMPORT A Read and Commit only parameter
EXPORT A Copy to only parameter
BOTH This parameter applies to the configuration of both Read and Commit and Copy to