grafana icon indicating copy to clipboard operation
grafana copied to clipboard

Scopes: Add Find subresource to query ScopesNodes and search thru titles.

Open bergquist opened this issue 9 months ago • 0 comments

I want to add an API handler that can filter for scopenodes based on ParentName and also search for titles matching a keyword passed as query. AFAIK the query part is not something that the API server itself support which is why I'm adding a sub resource for it instead.

But I can't figure out how to query the apiserver from the handler.

bergquist avatar May 03 '24 14:05 bergquist