10 Jan 2023 10:12 AM
HI all.
I need to create an automatic tag with the condition of IP addresses,,
but I don't see that option:
can anybody help me?
Thanks in advance and greetings!!
JAR
Solved! Go to Solution.
10 Jan 2023 12:33 PM
@JAR1, you can use the Entity Selector for this, like this:
type(SERVICE),databaseName.exists(),ipAddress(<YourIPGoesHere>)
More details of attributes you can use here: https://www.dynatrace.com/support/help/dynatrace-api/environment-api/entity-v2/entity-selector
Try and let us know.
10 Jan 2023 12:46 PM - edited 10 Jan 2023 12:48 PM
Hello. You can try with ip adress ipAddress attribute.
type(service),ipAddress("192.168...") |
=======
"id": "ipAddress",
"type": "List",
"displayName": "ipAddress"
},
=========
In our environments, we use the ports to mark such services, maybe it will be useful for you.
Regards,
Romanenkov Alex