17 Jul 2018 08:21 AM
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.
17 Jul 2018 08:32 AM
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...
14 Dec 2018 04:06 PM
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.
17 Dec 2018 07:21 AM
Yes you can query by key value tag, see my attachment.
20 Dec 2018 07:25 PM
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:*
21 Dec 2018 07:45 AM
Unfortunately that's not supported so far.