datacenter / acitoolkit

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

Q) about Tenant.get_deep() function. #182

Open LGnsys opened 8 years ago

LGnsys commented 8 years ago

I used this function because of tenant copy.

_code : Tenant.get_deep(session,names=[tenant],configonly=True)

but this function can't extract Physical domain and L3Interface config.

How can i get full config from existing tenant?

stcorry commented 7 years ago

Is this still an issue for you?

Physical domain config is usually not part of the tenant, rather it is an Access Policy, and also a top level object, unless you mean the domain as applied under the EPG. For the L3 Interface Config, which part do you mean? If this is configured under the tenant you are running get_deep on, it should be picking up the L3External config.

LGnsys commented 7 years ago

I undestand it. There is no issue anymore. Thank you.