Get login metrics from the last hour for all users.
Please note that the data returned is coordinates on a diagram, the X value represents the timestamp and the Y value represents the number of occurrences.
Example Output
{
"logins": [
{
"x_cord": 434050337683,
"y_cord": 2
},
{
"x_cord": 1797530234539,
"y_cord": 1
}
],
"logins_failed": [
{
"x_cord": 1649805435174,
"y_cord": 1
},
{
"x_cord": 2667350206096,
"y_cord": 0
}
],
"authorizations": [
{
"x_cord": 1333278145018,
"y_cord": 2
},
{
"x_cord": 1230483720371,
"y_cord": 0
}
]
}
Workflow Library Example
Get Metrics from Last Hour with Authentik and Send Results Via Email