For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Request featuresContact support
    • Welcome
  • Quickstart
    • Sign up for an account
    • emnify Trial plan
    • Order and auto-register SIMs
    • Register SIMs
    • Create a device
    • Configure the APN
    • emnify REST API
    • Troubleshooting
  • Services
      • Data Streamer
      • Events
        • Event types
          • Generic events
          • Network attachment and location
          • Data connection lifecycle
          • Application and user authentication
          • User management
          • Device status management
          • Limit enforcement
          • Data quota management
          • SMS quota management
          • Cloud Connect lifecycle
          • OpenVPN lifecycle
          • Organization and billing
        • Work with system events
      • Security
    • Support
LogoLogo
Request featuresContact support
On this page
  • Generic
ServicesPlatformEventsEvent types

Generic events

Was this page helpful?

Last updated July 15, 2025

Previous

Event types

Next

Network attachment and location

Built with
IDDescription
0Generic

Generic

Data session disconnected while applying the updated actions on the connectivity (PDP sessions) or while applying the updated quota information.

Other generic event triggers are possible.

We’re in the process of adding more specific event types that will replace these. We’ll update this list as new event types are created.

Example JSON response: disconnecting data access for a device to apply throttling action
1{
2 "timestamp": "2021-10-27T11:59:29.000Z",
3 "alert": true,
4 "description": "Disconnecting data access for endpoint to apply throttling action.",
5 "id": 543839962673704,
6 "event_type": {
7 "id": 0,
8 "description": "Generic"
9 },
10 "event_source": {
11 "id": 1,
12 "description": "Policy Control"
13 },
14 "event_severity": {
15 "id": 1,
16 "description": "Warn"
17 },
18 "organisation": {
19 "id": 891418,
20 "name": "Sample Corp"
21 },
22 "endpoint": {
23 "id": 55214676,
24 "imei": "908525440918796",
25 "ip_address": "27.187.78.212",
26 "name": "Test Sim 2",
27 "tags": null
28 },
29 "sim": {
30 "iccid": "7772229804214642989",
31 "id": 7053671,
32 "production_date": "2020-12-23T13:02:11.000Z"
33 },
34 "imsi": {
35 "id": 51595711,
36 "import_date": "2020-12-23T13:02:11.000Z",
37 "imsi": "37807012732326"
38 }
39}
Example JSON response: disconnecting data access for a device after updating the quota
1{
2 "timestamp": "2021-10-27T12:38:44.000Z",
3 "alert": true,
4 "description": "Disconnecting data access for endpoint, because quota has been updated.",
5 "id": 843273935666500,
6 "event_type": {
7 "id": 0,
8 "description": "Generic"
9 },
10 "event_source": {
11 "id": 1,
12 "description": "Policy Control"
13 },
14 "event_severity": {
15 "id": 1,
16 "description": "Warn"
17 },
18 "organisation": {
19 "id": 719710,
20 "name": "Sample Corp"
21 },
22 "endpoint": {
23 "id": 13296071,
24 "imei": "125850842548013",
25 "ip_address": "145.215.185.221",
26 "name": "Test Sim 2",
27 "tags": null
28 },
29 "sim": {
30 "iccid": "6820705229564377698",
31 "id": 3951118,
32 "production_date": "2020-12-23T13:02:11.000Z"
33 },
34 "imsi": {
35 "id": 69382468,
36 "import_date": "2020-12-23T13:02:11.000Z",
37 "imsi": "57019691302535"
38 }
39}