Create alert
This page shows you how to create Alerts using API or TravelgateX Web.
How to request
You must choose a type alert to create it. The alert types are: Error rate, No traffic, Average time and Peak traffic.
There are different ways to configure the alert types. Below there are references of some values of configuration to create the alert needed.
Error rate alert
WHAT IS NEEDED? | window | periodicity | percentage | minNumberRequests | to check | to compare |
---|---|---|---|---|---|---|
check by time frame | w > 0 | p > 0 | pg >= 0 | mnr >= 0 | error codes | error codes |
check by requests number | w = 0 | p = 0 | pg >= 0 | mnr > 0 | error codes | error codes |
By default, you may check all error codes except for 0, and compare all error codes.
Average time alert
WHAT IS NEEDED? | window | periodicity | percentage | minNumberRequests | offset | historical windows | maximum average |
---|---|---|---|---|---|---|---|
check by time frame | w > 0 | p > 0 | pg >= 0 | mnr >= 0 | o >= 0 | hw >= 0 | ma = 0 |
check maximum average by time frame | w > 0 | p > 0 | pg >= 0 | mnr > 0 | o >= 0 | hw = 0 | ma >= 0 |
check be requests number | w = 0 | p = 0 | pg >= 0 | mnr > 0 | o >= 0 | hw = 0 | ma >= 0 |
No traffic alert
WHAT IS NEEDED? | window | periodicity | percentage | minNumberRequests |
---|---|---|---|---|
check by time frame | w > 1 | p > 0 | pg = 0 | mnr >= 0 |
Peak traffic alert
WHAT IS NEEDED? | window | periodicity | percentage | minNumberRequests | offset | historical windows |
---|---|---|---|---|---|---|
check by time frame | w > 0 | p > 0 | pg = 0 | mnr >= 0 | o >= 0 | hw > 0 |
Below you will find some examples for different casuistry:
