Retrieve a list of recent changes.

GET /api/extras/object-changes/?format=api&offset=250
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 967,
    "next": "https://netbox.c3voc.de/api/extras/object-changes/?format=api&limit=50&offset=300",
    "previous": "https://netbox.c3voc.de/api/extras/object-changes/?format=api&limit=50&offset=200",
    "results": [
        {
            "id": 2728,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2728/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T18:39:54.282474Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 810,
            "changed_object": {
                "id": 810,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/810/?format=api",
                "display": "ether1",
                "device": {
                    "id": 57,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/57/?format=api",
                    "display": "poe switch 4",
                    "name": "poe switch 4"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 57,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:54.275Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2727,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2727/?format=api",
            "display": "dcim | device poe switch 4 created by voc",
            "time": "2025-05-24T18:39:54.252489Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 57,
            "changed_object": {
                "id": 57,
                "url": "https://netbox.c3voc.de/api/dcim/devices/57/?format=api",
                "display": "poe switch 4",
                "name": "poe switch 4"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "rear",
                "name": "poe switch 4",
                "rack": 5,
                "role": 1,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T18:39:54.250Z",
                "comments": "",
                "latitude": null,
                "location": 4,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 16,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2726,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2726/?format=api",
            "display": "dcim | interface ether5 created by voc",
            "time": "2025-05-24T18:39:54.196762Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 809,
            "changed_object": {
                "id": 809,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/809/?format=api",
                "display": "ether5",
                "device": {
                    "id": 56,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
                    "display": "poe switch 3",
                    "name": "poe switch 3"
                },
                "name": "ether5",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 56,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:54.097Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2725,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2725/?format=api",
            "display": "dcim | interface ether4 created by voc",
            "time": "2025-05-24T18:39:54.175709Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 808,
            "changed_object": {
                "id": 808,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/808/?format=api",
                "display": "ether4",
                "device": {
                    "id": 56,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
                    "display": "poe switch 3",
                    "name": "poe switch 3"
                },
                "name": "ether4",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 56,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:54.097Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2724,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2724/?format=api",
            "display": "dcim | interface ether3 created by voc",
            "time": "2025-05-24T18:39:54.152152Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 807,
            "changed_object": {
                "id": 807,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/807/?format=api",
                "display": "ether3",
                "device": {
                    "id": 56,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
                    "display": "poe switch 3",
                    "name": "poe switch 3"
                },
                "name": "ether3",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 56,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:54.097Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2723,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2723/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T18:39:54.127366Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 806,
            "changed_object": {
                "id": 806,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/806/?format=api",
                "display": "ether2",
                "device": {
                    "id": 56,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
                    "display": "poe switch 3",
                    "name": "poe switch 3"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 56,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:54.097Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2722,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2722/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T18:39:54.104721Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 805,
            "changed_object": {
                "id": 805,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/805/?format=api",
                "display": "ether1",
                "device": {
                    "id": 56,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
                    "display": "poe switch 3",
                    "name": "poe switch 3"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 56,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:54.097Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2721,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2721/?format=api",
            "display": "dcim | device poe switch 3 created by voc",
            "time": "2025-05-24T18:39:54.076055Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 56,
            "changed_object": {
                "id": 56,
                "url": "https://netbox.c3voc.de/api/dcim/devices/56/?format=api",
                "display": "poe switch 3",
                "name": "poe switch 3"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "rear",
                "name": "poe switch 3",
                "rack": 4,
                "role": 1,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T18:39:54.072Z",
                "comments": "",
                "latitude": null,
                "location": 3,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 16,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2720,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2720/?format=api",
            "display": "dcim | interface ether5 created by voc",
            "time": "2025-05-24T18:39:54.014596Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 804,
            "changed_object": {
                "id": 804,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/804/?format=api",
                "display": "ether5",
                "device": {
                    "id": 55,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/55/?format=api",
                    "display": "poe switch 2",
                    "name": "poe switch 2"
                },
                "name": "ether5",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 55,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.897Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2719,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2719/?format=api",
            "display": "dcim | interface ether4 created by voc",
            "time": "2025-05-24T18:39:53.986489Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 803,
            "changed_object": {
                "id": 803,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/803/?format=api",
                "display": "ether4",
                "device": {
                    "id": 55,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/55/?format=api",
                    "display": "poe switch 2",
                    "name": "poe switch 2"
                },
                "name": "ether4",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 55,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.897Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2718,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2718/?format=api",
            "display": "dcim | interface ether3 created by voc",
            "time": "2025-05-24T18:39:53.960028Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 802,
            "changed_object": {
                "id": 802,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/802/?format=api",
                "display": "ether3",
                "device": {
                    "id": 55,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/55/?format=api",
                    "display": "poe switch 2",
                    "name": "poe switch 2"
                },
                "name": "ether3",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 55,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.897Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2717,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2717/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T18:39:53.933024Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 801,
            "changed_object": {
                "id": 801,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/801/?format=api",
                "display": "ether2",
                "device": {
                    "id": 55,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/55/?format=api",
                    "display": "poe switch 2",
                    "name": "poe switch 2"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 55,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.897Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2716,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2716/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T18:39:53.905823Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 800,
            "changed_object": {
                "id": 800,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/800/?format=api",
                "display": "ether1",
                "device": {
                    "id": 55,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/55/?format=api",
                    "display": "poe switch 2",
                    "name": "poe switch 2"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 55,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.897Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2715,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2715/?format=api",
            "display": "dcim | device poe switch 2 created by voc",
            "time": "2025-05-24T18:39:53.865812Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 55,
            "changed_object": {
                "id": 55,
                "url": "https://netbox.c3voc.de/api/dcim/devices/55/?format=api",
                "display": "poe switch 2",
                "name": "poe switch 2"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "rear",
                "name": "poe switch 2",
                "rack": 3,
                "role": 1,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T18:39:53.862Z",
                "comments": "",
                "latitude": null,
                "location": 2,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 16,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2714,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2714/?format=api",
            "display": "dcim | interface ether5 created by voc",
            "time": "2025-05-24T18:39:53.805675Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 799,
            "changed_object": {
                "id": 799,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/799/?format=api",
                "display": "ether5",
                "device": {
                    "id": 54,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                    "display": "poe switch 1",
                    "name": "poe switch 1"
                },
                "name": "ether5",
                "cable": 45,
                "_occupied": true
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether5",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 54,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.708Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2713,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2713/?format=api",
            "display": "dcim | interface ether4 created by voc",
            "time": "2025-05-24T18:39:53.785743Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 798,
            "changed_object": {
                "id": 798,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/798/?format=api",
                "display": "ether4",
                "device": {
                    "id": 54,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                    "display": "poe switch 1",
                    "name": "poe switch 1"
                },
                "name": "ether4",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether4",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 54,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.708Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2712,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2712/?format=api",
            "display": "dcim | interface ether3 created by voc",
            "time": "2025-05-24T18:39:53.765773Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 797,
            "changed_object": {
                "id": 797,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/797/?format=api",
                "display": "ether3",
                "device": {
                    "id": 54,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                    "display": "poe switch 1",
                    "name": "poe switch 1"
                },
                "name": "ether3",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether3",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 54,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.708Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2711,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2711/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T18:39:53.744670Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 796,
            "changed_object": {
                "id": 796,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/796/?format=api",
                "display": "ether2",
                "device": {
                    "id": 54,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                    "display": "poe switch 1",
                    "name": "poe switch 1"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 54,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.708Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2710,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2710/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T18:39:53.717704Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 795,
            "changed_object": {
                "id": 795,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/795/?format=api",
                "display": "ether1",
                "device": {
                    "id": 54,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                    "display": "poe switch 1",
                    "name": "poe switch 1"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 54,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T18:39:53.708Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2709,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2709/?format=api",
            "display": "dcim | device poe switch 1 created by voc",
            "time": "2025-05-24T18:39:53.683441Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "b0c84ab6-3241-47cd-b649-5ba4eee8549f",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 54,
            "changed_object": {
                "id": 54,
                "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                "display": "poe switch 1",
                "name": "poe switch 1"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "rear",
                "name": "poe switch 1",
                "rack": 2,
                "role": 1,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T18:39:53.679Z",
                "comments": "",
                "latitude": null,
                "location": 1,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 16,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2708,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2708/?format=api",
            "display": "dcim | device type TP-Link 5-Port Gigabit PoE Switch updated by voc",
            "time": "2025-05-24T18:37:11.600170Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d2d4fa8c-bdbb-46be-82b1-1c411611dfb7",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.devicetype",
            "changed_object_id": 16,
            "changed_object": {
                "id": 16,
                "url": "https://netbox.c3voc.de/api/dcim/device-types/16/?format=api",
                "display": "TP-Link 5-Port Gigabit PoE Switch",
                "manufacturer": {
                    "id": 11,
                    "url": "https://netbox.c3voc.de/api/dcim/manufacturers/11/?format=api",
                    "display": "TP-Link",
                    "name": "TP-Link",
                    "slug": "tp-link"
                },
                "model": "TP-Link 5-Port Gigabit PoE Switch",
                "slug": "tp-link-5-port-gigabit-poe-switch"
            },
            "prechange_data": {
                "slug": "tp-link-5-port-gigabit-poe-switch",
                "tags": [],
                "model": "TP-Link 5-Port Gigabit PoE Switch",
                "weight": null,
                "airflow": "",
                "created": "2025-05-24T17:03:58.456Z",
                "comments": "",
                "u_height": "1.0",
                "rear_image": "",
                "description": "",
                "front_image": "devicetype-images/TL-SG1005P.png",
                "part_number": "TL-SG1005P",
                "weight_unit": "",
                "manufacturer": 11,
                "custom_fields": {},
                "is_full_depth": false,
                "subdevice_role": "",
                "default_platform": null,
                "exclude_from_utilization": false,
                "interface_template_count": 5,
                "rear_port_template_count": 0,
                "device_bay_template_count": 0,
                "front_port_template_count": 0,
                "module_bay_template_count": 0,
                "power_port_template_count": 0,
                "console_port_template_count": 0,
                "power_outlet_template_count": 0,
                "inventory_item_template_count": 0,
                "console_server_port_template_count": 0
            },
            "postchange_data": {
                "slug": "tp-link-5-port-gigabit-poe-switch",
                "tags": [],
                "model": "TP-Link 5-Port Gigabit PoE Switch",
                "weight": null,
                "airflow": "",
                "created": "2025-05-24T17:03:58.456Z",
                "comments": "",
                "u_height": "0.5",
                "rear_image": "",
                "description": "",
                "front_image": "devicetype-images/TL-SG1005P.png",
                "part_number": "TL-SG1005P",
                "weight_unit": "",
                "manufacturer": 11,
                "custom_fields": {},
                "is_full_depth": false,
                "subdevice_role": "",
                "default_platform": null,
                "exclude_from_utilization": false,
                "interface_template_count": 5,
                "rear_port_template_count": 0,
                "device_bay_template_count": 0,
                "front_port_template_count": 0,
                "module_bay_template_count": 0,
                "power_port_template_count": 0,
                "console_port_template_count": 0,
                "power_outlet_template_count": 0,
                "inventory_item_template_count": 0,
                "console_server_port_template_count": 0
            }
        },
        {
            "id": 2707,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2707/?format=api",
            "display": "dcim | interface template ether5 created by voc",
            "time": "2025-05-24T17:41:53.737941Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "46d2dbec-1557-4e17-bf3a-c14039071036",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interfacetemplate",
            "changed_object_id": 133,
            "changed_object": {
                "id": 133,
                "url": "https://netbox.c3voc.de/api/dcim/interface-templates/133/?format=api",
                "display": "ether5",
                "name": "ether5"
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "ether5",
                "type": "1000base-t",
                "label": "",
                "bridge": null,
                "created": "2025-05-24T17:41:53.734Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "mgmt_only": false,
                "description": "",
                "device_type": 16,
                "module_type": null
            }
        },
        {
            "id": 2706,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2706/?format=api",
            "display": "dcim | interface template ether4 created by voc",
            "time": "2025-05-24T17:06:10.505350Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ff1bf2f9-568a-4061-87af-c5d1f67f49a5",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interfacetemplate",
            "changed_object_id": 132,
            "changed_object": {
                "id": 132,
                "url": "https://netbox.c3voc.de/api/dcim/interface-templates/132/?format=api",
                "display": "ether4",
                "name": "ether4"
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "ether4",
                "type": "1000base-t",
                "label": "",
                "bridge": null,
                "created": "2025-05-24T17:06:10.503Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "mgmt_only": false,
                "description": "",
                "device_type": 16,
                "module_type": null
            }
        },
        {
            "id": 2705,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2705/?format=api",
            "display": "dcim | interface template ether3 created by voc",
            "time": "2025-05-24T17:06:10.500756Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ff1bf2f9-568a-4061-87af-c5d1f67f49a5",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interfacetemplate",
            "changed_object_id": 131,
            "changed_object": {
                "id": 131,
                "url": "https://netbox.c3voc.de/api/dcim/interface-templates/131/?format=api",
                "display": "ether3",
                "name": "ether3"
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "ether3",
                "type": "1000base-t",
                "label": "",
                "bridge": null,
                "created": "2025-05-24T17:06:10.499Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "mgmt_only": false,
                "description": "",
                "device_type": 16,
                "module_type": null
            }
        },
        {
            "id": 2704,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2704/?format=api",
            "display": "dcim | interface template ether2 created by voc",
            "time": "2025-05-24T17:06:10.495927Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ff1bf2f9-568a-4061-87af-c5d1f67f49a5",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interfacetemplate",
            "changed_object_id": 130,
            "changed_object": {
                "id": 130,
                "url": "https://netbox.c3voc.de/api/dcim/interface-templates/130/?format=api",
                "display": "ether2",
                "name": "ether2"
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "ether2",
                "type": "1000base-t",
                "label": "",
                "bridge": null,
                "created": "2025-05-24T17:06:10.494Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "mgmt_only": false,
                "description": "",
                "device_type": 16,
                "module_type": null
            }
        },
        {
            "id": 2703,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2703/?format=api",
            "display": "dcim | interface template ether1 created by voc",
            "time": "2025-05-24T17:06:10.488372Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "ff1bf2f9-568a-4061-87af-c5d1f67f49a5",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interfacetemplate",
            "changed_object_id": 129,
            "changed_object": {
                "id": 129,
                "url": "https://netbox.c3voc.de/api/dcim/interface-templates/129/?format=api",
                "display": "ether1",
                "name": "ether1"
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "ether1",
                "type": "1000base-t",
                "label": "",
                "bridge": null,
                "created": "2025-05-24T17:06:10.485Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "pse",
                "poe_type": "type1-ieee802.3af",
                "mgmt_only": false,
                "description": "",
                "device_type": 16,
                "module_type": null
            }
        },
        {
            "id": 2702,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2702/?format=api",
            "display": "dcim | device type TP-Link 5-Port Gigabit PoE Switch created by voc",
            "time": "2025-05-24T17:03:58.462873Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "7dfec437-066f-4165-ade8-d207de7d3dfc",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.devicetype",
            "changed_object_id": 16,
            "changed_object": {
                "id": 16,
                "url": "https://netbox.c3voc.de/api/dcim/device-types/16/?format=api",
                "display": "TP-Link 5-Port Gigabit PoE Switch",
                "manufacturer": {
                    "id": 11,
                    "url": "https://netbox.c3voc.de/api/dcim/manufacturers/11/?format=api",
                    "display": "TP-Link",
                    "name": "TP-Link",
                    "slug": "tp-link"
                },
                "model": "TP-Link 5-Port Gigabit PoE Switch",
                "slug": "tp-link-5-port-gigabit-poe-switch"
            },
            "prechange_data": null,
            "postchange_data": {
                "slug": "tp-link-5-port-gigabit-poe-switch",
                "tags": [],
                "model": "TP-Link 5-Port Gigabit PoE Switch",
                "weight": null,
                "airflow": "",
                "created": "2025-05-24T17:03:58.456Z",
                "comments": "",
                "u_height": "1.0",
                "rear_image": "",
                "description": "",
                "front_image": "devicetype-images/TL-SG1005P.png",
                "part_number": "TL-SG1005P",
                "weight_unit": "",
                "manufacturer": 11,
                "custom_fields": {},
                "is_full_depth": false,
                "subdevice_role": "",
                "default_platform": null,
                "exclude_from_utilization": false,
                "interface_template_count": 0,
                "rear_port_template_count": 0,
                "device_bay_template_count": 0,
                "front_port_template_count": 0,
                "module_bay_template_count": 0,
                "power_port_template_count": 0,
                "console_port_template_count": 0,
                "power_outlet_template_count": 0,
                "inventory_item_template_count": 0,
                "console_server_port_template_count": 0
            }
        },
        {
            "id": 2701,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2701/?format=api",
            "display": "dcim | manufacturer TP-Link created by voc",
            "time": "2025-05-24T17:00:57.482736Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "f725fd7d-fac7-4967-b499-59040eb2a6db",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.manufacturer",
            "changed_object_id": 11,
            "changed_object": {
                "id": 11,
                "url": "https://netbox.c3voc.de/api/dcim/manufacturers/11/?format=api",
                "display": "TP-Link",
                "name": "TP-Link",
                "slug": "tp-link"
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "TP-Link",
                "slug": "tp-link",
                "tags": [],
                "created": "2025-05-24T17:00:57.478Z",
                "description": "",
                "custom_fields": {}
            }
        },
        {
            "id": 2700,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2700/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T16:58:12.820066Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 794,
            "changed_object": {
                "id": 794,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/794/?format=api",
                "display": "ether2",
                "device": {
                    "id": 53,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/53/?format=api",
                    "display": "reciever 6",
                    "name": "reciever 6"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 53,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.795Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2699,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2699/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:58:12.800948Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 793,
            "changed_object": {
                "id": 793,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/793/?format=api",
                "display": "ether1",
                "device": {
                    "id": 53,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/53/?format=api",
                    "display": "reciever 6",
                    "name": "reciever 6"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 53,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.794Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2698,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2698/?format=api",
            "display": "dcim | device reciever 6 created by voc",
            "time": "2025-05-24T16:58:12.775142Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 53,
            "changed_object": {
                "id": 53,
                "url": "https://netbox.c3voc.de/api/dcim/devices/53/?format=api",
                "display": "reciever 6",
                "name": "reciever 6"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "front",
                "name": "reciever 6",
                "rack": 7,
                "role": 7,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T16:58:12.773Z",
                "comments": "",
                "latitude": null,
                "location": 6,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 14,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2697,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2697/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T16:58:12.726588Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 792,
            "changed_object": {
                "id": 792,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/792/?format=api",
                "display": "ether2",
                "device": {
                    "id": 52,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/52/?format=api",
                    "display": "reciever 5",
                    "name": "reciever 5"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 52,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.701Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2696,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2696/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:58:12.707588Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 791,
            "changed_object": {
                "id": 791,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/791/?format=api",
                "display": "ether1",
                "device": {
                    "id": 52,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/52/?format=api",
                    "display": "reciever 5",
                    "name": "reciever 5"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 52,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.701Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2695,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2695/?format=api",
            "display": "dcim | device reciever 5 created by voc",
            "time": "2025-05-24T16:58:12.682091Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 52,
            "changed_object": {
                "id": 52,
                "url": "https://netbox.c3voc.de/api/dcim/devices/52/?format=api",
                "display": "reciever 5",
                "name": "reciever 5"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "front",
                "name": "reciever 5",
                "rack": 6,
                "role": 7,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T16:58:12.680Z",
                "comments": "",
                "latitude": null,
                "location": 5,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 14,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2694,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2694/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T16:58:12.632587Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 790,
            "changed_object": {
                "id": 790,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/790/?format=api",
                "display": "ether2",
                "device": {
                    "id": 51,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/51/?format=api",
                    "display": "reciever 4",
                    "name": "reciever 4"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 51,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.608Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2693,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2693/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:58:12.614037Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 789,
            "changed_object": {
                "id": 789,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/789/?format=api",
                "display": "ether1",
                "device": {
                    "id": 51,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/51/?format=api",
                    "display": "reciever 4",
                    "name": "reciever 4"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 51,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.608Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2692,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2692/?format=api",
            "display": "dcim | device reciever 4 created by voc",
            "time": "2025-05-24T16:58:12.587589Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 51,
            "changed_object": {
                "id": 51,
                "url": "https://netbox.c3voc.de/api/dcim/devices/51/?format=api",
                "display": "reciever 4",
                "name": "reciever 4"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "front",
                "name": "reciever 4",
                "rack": 5,
                "role": 7,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T16:58:12.585Z",
                "comments": "",
                "latitude": null,
                "location": 4,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 14,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2691,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2691/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T16:58:12.540515Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 788,
            "changed_object": {
                "id": 788,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/788/?format=api",
                "display": "ether2",
                "device": {
                    "id": 50,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/50/?format=api",
                    "display": "reciever 3",
                    "name": "reciever 3"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 50,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.516Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2690,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2690/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:58:12.521873Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 787,
            "changed_object": {
                "id": 787,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/787/?format=api",
                "display": "ether1",
                "device": {
                    "id": 50,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/50/?format=api",
                    "display": "reciever 3",
                    "name": "reciever 3"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 50,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.516Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2689,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2689/?format=api",
            "display": "dcim | device reciever 3 created by voc",
            "time": "2025-05-24T16:58:12.493193Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 50,
            "changed_object": {
                "id": 50,
                "url": "https://netbox.c3voc.de/api/dcim/devices/50/?format=api",
                "display": "reciever 3",
                "name": "reciever 3"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "front",
                "name": "reciever 3",
                "rack": 4,
                "role": 7,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T16:58:12.491Z",
                "comments": "",
                "latitude": null,
                "location": 3,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 14,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2688,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2688/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T16:58:12.444706Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 786,
            "changed_object": {
                "id": 786,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/786/?format=api",
                "display": "ether2",
                "device": {
                    "id": 49,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/49/?format=api",
                    "display": "reciever 2",
                    "name": "reciever 2"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 49,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.420Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2687,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2687/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:58:12.426135Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 785,
            "changed_object": {
                "id": 785,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/785/?format=api",
                "display": "ether1",
                "device": {
                    "id": 49,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/49/?format=api",
                    "display": "reciever 2",
                    "name": "reciever 2"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 49,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.420Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2686,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2686/?format=api",
            "display": "dcim | device reciever 2 created by voc",
            "time": "2025-05-24T16:58:12.398885Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 49,
            "changed_object": {
                "id": 49,
                "url": "https://netbox.c3voc.de/api/dcim/devices/49/?format=api",
                "display": "reciever 2",
                "name": "reciever 2"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "front",
                "name": "reciever 2",
                "rack": 3,
                "role": 7,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T16:58:12.396Z",
                "comments": "",
                "latitude": null,
                "location": 2,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 14,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2685,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2685/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T16:58:12.349158Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 784,
            "changed_object": {
                "id": 784,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/784/?format=api",
                "display": "ether2",
                "device": {
                    "id": 48,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/48/?format=api",
                    "display": "reciever 1",
                    "name": "reciever 1"
                },
                "name": "ether2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether2",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 48,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.322Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2684,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2684/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:58:12.329788Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 783,
            "changed_object": {
                "id": 783,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/783/?format=api",
                "display": "ether1",
                "device": {
                    "id": 48,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/48/?format=api",
                    "display": "reciever 1",
                    "name": "reciever 1"
                },
                "name": "ether1",
                "cable": 46,
                "_occupied": true
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 48,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:58:12.322Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": false,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2683,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2683/?format=api",
            "display": "dcim | device reciever 1 created by voc",
            "time": "2025-05-24T16:58:12.296637Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "77daff81-0584-40cd-89e5-325b541614f0",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 48,
            "changed_object": {
                "id": 48,
                "url": "https://netbox.c3voc.de/api/dcim/devices/48/?format=api",
                "display": "reciever 1",
                "name": "reciever 1"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "front",
                "name": "reciever 1",
                "rack": 2,
                "role": 7,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T16:58:12.293Z",
                "comments": "",
                "latitude": null,
                "location": 1,
                "platform": null,
                "position": "1",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 14,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2682,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2682/?format=api",
            "display": "dcim | device role Reciever created by voc",
            "time": "2025-05-24T16:56:58.856203Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d539ef65-fae8-4dc6-bbec-faa51fb56961",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.devicerole",
            "changed_object_id": 7,
            "changed_object": {
                "id": 7,
                "url": "https://netbox.c3voc.de/api/dcim/device-roles/7/?format=api",
                "display": "Reciever",
                "name": "Reciever",
                "slug": "reciever"
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "Reciever",
                "slug": "reciever",
                "tags": [],
                "color": "cddc39",
                "created": "2025-05-24T16:56:58.851Z",
                "vm_role": true,
                "description": "",
                "custom_fields": {},
                "config_template": null
            }
        },
        {
            "id": 2681,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2681/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:53:19.688831Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d399eb5d-c818-4dc2-baa2-ca7cb3a22bac",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 782,
            "changed_object": {
                "id": 782,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/782/?format=api",
                "display": "ether1",
                "device": {
                    "id": 47,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/47/?format=api",
                    "display": "audio mixer 6",
                    "name": "audio mixer 6"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 47,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:53:19.683Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": true,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        },
        {
            "id": 2680,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2680/?format=api",
            "display": "dcim | device audio mixer 6 created by voc",
            "time": "2025-05-24T16:53:19.664869Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d399eb5d-c818-4dc2-baa2-ca7cb3a22bac",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 47,
            "changed_object": {
                "id": 47,
                "url": "https://netbox.c3voc.de/api/dcim/devices/47/?format=api",
                "display": "audio mixer 6",
                "name": "audio mixer 6"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "front",
                "name": "audio mixer 6",
                "rack": 7,
                "role": 6,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "",
                "cluster": null,
                "created": "2025-05-24T16:53:19.663Z",
                "comments": "",
                "latitude": null,
                "location": 6,
                "platform": null,
                "position": "4",
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 15,
                "primary_ip4": null,
                "primary_ip6": null,
                "vc_position": null,
                "vc_priority": null,
                "custom_fields": {},
                "config_template": null,
                "interface_count": 0,
                "rear_port_count": 0,
                "virtual_chassis": null,
                "device_bay_count": 0,
                "front_port_count": 0,
                "module_bay_count": 0,
                "power_port_count": 0,
                "console_port_count": 0,
                "local_context_data": null,
                "power_outlet_count": 0,
                "inventory_item_count": 0,
                "console_server_port_count": 0
            }
        },
        {
            "id": 2679,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2679/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T16:53:19.614876Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "d399eb5d-c818-4dc2-baa2-ca7cb3a22bac",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 781,
            "changed_object": {
                "id": 781,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/781/?format=api",
                "display": "ether1",
                "device": {
                    "id": 46,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/46/?format=api",
                    "display": "audio mixer 5",
                    "name": "audio mixer 5"
                },
                "name": "ether1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether1",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 46,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T16:53:19.608Z",
                "enabled": true,
                "rf_role": "",
                "poe_mode": "",
                "poe_type": "",
                "tx_power": null,
                "cable_end": "",
                "mgmt_only": true,
                "rf_channel": "",
                "description": "",
                "mac_address": null,
                "tagged_vlans": [],
                "custom_fields": {},
                "untagged_vlan": null,
                "wireless_lans": [],
                "wireless_link": null,
                "mark_connected": false,
                "rf_channel_width": null,
                "rf_channel_frequency": null
            }
        }
    ]
}