Recognize a Database

Recognizes an existing database inside the application.

Method

/API2/dataSources/recognizeDataBase

  • 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

dataBaseRecognitionObject

Object Type

Description

The database and its details object.

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

Use this method to add and enumerate an existing database on a data source server in Pyramid. Once recognized, the database can be used for other operations like modeling.

Examples