OpenVPN lifecycle

IDDescription
30OpenVPN authentication

OpenVPN authentication

Client is successfully authenticated on OpenVPN.

1{
2 "user": {
3 "username": "jane.doe@example.com",
4 "id": 225061,
5 "name": "Jane Doe"
6 },
7 "endpoint": null,
8 "event_source": {
9 "description": "API",
10 "id": 2
11 },
12 "description": "OpenVPN client (re-)authenticated successfully",
13 "event_severity": {
14 "description": "INFO",
15 "id": 0
16 },
17 "timestamp": "2021-10-27T15:17:23Z",
18 "organisation": {
19 "id": 19910,
20 "name": "Example Org"
21 },
22 "detail": {
23 "region": "eu-west-1",
24 "client": {
25 "public_ip": "53.240.46.216",
26 "version": "2.5.4",
27 "private_ip": "40.220.96.255"
28 },
29 "protocol": "udp"
30 },
31 "alert": false,
32 "keen": {
33 "timestamp": "2021-10-27T15:17:38.065Z",
34 "created_at": "2021-10-27T15:17:38.065Z",
35 "id": "11855d2331d1f324470ca3b"
36 },
37 "sim": null,
38 "id": 153792067277,
39 "imsi": null,
40 "event_type": {
41 "description": "OpenVPN authentication",
42 "id": 30
43 }
44}