API for pipeline management, job configuration, and execution monitoring
Platform API
The Platform API provides endpoints for managing data pipelines, jobs, and execution monitoring in Dadosfera.
Overview
- Pipelines: Create, update, delete, execute, pause/unpause pipelines
- Jobs: Configure job inputs, memory allocation, sync modes
- Runs: Track pipeline executions and access logs
- Connectors: JDBC, Singer, and S3 connector-specific operations
Authentication
All endpoints require JWT authentication via the Authorization header.
Permissions
| Permission | Operations |
|---|---|
PIPELINE.CREATE | Create pipelines |
PIPELINE.GET | View pipelines, jobs, runs |
PIPELINE.UPDATE | Update, execute, pause pipelines |
PIPELINE.DELETE | Delete pipelines |
