getDataSeries

suspend fun getDataSeries(host: Node, sourceId: String, startTime: Long, endTime: Long): List<Snapshot>(source)

Fetches data series (snapshots) for a data point within a time range. Used by GraphScreen to load and poll chart data.