API Reference for Native Data Sources
In 2022.4, this API was updated to no longer work with OCF data sources. Use the new OCF Data Sources API to work with OCF data sources.
Description
This API can be used for native data source operations such as:
- Create a Data Source
- Delete a Data Source
- Change or update Data Source details
- Run configuration checks
- Setup and run metadata extraction
This API is currently certified for mysql
, oracle
, postgresql
, sqlserver
, redshift
, teradata
, and snowflake
.
Make sure to input these data sources in lower case for the JSON body.
Open API 3.0 Specification
The Data Sources API is described using the Open API 3.0 Specification (OAS). OAS is a broadly adopted industry standard for describing APIs.
To see the specification, replace {AlationInstanceURL}
below with your Alation instance's URL and visit the link:
{AlationInstanceURL}/openapi/datasources/
- These APIs are available in Alation version 2020.4 and later.
- The Swagger UI is not enabled by default on an Alation instance. Please set the flag
alation.feature_flags.enable_swagger
toTrue
usingalation_conf
.