Reach It
- Method:
GET - Path:
/api/canview/dump - Base URL:
http://openhaldex.local(or controller IP) - Response format:
text/plain attachment filename openhaldex-can-dump.txt
API Endpoint
Returns tab-delimited dump text as attachment.
GET/api/canview/dumphttp://openhaldex.local (or controller IP)text/plain attachment filename openhaldex-can-dump.txtseconds default 30 clamped 1..120; bus=all|chassis|haldex.
None
Receive: text/plain attachment filename openhaldex-can-dump.txt
Parse: Useful for support bundles/offline parsing.
200 success
curl -s "http://openhaldex.local/api/canview/dump"
This section is intentionally unique for GET /api/canview/dump. Focus area:
exporting snapshot diagnostics for offline analysis. When integrating OpenHaldex at scale, this endpoint should be treated as a dedicated
workflow step rather than a generic HTTP action.
Operational scenario: Generate downloadable dump during reproducible issue windows and store with timestamped notes.
Domain vocabulary: text-dump, attachment-download, snapshot-capture, offline-review, tab-delimited, export-window, capture-archive, trace-file, diagnostic-export, analysis-pipeline.
GET /api/canview/dump and capture status code + raw response./api/status) to verify runtime convergence.window.location='/api/canview/dump';
Unique endpoint guidance like this helps prevent duplicate-content clustering while remaining genuinely useful for developers working on OpenHaldex integrations for haldex controller, VW AWD controller, and Audi AWD controller environments.
Preview the real OpenHaldex firmware UI in your browser with simulated live CAN traffic and interactive pages for tuning, diagnostics, logs, setup, and OTA workflows.