Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Find Network Containers within a Network Container
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2 weeks ago
I'm looking to call an API that will return all the network containers inside a network container. Currently I'm using:
"https://" + 'INFOBLOX_HOST' + "/wapi/v2.0/network?network_container="+container
to get all the networks, but network containers arn't included
Re: Find Network Containers within a Network Container
[ Edited ]Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
a week ago - last edited a week ago
Networks and Network Containers are different object types. So you would need to run two calls, one to retrieve networks and another to retrieve network containers.