I have an odd thing that I noticed in 3.4. when my LLD creates a trigger, I have it automatically populate the URL field for me. In the URL it uses the {HOST.NAME} macro.
When I send out a notification via the alerts, I see that the URL does get included in the message with the actual hostname (not the text "{HOST.NAME") as expected.
However, when I pull the same template.url value via the API trigger.get function, it doesn't do the macro substitution and instead gives me the same url, but with "{HOST>NAME}" instead of the actual hostname.
Is this a bug or functioning as designed?
Carl
When I send out a notification via the alerts, I see that the URL does get included in the message with the actual hostname (not the text "{HOST.NAME") as expected.
However, when I pull the same template.url value via the API trigger.get function, it doesn't do the macro substitution and instead gives me the same url, but with "{HOST>NAME}" instead of the actual hostname.
Is this a bug or functioning as designed?
Carl
Comment