|
LocationData.GetLocationData(List<Target> , CancellationToken) Method
|
Queries Grafana data source for location data.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntaxfunction GetLocationData(request, cancellationToken);
View SourceParameters
- request List<Target>
- Query request.
- cancellationToken CancellationToken
- Propagates notification from client that operations should be canceled.
Return Value
Task<String>JSON serialized location metadata for specified targets.
See Also