You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on creating drawings from Cisco ACI backup files (so I don't need to query the fabric to much), I am using a python script to create a drawing in Omnigraffle (the person that is helping me wil get a copy :-) )
Since the dn Values in the backup are mostly empty, I need to find a way to get the proper dn structure for all objects.
For instance I have the object type fvCtx, how can I let python find the rn prefix "ctx-"?
and then there is the fvRsCtx in another place that is referring to this object how can I find out that fvRsCtx should be pointing to an fvCtx object?
Thanks,
Brian
The text was updated successfully, but these errors were encountered:
Hi All,
I'm working on creating drawings from Cisco ACI backup files (so I don't need to query the fabric to much), I am using a python script to create a drawing in Omnigraffle (the person that is helping me wil get a copy :-) )
Since the dn Values in the backup are mostly empty, I need to find a way to get the proper dn structure for all objects.
For instance I have the object type fvCtx, how can I let python find the rn prefix "ctx-"?
and then there is the fvRsCtx in another place that is referring to this object how can I find out that fvRsCtx should be pointing to an fvCtx object?
Thanks,
Brian
The text was updated successfully, but these errors were encountered: