Ardoq
Ardoq is a data-driven enterprise architecture platform that helps organizations model, analyze, and visualize their business and IT landscapes as connected data. The ballerinax/ardoq connector offers APIs to connect to the Ardoq Public API, enabling operations on components, references, workspaces, reports, attachments, and transactional batch requests.
Key Features
- Create, update, and delete individual components and references that model your business and IT landscape
- Discover a workspace's component types, reference types, and custom fields through its workspace context
- List workspaces and retrieve a single workspace by its identifier
- List and retrieve attachments associated with your organization's workspaces
- Run report definitions and pull the results as tabular data or structured objects
- Execute or dry-run (expand) bulk batch requests that create, update, or delete many components and references in a single call, with alias support for referencing not-yet-created entities
- Automatically scopes requests to your organization on the shared
app.ardoq.comhost via anorgLabelconfiguration
Actions
The connector exposes a single client for interacting with the Ardoq Public API.
| Client | Actions |
|---|---|
Client | Manages Ardoq components, references, workspaces, reports, attachments, and batch operations. |
Documentation
- Setup Guide - Generate an Ardoq API token
- Example - Build an automation that lists Ardoq workspaces
- Action Reference - Available operations
How to contribute
Contribute to the connector's development on GitHub: module-ballerinax-ardoq.