Click or drag to resize
Grid Solutions Framework

IGrafanaDataServiceQuery Method

Queries openHistorian as a Grafana data source.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(UriTemplate = "/query", Method = "POST", RequestFormat = WebMessageFormat.Json, 
	ResponseFormat = WebMessageFormat.Json)]
Task<List<TimeSeriesValues>> Query(
	QueryRequest request
)
View Source

Parameters

request  QueryRequest
Query request.

Return Value

TaskListTimeSeriesValues
See Also