Analytics Datasource
Felder
Analytics Datasource
name
description
type
postgresqlmysqlmssqlrest_apicsvexcelgoogle_sheetsconnectionConfig
Connection parameters (host, port, database, URL, ...). Secret-named fields (password, apiKey, token, bearerToken, accessToken, refreshToken, privateKey, clientSecret, secret) are transparently encrypted at rest using AES-256-GCM via ANALYTICS_DATASOURCE_KEY. API responses mask these fields as "***".
syncInterval
manualhourlydailyweeklysyncCron
Optional 5-field cron expression overriding syncInterval. Evaluated in UTC. When set, the scheduler uses this instead of the interval preset.
lastSyncAt
lastSyncStatus
successerrorrunninglastSyncError
lastSyncDurationMs
nextSyncAt
schemaMapping
transformRules
isActive
cachedRowCount
uploadMetadata
CSV/Excel-only: metadata about the latest uploaded file (Phase B). Filled by the upload-complete handler and consumed by the ingest job.
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/analytics_datasources— Liste, paginiert + filterbarGET /api/v1/analytics_datasources/<id>— Einzelne EntityPOST /api/v1/analytics_datasources— AnlegenPATCH /api/v1/analytics_datasources/<id>— Teil-UpdateDELETE /api/v1/analytics_datasources/<id>— Soft-DeleteGET /api/v1/analytics_datasources/<id>/timeline— Audit + Aktivitäten