Hi,
I am playing with Dynatrace API, I want to get info from Services who have a tag, ie: OpenShift. So I don't find how to make the query, if I type &OpenShift:true it doesn't work properly.
Please, can you help me?
Thanks.
Alberto.
Solved! Go to Solution.
You can check our API explorer or help for details about API query parameters. The query parameter you need is tag=OpenShift. You can use multiple tag parameters that will be logically AND. e.g.: tag=OpenShift&tag=team2
See details:
https://www.dynatrace.com/support/help/dynatrace-a...
Thanks Wolfgang.
Is there a way to query based on a tag that has a value? For example: I want to get all processes which have a tag key of "[KUBERNETES]platform" regardless value.
Yes you can query by key value tag, see my attachment.
Yes. I am able to query by context, key and value, but I want to query by context and key regardless of value. Something like [Kubernetes]platform:*
Unfortunately that's not supported so far.