Click or drag to resize
Grid Solutions Framework

IGrafanaDataServiceGetLocationData Method

Queries openHistorian location data for Grafana offsetting duplicate coordinates using a radial distribution.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(UriTemplate = "/getlocationdata", Method = "POST", 
	RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
Task<string> GetLocationData(
	LocationRequest request
)
View Source

Parameters

request  LocationRequest
Query request.

Return Value

TaskString
JSON serialized location metadata for specified targets.
See Also