2410
Views
0
Helpful
2
Replies
Need quick REST API to view list IP subnets in an Bridge domain
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2019 07:42 AM - edited 03-01-2019 05:45 AM
Need quick REST API to view list IP subnets in an Bridge domain
Labels:
- Labels:
-
Cisco ACI
2 Replies 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2019 08:26 AM
Hi
If you are looking for all subnets configured under the bridge domain EXAMPLE in tenant ACME:
GET https://APIC/api/class/fvSubnet.json?query-target-filter=wcard(fvSubnet.dn,"tn-ACME/BD-EXAMPLE")
or
GET https://APIC/api/mo/uni/tn-ACME/BD-EXAMPLE.json?rsp-subtree=full&rsp-subtree-class=fvSubnet
HTH
Marcel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 07:33 AM
Useful scripts for network automation!. Contribute to engabrielc/DevNet development by creating an account on GitHub.
