25 Jan 2023
04:55 AM
- last edited on
25 Jan 2023
06:02 AM
by
MaciejNeumann
Hi,
I am working on a requirement in which, we need to incorporate to 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 in "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.