cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic parameters in REST polling sender

pavel-kvasnicka
Discoverer
0 Kudos
748

Hi colleagues,

I deal with Message overview servet to obtain overview of error messages.

Can you please advice how to dynamically change parameters in REST polling sender?

Thank you

Pavel

View Entire Topic
pavel-kvasnicka
Discoverer
0 Kudos

Hi Alexander,

unfortunatelly I can´t omit end and I also need change both according this prescription provided by servlet.

<Period>
  <Type>HOURLY</Type>
  <Interval>
    <Begin>2023-03-02 10:00:00.0</Begin>
    <End>2023-03-02 11:00:00.0</End>
  </Interval>
</Period>

The goal is to pull every hour data from actuall day and previous hour.

I went through a lot of posts and did not find working answer (strange because I would say that it look like common problem).

Thanks for any hint

Pavel