Click or drag to resize
Grid Solutions Framework

IGrafanaDataServiceTagKeys Method

Requests available tag keys.

Namespace: GrafanaAdapters
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(UriTemplate = "/tag-keys", Method = "POST", RequestFormat = WebMessageFormat.Json, 
	ResponseFormat = WebMessageFormat.Json)]
Task<TagKeysResponse[]> TagKeys(
	TagKeysRequest _
)
View Source

Parameters

_  TagKeysRequest
Tag keys request.

Return Value

TaskTagKeysResponse
See Also