1

get alerts data

Тема: get alerts data

Hello Team,

We are generating one report in that we need below fields :

1 - How can I get number of  SOS alerts?

2 - How many alert happen (sensors)?

3 - How to get number of unauthorized night driving?

2

get alerts data

Re: get alerts data

Hello!

please specify do you plan to use report which already created in Wialon (on monitoring site) or plan to develop own template ?

Diana Cheley
Wialon Hosting Expert
Gurtam
3

get alerts data

Re: get alerts data

chdi пишет:

Hello!

please specify do you plan to use report which already created in Wialon (on monitoring site) or plan to develop own template ?

Yes i have alredy created on monitoring site

4

get alerts data

Re: get alerts data

Hello!
First, it needs to create notification, for example SOS, to control SOS alerts from device. Then you need to select notification action (how to store event) - you can save it as simple event or violation.
After you can get report with table Events (saved events ) or Violations (saved as violation)
Column  "Count" (in JSON response parameter '  'shows total number
The count of alert you can also get as information about notification - please look request

Unauthorized night driver - you can get this information from report with table Trips and filtration time (set up required time). If don't need something more special case.

When you create report on monitoring site with appropriate tables which content required information, you can execute API request to get such report

Diana Cheley
Wialon Hosting Expert
Gurtam
5

get alerts data

(20/03/2019 08:34:31 отредактировано samir.agile)

Re: get alerts data

chdi пишет:

Hello!
First, it needs to create notification, for example SOS, to control SOS alerts from device. Then you need to select notification action (how to store event) - you can save it as simple event or violation.
After you can get report with table Events (saved events ) or Violations (saved as violation)
Column  "Count" (in JSON response parameter '  'shows total number
The count of alert you can also get as information about notification - please look request

Unauthorized night driver - you can get this information from report with table Trips and filtration time (set up required time). If don't need something more special case.

When you create report on monitoring site with appropriate tables which content required information, you can execute API request to get such report

Hello,

I need all this data from APIs and display in our template.
So Do we need to configure above configuration?
And which APIs we need to use to get those data?

6

get alerts data

Re: get alerts data

samir.agile , the easy way is configure all reports and notification on monitoring site. Then you can just execute request to get report

Diana Cheley
Wialon Hosting Expert
Gurtam