datacenter / acitoolkit

A basic toolkit for accessing the Cisco APIC
Other
347 stars 266 forks source link

get_l3out() not working for BridgeDomain objects #379

Open lpstef opened 2 years ago

lpstef commented 2 years ago

Hello,

Has anyone else used the get_l3out() and get_context() methods of the BridgeDomain class? They do not seem to be working. I get empty lists when running get_l3out() on BDs which have assigned L3Outs. Same for get_context(). I'm able to pull other BD attributes.

I'm working with an ACI 4.2(7f) fabric and the current acitoolkit modules (pulled from GitHub on 2022.04.27).

Thank You.