Тема: 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?
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
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?
Hello!
please specify do you plan to use report which already created in Wialon (on monitoring site) or plan to develop own template ?
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
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!
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 requestUnauthorized 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?
samir.agile , the easy way is configure all reports and notification on monitoring site. Then you can just execute request to get report