Hi,
Is there a way of sending the host name with the Outgoing Web Hook? At the moment I am only getting Process Group names and other names, and not the host name.
In a typical ITSM tool, a valid CI is the host and therefore the hostnames.
I was hoping the latest ImpactedEntities would include host name, but alas it does not.
Please advice
I don't think that's possible now. Depending on your use case - you could query Dynatrace SmartScape API back for necessary information. For example:
https://{id}.live.dynatrace.com/api/v1/entity/infrastructure/hosts/{host id} for host info (including hostname, ip address, OS info, ... ).
Ok,
So quering that one would be the way forward now.