Create a new Data Source

Adds a new data source server to the system.

Method

/API2/dataSources/createDataServer

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

serverData

Object Type

Description

The data source server object and its settings.

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Generic API response object with success or failure flag and related messages.

Notes

Data sources represent data servers that can be queried.

Examples