ifHighSpeed No Longer on API Call?

Hello,

Previously when running a detailed port query from the API (http://librenms/api/v0/ports/$portid) The info included ifHighSpeed. However, now when pulling this port data this field is no longer included it seems like?
Here is an output of what I’m getting now:

port_id : 19784
device_id : 173
port_descr_type :
port_descr_descr :
port_descr_circuit :
port_descr_speed :
port_descr_notes :
ifDescr : GigabitEthernet3/0/28
ifName : Gi3/0/28
portName :
ifIndex : 153
ifSpeed : 10000000
ifSpeed_prev : 1000000000
ifConnectorPresent : true
ifPromiscuousMode : false
ifOperStatus : down
ifOperStatus_prev : up
ifAdminStatus : up
ifAdminStatus_prev : up
ifDuplex : unknown
ifMtu : 1500
ifType : ethernetCsmacd
ifAlias : GigabitEthernet3/0/28
ifPhysAddress : d0c78974c99c
ifHardType :
ifLastChange : 1617006228
ifVlan : $$$
ifTrunk :
ifVrf : 0
counter_in :
counter_out :
ignore : 0
disabled : 0
detailed : 0
deleted : 0
pagpOperationMode :
pagpPortState :
pagpPartnerDeviceId :
pagpPartnerLearnMethod :
pagpPartnerIfIndex :
pagpPartnerGroupIfIndex :
pagpPartnerDeviceName :
pagpEthcOperationMode :
pagpDeviceId :
pagpGroupIfIndex :
ifInUcastPkts : 47892103
ifInUcastPkts_prev : 47892103
ifInUcastPkts_delta : 0
ifInUcastPkts_rate : 0
ifOutUcastPkts : 480184245
ifOutUcastPkts_prev : 480184245
ifOutUcastPkts_delta : 0
ifOutUcastPkts_rate : 0
ifInErrors : 0
ifInErrors_prev : 0
ifInErrors_delta : 0
ifInErrors_rate : 0
ifOutErrors : 0
ifOutErrors_prev : 0
ifOutErrors_delta : 0
ifOutErrors_rate : 0
ifInOctets : 3283338384
ifInOctets_prev : 3283338384
ifInOctets_delta : 0
ifInOctets_rate : 0
ifOutOctets : 730992850486
ifOutOctets_prev : 730992850486
ifOutOctets_delta : 0
ifOutOctets_rate : 0
poll_time : 1629899454
poll_prev : 1629899148
poll_period : 306

Current Libre Version is [21.8.0-12-g5a1988a - Tue Aug 24 2021 23:43:06 GMT-0400]
API guide still has it included: Ports - LibreNMS Docs
Should I be looking at requesting something different from the API? I didn’t see anything in the change log.

Thanks!

Same here, my nice ports.ifHighSpeed change alert rule had to change to
ports.ifSpeed_prev = 1000000000 AND ports.ifSpeed < 1000000000
and the ifHighSpeed is no longer hinted in rule creation.

Version 21.9.0-8-g0d499b538 - Mon Sep 20 2021 01:28:42 GMT+0100
Database Schema 2021_08_26_093522_config_value_to_medium_text (217)

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.