Network Logs

Retrieve Network Logs of a SIM

get

Retrieves the Network Logs for a specific SIM. Network Logs capture the complete connection lifecycle and help diagnose connectivity issues.

The response contains various different Log Types (distinguished by the log_type field). Each type holds different information and showcases the type of event that has occurred:

  • network-authentication: Initial connection attempt when device scans for and attempts to connect to a specific network. Records whether the SIM is allowed to connect based on Network List/Whitelist and IMEI settings.

    • Authentication log_types also include SIM and network information. A successful authentication will have status/reason properties as null in the response.

  • network-registration: Occurs after authentication when Onomondo and the given network sync to provide cellular technology connections. Has two phases:

    • Device registration to specific technology (is_data_attach: false), means that the device will be able to send and receive SMSs

    • Data session creation enabling data transmission (is_data_attach: true), means that the device will be able to send and receieve IP traffic

  • network-deregistration: Logs disconnection between Onomondo and the used network. Normal brief occurrences are expected, but frequent deregistrations may indicate connectivity issues.

For more information read How to use Network Logs.

Authorizations
Path parameters
sim_idstringRequiredExample: 000000001
Query parameters
timestampstring · date-timeRequired

ISO 8601 timestamp in UTC format that sets the cursor for where records should start

Example: 2022-08-19T00:00:00.000ZPattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$
orderstring · enumOptional

Temporal sort order for the results

Default: DESCExample: DESCPossible values:
limitinteger · min: 1 · max: 1000Optional

Maximum number of records to return

Default: 1000Example: 20
offsetintegerOptional

Number of records to skip (for pagination)

Default: 0Example: 0
Responses
200

OK

