New event types

2022-07-14 00:00:00 +0000

New event types added for different kind of scenarios like CloudConnect, OpenVpn, Sim and quota management
Example:

[
  {
    "timestamp": {},
    "alert": true,
    "description": "Data quota enabled.",
    "id": 69535,
    "event_type": {
      "description": "Data quota enabled",
      "id": 52
    },
    "event_source": {
      "name": "API",
      "id": 2
    },
    "event_severity": {
      "description": "INFO",
      "id": 0
    },
    "organisation": {
      "name": "Organisation_Name",
      "id": 2
    },
    "endpoint": {
      "name": "Monitoring201",
      "tags": "Monitoring",
      "ip_address": "10.199.6.39",
      "imei": null,
      "id": 1
    },
    "sim": {
      "iccid": 8988317000000000000,
      "production_date": {},
      "id": 110
    },
    "imsi": {
      "imsi": 901430000000114,
      "import_date": {},
      "id": 110
    }
  }
]