24 Jun 2022 10:01 AM
Hello,
You can use the entity selector on the Relation target entity!
As an example, suppose you have multiple namespaces in Azure and you have the same name for a service bus queue in these namespaces.
You need to tag these queue's using below entity selector.
type(azure_service_bus_queue),
toRelationships.isAzrServiceBusNamespaceOfQueue(type(AZURE_SERVICE_BUS_NAMESPACE),
entityName("namespace"))
It looks like a complex query but if you read,
select this type, with this relation (but select only these target entities)
@henridb : thanks for sharing!
KR Henk
24 Jun 2022 02:18 PM
Thanks for sharing!
24 Jun 2022 09:56 PM
fromRelationships and toRelationships are great, that's for sure.
For those that want to know where to get all possibilities, just check with https://www.dynatrace.com/support/help/dynatrace-api/environment-api/entity-v2/get-entity-type
27 Jun 2022 07:43 AM
for sharing this 😉
29 Jul 2022 01:56 AM
@henk_stobbe Thanks for sharing this.... looks intresting..
Thanks,
Sujit