application/json
Responseobject
get
GET /network-logs/{sim_id} HTTP/1.1
Host: api.onomondo.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "timestamp": "2022-08-19T09:40:00.000Z",
  "docs": [
    {
      "id": "0fb455d4-1351-420d-a84d-fa828ea7791c",
      "type": "network-deregistration",
      "time": "2022-07-08T08:29:55.330Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "7f76d56e-c9d1-4708-89c2-023d538bbbc7",
      "type": "network-registration",
      "time": "2022-07-08T08:29:08.271Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "4d7288cb-9884-41f3-b16d-ff2d3d09b61b",
      "type": "network-deregistration",
      "time": "2022-07-08T08:29:08.146Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "ccbc4a1e-41a4-452d-9f09-30cdf4ea5b82",
      "type": "network-registration",
      "time": "2022-07-08T08:28:09.430Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "840f7392-df99-47af-8078-b82f37d8281c",
      "type": "network-deregistration",
      "time": "2022-07-08T08:28:09.381Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "62ee9f72-43a8-4a8d-bd39-05f857175ab5",
      "type": "network-registration",
      "time": "2022-07-08T08:28:09.370Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "2bf6337a-393c-49c0-971f-1897c2bbeaa9",
      "type": "network-deregistration",
      "time": "2022-07-08T08:28:04.948Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "3a030d9b-d0df-4f91-9d0d-18d1f0526074",
      "type": "network-registration",
      "time": "2022-07-08T08:27:07.798Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "60183d55-c280-4882-91d1-b1589a6ad292",
      "type": "network-deregistration",
      "time": "2022-07-08T08:27:03.522Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "9b75f641-b102-4480-8a9b-2a008ea79a58",
      "type": "network-registration",
      "time": "2022-07-08T08:26:07.506Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "d04c4569-aa8a-490b-a928-24ce211281f8",
      "type": "network-deregistration",
      "time": "2022-07-08T08:26:01.574Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "f43df158-3565-43b5-8d6d-f255435df46f",
      "type": "network-registration",
      "time": "2022-07-08T08:25:03.601Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "103eaa76-524a-434b-9772-54e8512a6f57",
      "type": "network-deregistration",
      "time": "2022-07-08T08:25:00.261Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "89c3f8dc-6ebd-4dfa-8dd6-b2c8c46caa05",
      "type": "network-registration",
      "time": "2022-07-08T08:24:00.216Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "f903aed7-a014-4c90-9eee-9fe35d9d1f48",
      "type": "network-deregistration",
      "time": "2022-07-08T08:23:58.634Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "bf386213-4bd0-4b88-851d-7444339a91e2",
      "type": "network-registration",
      "time": "2022-07-08T08:23:01.857Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "1afcd567-76b2-4d0f-84db-cda9af9bb741",
      "type": "network-deregistration",
      "time": "2022-07-08T08:22:56.515Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "f39ad3fa-de67-4765-8006-226afada2c67",
      "type": "network-registration",
      "time": "2022-07-08T08:21:57.940Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "80bb6106-1442-4d46-84e3-9e0b8ee2f38e",
      "type": "network-deregistration",
      "time": "2022-07-08T08:21:54.973Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "89ba82c8-f48e-4d9a-94d9-99d9118bcb73",
      "type": "network-registration",
      "time": "2022-07-08T08:20:59.615Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "7601c6d8-cac0-4f02-86b1-511f6d05e9b9",
      "type": "network-deregistration",
      "time": "2022-07-08T08:20:53.677Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "67f13c05-57ee-4ae3-bbf7-de7d9ad5db1d",
      "type": "network-registration",
      "time": "2022-07-08T08:19:55.726Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "45237c0d-7192-4662-aee7-cf1e491f676e",
      "type": "network-deregistration",
      "time": "2022-07-08T08:19:52.373Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "b0605bd4-bdf5-4384-aaf2-3f29090865da",
      "type": "network-registration",
      "time": "2022-07-08T08:19:04.770Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "37fe87b8-c0c7-4a4e-ae9c-c35d9780a8c1",
      "type": "network-deregistration",
      "time": "2022-07-08T08:19:04.734Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "6422d549-12ae-4bf9-9ec0-e65b728cb8ae",
      "type": "network-registration",
      "time": "2022-07-08T08:18:58.157Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "6587deb2-ff32-4f9a-b1e0-41d7380baa81",
      "time": "2022-07-08T08:18:58.102Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "aa3cc8ae-e1c6-4332-a16e-7d162805049d",
      "type": "network-registration",
      "time": "2022-07-08T08:18:56.322Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "ecdf166e-2e1d-4749-a186-372600779232",
      "type": "network-registration",
      "time": "2022-07-08T08:18:55.989Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "f929d849-91bc-4ff5-94fb-a1d64d82ec3c",
      "time": "2022-07-08T08:18:55.928Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "bf095bcd-a081-4048-9fe7-8e9edef1d423",
      "type": "network-registration",
      "time": "2022-07-08T08:18:48.588Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "network_type": "GSM",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "f925fb84-8123-4472-b33a-47074d27a30a",
      "time": "2022-07-08T08:18:48.538Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "status": null,
      "reason": null,
      "network_type": "GSM",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "d393dc24-83c3-44ed-8f42-313950a20efa",
      "type": "network-registration",
      "time": "2022-07-08T08:18:47.710Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "network_type": "GSM",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "fea03759-7c79-4b76-b6ed-d67d597aada4",
      "time": "2022-07-08T08:18:47.655Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "status": null,
      "reason": null,
      "network_type": "2G/3G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "c38e508a-44f3-45d3-8bb0-a6bdce1050a2",
      "type": "network-deregistration",
      "time": "2022-07-07T13:21:37.103Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "b38c4ad1-979e-401d-b532-5c9228499354",
      "type": "network-registration",
      "time": "2022-07-07T12:49:31.386Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "ec620135-7bb5-4dad-81bf-3a94a2c9c322",
      "time": "2022-07-07T12:49:31.193Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "9268a2b9-2580-430c-96be-e10e1669a87e",
      "type": "network-registration",
      "time": "2022-07-07T12:28:57.079Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "9398508c-9a1f-4c6b-bced-009fd87027cc",
      "type": "network-registration",
      "time": "2022-07-07T12:28:56.726Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "3f5d7a2c-7579-4fa4-970b-0b2ed4bb751f",
      "time": "2022-07-07T12:28:56.512Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "22bc8366-4539-4ba3-91d0-49033b50e3d4",
      "type": "network-deregistration",
      "time": "2022-07-07T12:28:51.873Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "5084190e-2fc8-4ca6-bc00-591c24272ad9",
      "type": "network-registration",
      "time": "2022-07-07T12:28:50.352Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "972adefc-2400-4468-becd-00012851dcc0",
      "type": "network-deregistration",
      "time": "2022-07-07T12:28:50.276Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "e7067a0b-44ae-4dd6-a2f5-9355cac68d42",
      "type": "network-registration",
      "time": "2022-07-07T12:28:50.256Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "161925ae-a0ea-487d-8ac3-48a8975675ed",
      "type": "network-registration",
      "time": "2022-07-07T12:28:47.913Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "network_type": "GSM",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "27d7a590-905e-4420-a483-2330e6851319",
      "time": "2022-07-07T12:28:47.861Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "status": null,
      "reason": null,
      "network_type": "2G/3G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "f28db24e-ac35-47c7-89ee-1d43ab1eeacc",
      "type": "network-registration",
      "time": "2022-07-07T12:25:45.863Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "network_type": "GSM",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "0d619a21-a643-4fd7-aae1-073bb1b8996f",
      "time": "2022-07-07T12:25:45.809Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "status": null,
      "reason": null,
      "network_type": "GSM",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "c58365d2-cf89-48d0-a336-be8fc71f0c4f",
      "type": "network-deregistration",
      "time": "2022-07-07T12:25:29.865Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "9c616ebf-e961-493c-8c71-869584b5e5ca",
      "time": "2022-07-07T12:24:46.798Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": "operatorDeterminedBarring",
      "reason": "network_whitelist",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "c1c41359-31d0-4ef8-85c6-692a12be70a8",
      "time": "2022-07-07T12:24:43.812Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": "operatorDeterminedBarring",
      "reason": "network_whitelist",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "d26029c5-23e3-46cb-9422-fc8f56b2a0e7",
      "time": "2022-07-07T12:24:43.255Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": "operatorDeterminedBarring",
      "reason": "network_whitelist",
      "network_type": "4G",
      "network": {
        "name": "Hi3G",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "06"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "cef7c316-ceaf-4937-8d2e-ef67c5e07b9e",
      "type": "network-registration",
      "time": "2022-07-07T12:22:56.316Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "ed968402-132b-43c8-8ef4-33d199f44745",
      "type": "network-deregistration",
      "time": "2022-07-07T12:22:56.277Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "3cf2195d-038f-4307-bdcc-90eaef42e027",
      "type": "network-registration",
      "time": "2022-07-07T12:22:47.435Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "network_type": "GSM",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "ff303acd-8186-4beb-a400-552cc3329eaf",
      "time": "2022-07-07T12:22:47.360Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "status": null,
      "reason": null,
      "network_type": "2G/3G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "7f4b1c21-26be-418d-a5a3-614eda8fd6ea",
      "type": "network-registration",
      "time": "2022-07-07T12:21:43.357Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "4bd218b3-f870-4cab-9712-6a3f4bbbc2ff",
      "time": "2022-07-07T12:21:43.180Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "73f5ec43-9081-4b9e-9d8b-75c62967fe28",
      "type": "network-registration",
      "time": "2022-07-07T12:21:32.450Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "fa10f7b4-a10d-43e6-95d2-f4fe5c712100",
      "type": "network-registration",
      "time": "2022-07-07T12:21:27.928Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "4e3afb19-b664-4cb6-89cf-badaf4df73a6",
      "time": "2022-07-07T12:21:27.735Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "6f3fa520-4673-4f40-b63b-dfaee486cf31",
      "type": "network-deregistration",
      "time": "2022-07-07T12:21:26.773Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "7241dd1d-e1c3-4aba-ad39-05eb0fb44d23",
      "type": "network-registration",
      "time": "2022-07-07T12:21:03.349Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "d81579ca-6521-4171-9c5e-37c704cddc2b",
      "type": "network-registration",
      "time": "2022-07-07T12:21:03.034Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "f913cd78-2237-4bf8-b6f9-e68c91932236",
      "time": "2022-07-07T12:21:02.822Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "7647356c-48d3-4213-8c6d-60a0bc49e007",
      "type": "network-deregistration",
      "time": "2022-07-07T12:20:53.161Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "a7d80d2e-00f5-4750-bbdf-c5b9b4d51806",
      "type": "network-registration",
      "time": "2022-07-07T12:20:28.078Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "ab08fdd7-cc9b-4b16-81c2-ca48801a4a29",
      "type": "network-deregistration",
      "time": "2022-07-07T12:20:28.046Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "1ed54ff5-8ac1-423a-82d5-8c8841a775f8",
      "type": "network-registration",
      "time": "2022-07-07T12:20:27.846Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "9385c309-966f-46d6-98d8-a4d5b528f813",
      "time": "2022-07-07T12:20:27.664Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "fd38aeb5-0954-4c97-802e-8728c437442e",
      "type": "network-registration",
      "time": "2022-07-07T12:09:46.693Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "ca63a579-8405-43a7-9754-c13d591a41dc",
      "type": "network-registration",
      "time": "2022-07-07T12:09:42.047Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "network_type": "GSM",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "e088351f-f3d9-400e-9f69-6b5943f6faef",
      "time": "2022-07-07T12:09:41.969Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": null,
      "status": null,
      "reason": null,
      "network_type": "2G/3G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "6124cc8a-56b7-42c9-85ca-980443916f1b",
      "type": "network-deregistration",
      "time": "2022-07-07T12:08:36.742Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "3G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "10fb93d8-af42-427d-b36c-6b16272e4012",
      "type": "network-registration",
      "time": "2022-07-07T12:06:42.198Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "0936f895-ed5e-49ee-a8f8-23b4879620d7",
      "type": "network-registration",
      "time": "2022-07-07T12:06:42.084Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "84fb58a8-c2cf-443b-9e50-47cbba5ddb01",
      "time": "2022-07-07T12:06:42.031Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    },
    {
      "id": "b31a28d0-1c82-414f-a2ee-7df068a78257",
      "type": "network-deregistration",
      "time": "2022-07-07T12:06:35.521Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "1270537f-bbce-4847-b6ef-918c70061793",
      "type": "network-registration",
      "time": "2022-07-07T12:06:12.072Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": true
    },
    {
      "id": "2b728568-9fdc-42f2-950a-f21e8d56df42",
      "type": "network-registration",
      "time": "2022-07-07T12:06:11.618Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-registration",
      "is_data_attach": false
    },
    {
      "id": "9c6380f5-7df9-4753-8c99-7f9d717812a9",
      "time": "2022-07-07T12:06:11.559Z",
      "sim_id": "{{sim_id}}",
      "iccid": "8945738730{{sim_id}}5",
      "imei": "355409072367141",
      "status": null,
      "reason": null,
      "network_type": "4G",
      "network": {
        "name": "TDC A/S",
        "country": "Denmark",
        "country_code": "DK",
        "mcc": "238",
        "mnc": "01"
      },
      "log_type": "network-authentication"
    }
  ]
}

Last updated