Logging API
- Last Updated: April 11, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Hybrid Data Pipeline provides data source logging to record user activity against data sources. Administrators can view and set logging levels for data sources through the Logging API. The resulting data source activity log can be used to troubleshoot issues. See Data source logging for more information.
Note: Enabling and increasing logging levels may adversely impact performance. Therefore,
best practices recommend that logging levels be restored to their defaults once an issue
has been resolved.
The following table summarizes Logging API operations.
| Operation | Request | URL |
|---|---|---|
| Retrieve the logging levels for a data source | GET | https://<myserver>:<port>/api/admin/users/{userid}/datasources/{datasourceid}/logging |
| Update the logging levels for a data source | PUT | https://<myserver>:<port>/api/admin/users/{userid}/datasources/{datasourceid}/logging |