Specialized
Specialized data source utilities — ASCII files, Egauge, OneWire, data files, and SQL.
See also: Specialized documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| POST | /ascii-file-data-source/validate-ascii-file-exists | Validate ASCII File is readable on Server | API Reference → |
| POST | /ascii-file-data-source/validate-ascii/{xid} | Validate ASCII | API Reference → |
| POST | /data-file-data-source/compile | Compile Template(s) | API Reference → |
| GET | /data-file-data-source/compiled-templates | List compiled templates | API Reference → |
| GET | /data-file-data-source/import | Get a list of current Data File Imports | API Reference → |
| GET | /data-file-data-source/import/{id} | Get the status of Data File Import using its id | API Reference → |
| POST | /data-file-data-source/import/{id} | Cancel Data File Import using its id | API Reference → |
| POST | /data-file-data-source/import/{xid} | Upload and process file(s) | API Reference → |
| DELETE | /data-file-data-source/process/{id} | Remove a Data File Import using its id | API Reference → |
| POST | /data-file-data-source/validate-file-exists | Validate File is readable on Server | API Reference → |
| POST | /data-file/{xid}/import | Import Data From File via existing data source | API Reference → |
| POST | /data-file/{xid}/template | Upload Template | API Reference → |
| GET | /data-file/import/{resourceId} | Get Import Progress | API Reference → |
| POST | /egauge-data-sources/query-history/{xid} | Get a count of the history between 2 dates | API Reference → |
| GET | /one-wire-data-source/read | Read OneWire netework | API Reference → |
| GET | /one-wire-data-source/read-demo | Read OneWire Dummy netework for testing | API Reference → |
| POST | /sql-data-source/test-statement | Execute statement using a data source settings | API Reference → |