Click or drag to resize
Grid Solutions Framework

IGrafanaDataServiceAnnotations Method

Queries openHistorian for annotations in a time-range (e.g., Alarms).

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

Parameters

request  AnnotationRequest
Annotation request.

Return Value

TaskListAnnotationResponse
See Also