25 Jan 2023 12:55 PM - last edited on 23 Feb 2023 08:57 AM by Ana_Kuzmenchuk
Hi,
I am working on a requirement in which, we need to incorporate into the payload of the Webex notification the time in GMT-3.
We are aware that the UTC time cannot be changed from the Dynatrace user interface, but we would like to know if it is possible to do some conversion through a mathematical operation to get that format.
We have analyzed the Webex API to see if there is any field that supports it and we also detected that the time is integrated into "ProblemsDetailsMarkdown" (but together with the detail of the whole problem).
Currently, the payload has the following configuration:
{
"roomId":"xxxxxxxxxxxxxxxxxx",
"markdown":"{Tags[APP]}, {Tags[Datacenter]}, {Tags[Función]}, {Tags[Planta]}, {ProblemTitle}, {ProblemImpact}, {ProblemSeverity}, {ProblemDetailsMarkdown}"
}
Any help you can give me, it will be appreciated.
Regards.
Solved! Go to Solution.
24 Feb 2023 08:05 PM
I don't see an elegant solution for this. But at least you can add:
the time.is link (Example https://time.is/2200_24_Feb_2023_in_UTC/GMT-3) for them, and of course you can add a new idea, to have a placeholder for time would be useful.