WLC Cisco 9800 Access Point not discovered

Hello,

I was abble to configure cisco_wlc and cisco_wlc_clients thanks to the forum.

I’m not knowing at all py but is there a way to add new variables to cisco_wlc as per getting form SNMP more information like model number/IP of the Aps ?

register.snmp_section(
name=“cisco_wlc”,
detect=matches(OID_sysObjectID, VERSION_CISCO_WLC_PATTERN),
parse_function=parse_cisco_wlc,
fetch=[
SNMPTree(
base=".1.3.6.1.4.1.14179.2.2.1.1",
oids=[
“3”,
“6”,
],
),
],
)
On above script i would like to add dmore OIDs that have the information if it is posibile.

Thanks,
Alex