Manage Data Sources
Create, update, enable, and delete data sources. Query runtime status and default event types.
See also: Manage Data Sources documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /data-source-event-types/{dataSourceType} | Get Default Event Types defined for a data source | API Reference → |
| GET | /data-sources | Query Data Sources | API Reference → |
| POST | /data-sources | Create data source | API Reference → |
| DELETE | /data-sources/{xid} | Delete a data source | API Reference → |
| GET | /data-sources/{xid} | Get Data Source by XID | API Reference → |
| PATCH | /data-sources/{xid} | Partially update a data source | API Reference → |
| PUT | /data-sources/{xid} | Update data source | API Reference → |
| GET | /data-sources/by-id/{id} | Get Data Source by ID | API Reference → |
| PUT | /data-sources/copy/{xid} | Copy data source | API Reference → |
| PUT | /data-sources/enable-disable/{xid} | Enable/disable/restart a data source | API Reference → |
| GET | /data-sources/export | Export formatted for Configuration Import by supplying an RQL query | API Reference → |
| GET | /data-sources/export-with-points | Export formatted for Configuration Import by supplying an RQL query | API Reference → |
| GET | /data-sources/export/{xid} | Export formatted for Configuration Import | API Reference → |
| PUT | /data-sources/force-poll/{xid} | Force Poll | API Reference → |
| GET | /data-sources/status/{xid} | Get runtime status for data source | API Reference → |
| PUT | /runtime-manager/force-refresh/{xid} | Force Refresh a data point | API Reference → |
| POST | /runtime-manager/relinquish/{xid} | Relinquish the value of a data point | API Reference → |
| POST | /runtime-manager/reset-cache/{xid} | Reset the cache on a running data point | API Reference → |