Custom Integration API
Overview
The Customer Integration API empowers users to seamlessly extend Paradime's lineage and catalog capabilities with external applications. This powerful interface enables you to:
Create custom integrations tailored to your specific needs
Ingest and manage nodes from various data sources and applications
Upload node information for Paradime to incorporate into its lineage and catalog
Enhance data visibility by connecting Paradime with your entire data ecosystem
By leveraging this API, you can create a comprehensive, interconnected view of your data landscape, improving data governance, traceability, and insights across your organization.
Registering a New Integration
The integrationUid in the response will be used in later APIs. This enpoint needs to be called only once when registering a new type of integration.
Defining color for a node:
The color can be one defined from one of the provided color pallets:
VIOLET
#827be6ORANGE
#fb982eMANDY
#ef6292TEAL
#33a9a9GREEN
#27ae60
Defining icon for a node:
icon_namecan be chosen from Blueprint.js icons library
Example request
Adding nodes to an integration
Update a custom integration with the specified parameters.
Example request
List Custom Integrations
Retrieves a list of all custom integrations. This includes both active and inactive integrations.
Example request
Last updated
Was this helpful?