Click or drag to resize
Grid Solutions Framework

IGrafanaDataServiceGetDeviceGroups Method

Queries openHistorian Device Groups.

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

Parameters

request  QueryRequest
Query request.

Return Value

TaskIEnumerableDeviceGroup
See Also