System & Meta
Meta data source scripting utilities and system-level data source tools.
See also: System & Meta documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /log4j-data-source/test-log-message | Get a test log message | API Reference → |
| POST | /log4j-data-source/validate-regex | Validate point regex against a test message | API Reference → |
| GET | /meta-data-source/history-generation | Get all running generations | API Reference → |
| POST | /meta-data-source/history-generation | Trigger a set of meta points / data sources to recompute their histories. | API Reference → |
| DELETE | /meta-data-source/history-generation/{id} | Delete a running generation by id. | API Reference → |
| GET | /meta-data-source/history-generation/{id} | Get the status of a running generation | API Reference → |
| PUT | /meta-data-source/history-generation/{id} | Cancel a running generation | API Reference → |
| GET | /meta-data-source/log-file-path/{xid} | Get logfile name | API Reference → |
| GET | /script-data-source/log-file-path/{xid} | Get logfile name | API Reference → |
| POST | /script-data-source/validate-script/{xid} | Validate a Script | API Reference → |