-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
The ACI 2.17 provider lacks the functionality to import a L4-L7 Service Device from another tenant.
Need to create the following object in the importing tenant
{
"vnsLDevIf": {
"attributes": {
"dn": "uni/tn-[Importing tenant name]/lDevIf-[uni/tn-[Exporting tenant]/lDevVip-[Service Device Name]]",
"ldev": "uni/tn-[Exporting tenant]/lDevVip-[Service Device Name]",
"rn": "lDevIf-[uni/tn-[Exporting tenant]/lDevVip-[Service Device Name]]"
},
"children": []
}
}
APIC version and APIC Platform
- ACI 5.2.1g on-prem
remchuk