Connection Manager
The Connection Manager panel allows users to define, manage, and test server or API connections used across various modules in Synergy IDE.
Connection Manager
The Connection Manager panel helps users define remote endpoints such as servers or REST APIs. These connections are reusable across different components like data sources, deploy targets, or integration services.

Features
- Connection List: Lists all defined connections (e.g., REST API, remote server).
- Search Filter: Allows filtering of connections by name or URL.
- Add Connection: Use the Add button to define a new connection.
- Edit / Duplicate: Modify or clone existing connections via the context menu.
- Test Connection: Verifies whether the defined endpoint is reachable.
- General Info Panel: Displays the metadata or basic summary of the selected connection.
Notes
- Connection data is required for integration-based components.
- Each connection can be associated with specific environments (e.g., test, staging, production).
- "Test" results only indicate basic reachability; they do not verify credentials or permissions.
See Also
- #linkDocument(DeveloperGuide.IDE.TopMenu.Functions)
- View Manager
- #linkDocument(DeveloperGuide.IDE.SolutionExplorer)
FAQs
- Are Connections Global
- What Is Connection Manager
- Can I Reuse Connections In Other Modules
- What Types Of Connections Are Supported
- How Is Test Connection Used