Issues fbd call via api

===========================================

Component Version
LibreNMS 25.5.0-33-gd231d628c (2025-05-22T04:22:49+01:00)
DB Schema 2025_03_27_125749_move_definition_files (339)
PHP 8.2.26
Python 3.11.2
Database MariaDB 10.11.6-MariaDB-0+deb12u1
RRDTool 1.7.2
SNMP 5.9.3
===========================================

[OK] Composer Version: 2.8.9
[OK] Dependencies up-to-date.
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok

Multiple records back on the same mac address with random vlan_id (that don’t exist) via the api call /api/v0/resources/fdb/mac, but when searching within Librenms fdb table, it shows the correct vlan information, am I misunderstanding something here

curl -H ‘X-Auth-Token: c8e2c427ee xxxxxxxxxxxxx’ http://librenms_ip/api/v0/resources/fdb/111fe70a10d3

{
“status”: “ok”,
“ports_fdb”: [
{
“ports_fdb_id”: 80,
“port_id”: 68,
“mac_address”: “111fe70a10d3”,
“vlan_id”: 5,
“device_id”: 435,
“created_at”: “2025-03-04T12:52:53.000000Z”,
“updated_at”: “2025-05-23T05:33:51.000000Z”
},
{
“ports_fdb_id”: 216,
“port_id”: 201,
“mac_address”: “111fe70a10d3”,
“vlan_id”: 10,
“device_id”: 437,
“created_at”: “2025-03-04T13:01:15.000000Z”,
“updated_at”: “2025-05-23T05:33:23.000000Z”
},
{
“ports_fdb_id”: 309,
“port_id”: 265,
“mac_address”: “111fe70a10d3”,
“vlan_id”: 15,
“device_id”: 438,
“created_at”: “2025-03-04T13:30:27.000000Z”,
“updated_at”: “2025-05-23T05:33:45.000000Z”
},
{
“ports_fdb_id”: 431,
“port_id”: 301,
“mac_address”: “111fe70a10d3”,
“vlan_id”: 20,
“device_id”: 479,
“created_at”: “2025-03-04T13:35:39.000000Z”,
“updated_at”: “2025-05-23T05:33:28.000000Z”
},
{
“ports_fdb_id”: 542,
“port_id”: 323,
“mac_address”: “111fe70a10d3”,
“vlan_id”: 25,
“device_id”: 439,
“created_at”: “2025-03-04T13:42:05.000000Z”,
“updated_at”: “2025-05-23T05:33:55.000000Z”
},
{
“ports_fdb_id”: 641,
“port_id”: 140,
“mac_address”: “111fe70a10d3”,
“vlan_id”: 30,
“device_id”: 478,
“created_at”: “2025-03-04T18:33:16.000000Z”,
“updated_at”: “2025-05-23T05:33:14.000000Z”
}
]