Retrieve a list of recent changes.

GET /api/extras/object-changes/?format=api&offset=400
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=450",
    "previous": "https://netbox.c3voc.de/api/extras/object-changes/?format=api&limit=50&offset=350",
    "results": [
        {
            "id": 2578,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2578/?format=api",
            "display": "dcim | interface ether24 updated by voc",
            "time": "2025-05-24T15:56:56.055476Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "2fe2a310-b5ea-4eeb-bcda-a312a498e089",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 202,
            "changed_object": {
                "id": 202,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/202/?format=api",
                "display": "ether24",
                "device": {
                    "id": 19,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
                    "display": "switch1-foh",
                    "name": "switch1-foh"
                },
                "name": "ether24",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether24",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 19,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:31:20.325Z",
                "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
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether24",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 19,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:31:20.325Z",
                "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": 2577,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2577/?format=api",
            "display": "dcim | interface ether23 updated by voc",
            "time": "2025-05-24T15:56:56.023933Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "2fe2a310-b5ea-4eeb-bcda-a312a498e089",
            "action": {
                "value": "update",
                "label": "Updated"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 201,
            "changed_object": {
                "id": 201,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/201/?format=api",
                "display": "ether23",
                "device": {
                    "id": 19,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
                    "display": "switch1-foh",
                    "name": "switch1-foh"
                },
                "name": "ether23",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether23",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 19,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:31:20.325Z",
                "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
            },
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "tagged-all",
                "name": "ether23",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 19,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:31:20.325Z",
                "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": 2576,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2576/?format=api",
            "display": "ipam | VLAN speaker-lan (3569) created by voc",
            "time": "2025-05-24T15:56:01.205536Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "707625d7-c643-4902-a0b2-f83dab6603d3",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "ipam.vlan",
            "changed_object_id": 7,
            "changed_object": {
                "id": 7,
                "url": "https://netbox.c3voc.de/api/ipam/vlans/7/?format=api",
                "display": "speaker-lan (2240)",
                "vid": 2240,
                "name": "speaker-lan"
            },
            "prechange_data": null,
            "postchange_data": {
                "vid": 3569,
                "name": "speaker-lan",
                "role": null,
                "site": 1,
                "tags": [],
                "group": null,
                "status": "active",
                "tenant": null,
                "created": "2025-05-24T15:56:01.200Z",
                "comments": "",
                "description": "",
                "custom_fields": {}
            }
        },
        {
            "id": 2575,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2575/?format=api",
            "display": "dcim | interface sfp-sfpplus2 created by voc",
            "time": "2025-05-24T15:36:22.601443Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 776,
            "changed_object": {
                "id": 776,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/776/?format=api",
                "display": "sfp-sfpplus2",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "sfp-sfpplus2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "sfp-sfpplus2",
                "tags": [],
                "type": "10gbase-x-sfpp",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.127Z",
                "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": 2574,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2574/?format=api",
            "display": "dcim | interface sfp-sfpplus1 created by voc",
            "time": "2025-05-24T15:36:22.583946Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 775,
            "changed_object": {
                "id": 775,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/775/?format=api",
                "display": "sfp-sfpplus1",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "sfp-sfpplus1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "sfp-sfpplus1",
                "tags": [],
                "type": "10gbase-x-sfpp",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.127Z",
                "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": 2573,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2573/?format=api",
            "display": "dcim | interface ether24 created by voc",
            "time": "2025-05-24T15:36:22.565058Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 774,
            "changed_object": {
                "id": 774,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/774/?format=api",
                "display": "ether24",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether24",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether24",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.127Z",
                "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": 2572,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2572/?format=api",
            "display": "dcim | interface ether23 created by voc",
            "time": "2025-05-24T15:36:22.545355Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 773,
            "changed_object": {
                "id": 773,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/773/?format=api",
                "display": "ether23",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether23",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether23",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.127Z",
                "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": 2571,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2571/?format=api",
            "display": "dcim | interface ether22 created by voc",
            "time": "2025-05-24T15:36:22.525349Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 772,
            "changed_object": {
                "id": 772,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/772/?format=api",
                "display": "ether22",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether22",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether22",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.127Z",
                "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": 2570,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2570/?format=api",
            "display": "dcim | interface ether21 created by voc",
            "time": "2025-05-24T15:36:22.506938Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 771,
            "changed_object": {
                "id": 771,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/771/?format=api",
                "display": "ether21",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether21",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether21",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2569,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2569/?format=api",
            "display": "dcim | interface ether20 created by voc",
            "time": "2025-05-24T15:36:22.488496Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 770,
            "changed_object": {
                "id": 770,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/770/?format=api",
                "display": "ether20",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether20",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether20",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2568,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2568/?format=api",
            "display": "dcim | interface ether19 created by voc",
            "time": "2025-05-24T15:36:22.469658Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 769,
            "changed_object": {
                "id": 769,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/769/?format=api",
                "display": "ether19",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether19",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether19",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2567,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2567/?format=api",
            "display": "dcim | interface ether18 created by voc",
            "time": "2025-05-24T15:36:22.450953Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 768,
            "changed_object": {
                "id": 768,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/768/?format=api",
                "display": "ether18",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether18",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether18",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2566,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2566/?format=api",
            "display": "dcim | interface ether17 created by voc",
            "time": "2025-05-24T15:36:22.432170Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 767,
            "changed_object": {
                "id": 767,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/767/?format=api",
                "display": "ether17",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether17",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether17",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2565,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2565/?format=api",
            "display": "dcim | interface ether16 created by voc",
            "time": "2025-05-24T15:36:22.413231Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 766,
            "changed_object": {
                "id": 766,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/766/?format=api",
                "display": "ether16",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether16",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether16",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2564,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2564/?format=api",
            "display": "dcim | interface ether15 created by voc",
            "time": "2025-05-24T15:36:22.394809Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 765,
            "changed_object": {
                "id": 765,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/765/?format=api",
                "display": "ether15",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether15",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether15",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2563,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2563/?format=api",
            "display": "dcim | interface ether14 created by voc",
            "time": "2025-05-24T15:36:22.375273Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 764,
            "changed_object": {
                "id": 764,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/764/?format=api",
                "display": "ether14",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether14",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether14",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2562,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2562/?format=api",
            "display": "dcim | interface ether13 created by voc",
            "time": "2025-05-24T15:36:22.356219Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 763,
            "changed_object": {
                "id": 763,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/763/?format=api",
                "display": "ether13",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether13",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether13",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2561,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2561/?format=api",
            "display": "dcim | interface ether12 created by voc",
            "time": "2025-05-24T15:36:22.338101Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 762,
            "changed_object": {
                "id": 762,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/762/?format=api",
                "display": "ether12",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether12",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether12",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2560,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2560/?format=api",
            "display": "dcim | interface ether11 created by voc",
            "time": "2025-05-24T15:36:22.319911Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 761,
            "changed_object": {
                "id": 761,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/761/?format=api",
                "display": "ether11",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether11",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether11",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2559,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2559/?format=api",
            "display": "dcim | interface ether10 created by voc",
            "time": "2025-05-24T15:36:22.301779Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 760,
            "changed_object": {
                "id": 760,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/760/?format=api",
                "display": "ether10",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether10",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether10",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2558,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2558/?format=api",
            "display": "dcim | interface ether9 created by voc",
            "time": "2025-05-24T15:36:22.283691Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 759,
            "changed_object": {
                "id": 759,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/759/?format=api",
                "display": "ether9",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether9",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether9",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2557,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2557/?format=api",
            "display": "dcim | interface ether8 created by voc",
            "time": "2025-05-24T15:36:22.265931Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 758,
            "changed_object": {
                "id": 758,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/758/?format=api",
                "display": "ether8",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether8",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether8",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2556,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2556/?format=api",
            "display": "dcim | interface ether7 created by voc",
            "time": "2025-05-24T15:36:22.247562Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 757,
            "changed_object": {
                "id": 757,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/757/?format=api",
                "display": "ether7",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether7",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether7",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2555,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2555/?format=api",
            "display": "dcim | interface ether6 created by voc",
            "time": "2025-05-24T15:36:22.229104Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 756,
            "changed_object": {
                "id": 756,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/756/?format=api",
                "display": "ether6",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "ether6",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether6",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2554,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2554/?format=api",
            "display": "dcim | interface ether5 created by voc",
            "time": "2025-05-24T15:36:22.210856Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 755,
            "changed_object": {
                "id": 755,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/755/?format=api",
                "display": "ether5",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "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": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2553,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2553/?format=api",
            "display": "dcim | interface ether4 created by voc",
            "time": "2025-05-24T15:36:22.192442Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 754,
            "changed_object": {
                "id": 754,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/754/?format=api",
                "display": "ether4",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "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": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2552,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2552/?format=api",
            "display": "dcim | interface ether3 created by voc",
            "time": "2025-05-24T15:36:22.173482Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 753,
            "changed_object": {
                "id": 753,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/753/?format=api",
                "display": "ether3",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "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": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2551,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2551/?format=api",
            "display": "dcim | interface ether2 created by voc",
            "time": "2025-05-24T15:36:22.154554Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 752,
            "changed_object": {
                "id": 752,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/752/?format=api",
                "display": "ether2",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "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": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2550,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2550/?format=api",
            "display": "dcim | interface ether1 created by voc",
            "time": "2025-05-24T15:36:22.136194Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 751,
            "changed_object": {
                "id": 751,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/751/?format=api",
                "display": "ether1",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "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": 41,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:22.126Z",
                "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": 2549,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2549/?format=api",
            "display": "dcim | power port DC 10-28V created by voc",
            "time": "2025-05-24T15:36:22.114418Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.powerport",
            "changed_object_id": 37,
            "changed_object": {
                "id": 37,
                "url": "https://netbox.c3voc.de/api/dcim/power-ports/37/?format=api",
                "display": "DC 10-28V",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "DC 10-28V",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "DC 10-28V",
                "tags": [],
                "type": "dc-terminal",
                "cable": null,
                "label": "",
                "device": 41,
                "module": null,
                "created": "2025-05-24T15:36:22.111Z",
                "cable_end": "",
                "description": "",
                "maximum_draw": null,
                "custom_fields": {},
                "allocated_draw": null,
                "mark_connected": false
            }
        },
        {
            "id": 2548,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2548/?format=api",
            "display": "dcim | console port CONSOLE created by voc",
            "time": "2025-05-24T15:36:22.101982Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.consoleport",
            "changed_object_id": 26,
            "changed_object": {
                "id": 26,
                "url": "https://netbox.c3voc.de/api/dcim/console-ports/26/?format=api",
                "display": "CONSOLE",
                "device": {
                    "id": 41,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                    "display": "switch6-office",
                    "name": "switch6-office"
                },
                "name": "CONSOLE",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "name": "CONSOLE",
                "tags": [],
                "type": "rj-45",
                "cable": null,
                "label": "",
                "speed": null,
                "device": 41,
                "module": null,
                "created": "2025-05-24T15:36:22.099Z",
                "cable_end": "",
                "description": "",
                "custom_fields": {},
                "mark_connected": false
            }
        },
        {
            "id": 2547,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2547/?format=api",
            "display": "dcim | device switch6-office created by voc",
            "time": "2025-05-24T15:36:22.087024Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.device",
            "changed_object_id": 41,
            "changed_object": {
                "id": 41,
                "url": "https://netbox.c3voc.de/api/dcim/devices/41/?format=api",
                "display": "switch6-office",
                "name": "switch6-office"
            },
            "prechange_data": null,
            "postchange_data": {
                "face": "",
                "name": "switch6-office",
                "rack": null,
                "role": 1,
                "site": 1,
                "tags": [],
                "oob_ip": null,
                "serial": "",
                "status": "staged",
                "tenant": null,
                "airflow": "passive",
                "cluster": null,
                "created": "2025-05-24T15:36:22.085Z",
                "comments": "",
                "latitude": null,
                "location": 6,
                "platform": null,
                "position": null,
                "asset_tag": null,
                "longitude": null,
                "description": "",
                "device_type": 12,
                "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": 2546,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2546/?format=api",
            "display": "dcim | interface sfp-sfpplus2 created by voc",
            "time": "2025-05-24T15:36:22.047143Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 750,
            "changed_object": {
                "id": 750,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/750/?format=api",
                "display": "sfp-sfpplus2",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "sfp-sfpplus2",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "sfp-sfpplus2",
                "tags": [],
                "type": "10gbase-x-sfpp",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.572Z",
                "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": 2545,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2545/?format=api",
            "display": "dcim | interface sfp-sfpplus1 created by voc",
            "time": "2025-05-24T15:36:22.027946Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 749,
            "changed_object": {
                "id": 749,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/749/?format=api",
                "display": "sfp-sfpplus1",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "sfp-sfpplus1",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "sfp-sfpplus1",
                "tags": [],
                "type": "10gbase-x-sfpp",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2544,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2544/?format=api",
            "display": "dcim | interface ether24 created by voc",
            "time": "2025-05-24T15:36:22.008579Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 748,
            "changed_object": {
                "id": 748,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/748/?format=api",
                "display": "ether24",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether24",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether24",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2543,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2543/?format=api",
            "display": "dcim | interface ether23 created by voc",
            "time": "2025-05-24T15:36:21.990062Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 747,
            "changed_object": {
                "id": 747,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/747/?format=api",
                "display": "ether23",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether23",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether23",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2542,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2542/?format=api",
            "display": "dcim | interface ether22 created by voc",
            "time": "2025-05-24T15:36:21.971092Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 746,
            "changed_object": {
                "id": 746,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/746/?format=api",
                "display": "ether22",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether22",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether22",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2541,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2541/?format=api",
            "display": "dcim | interface ether21 created by voc",
            "time": "2025-05-24T15:36:21.951744Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 745,
            "changed_object": {
                "id": 745,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/745/?format=api",
                "display": "ether21",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether21",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether21",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2540,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2540/?format=api",
            "display": "dcim | interface ether20 created by voc",
            "time": "2025-05-24T15:36:21.932978Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 744,
            "changed_object": {
                "id": 744,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/744/?format=api",
                "display": "ether20",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether20",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether20",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2539,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2539/?format=api",
            "display": "dcim | interface ether19 created by voc",
            "time": "2025-05-24T15:36:21.914445Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 743,
            "changed_object": {
                "id": 743,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/743/?format=api",
                "display": "ether19",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether19",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether19",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2538,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2538/?format=api",
            "display": "dcim | interface ether18 created by voc",
            "time": "2025-05-24T15:36:21.896239Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 742,
            "changed_object": {
                "id": 742,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/742/?format=api",
                "display": "ether18",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether18",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether18",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2537,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2537/?format=api",
            "display": "dcim | interface ether17 created by voc",
            "time": "2025-05-24T15:36:21.877787Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 741,
            "changed_object": {
                "id": 741,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/741/?format=api",
                "display": "ether17",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether17",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether17",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2536,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2536/?format=api",
            "display": "dcim | interface ether16 created by voc",
            "time": "2025-05-24T15:36:21.859188Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 740,
            "changed_object": {
                "id": 740,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/740/?format=api",
                "display": "ether16",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether16",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether16",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2535,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2535/?format=api",
            "display": "dcim | interface ether15 created by voc",
            "time": "2025-05-24T15:36:21.840742Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 739,
            "changed_object": {
                "id": 739,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/739/?format=api",
                "display": "ether15",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether15",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether15",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2534,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2534/?format=api",
            "display": "dcim | interface ether14 created by voc",
            "time": "2025-05-24T15:36:21.822451Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 738,
            "changed_object": {
                "id": 738,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/738/?format=api",
                "display": "ether14",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether14",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether14",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2533,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2533/?format=api",
            "display": "dcim | interface ether13 created by voc",
            "time": "2025-05-24T15:36:21.803704Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 737,
            "changed_object": {
                "id": 737,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/737/?format=api",
                "display": "ether13",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether13",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether13",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2532,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2532/?format=api",
            "display": "dcim | interface ether12 created by voc",
            "time": "2025-05-24T15:36:21.785230Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 736,
            "changed_object": {
                "id": 736,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/736/?format=api",
                "display": "ether12",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether12",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether12",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2531,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2531/?format=api",
            "display": "dcim | interface ether11 created by voc",
            "time": "2025-05-24T15:36:21.766072Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 735,
            "changed_object": {
                "id": 735,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/735/?format=api",
                "display": "ether11",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether11",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether11",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2530,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2530/?format=api",
            "display": "dcim | interface ether10 created by voc",
            "time": "2025-05-24T15:36:21.747599Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 734,
            "changed_object": {
                "id": 734,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/734/?format=api",
                "display": "ether10",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether10",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether10",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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": 2529,
            "url": "https://netbox.c3voc.de/api/extras/object-changes/2529/?format=api",
            "display": "dcim | interface ether9 created by voc",
            "time": "2025-05-24T15:36:21.729154Z",
            "user": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/users/users/1/?format=api",
                "display": "voc",
                "username": "voc"
            },
            "user_name": "voc",
            "request_id": "02a8e5f9-346f-43e3-9b8b-1bda53ded484",
            "action": {
                "value": "create",
                "label": "Created"
            },
            "changed_object_type": "dcim.interface",
            "changed_object_id": 733,
            "changed_object": {
                "id": 733,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/733/?format=api",
                "display": "ether9",
                "device": {
                    "id": 40,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/40/?format=api",
                    "display": "switch5-office",
                    "name": "switch5-office"
                },
                "name": "ether9",
                "cable": null,
                "_occupied": false
            },
            "prechange_data": null,
            "postchange_data": {
                "lag": null,
                "mtu": null,
                "vrf": null,
                "wwn": null,
                "mode": "",
                "name": "ether9",
                "tags": [],
                "type": "1000base-t",
                "vdcs": [],
                "cable": null,
                "label": "",
                "speed": null,
                "bridge": null,
                "device": 40,
                "duplex": null,
                "module": null,
                "parent": null,
                "created": "2025-05-24T15:36:21.571Z",
                "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
            }
        }
    ]
}