- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Is it possible to query for all subnets owned by a specific person - email address using rest api
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-25-2018 02:04 AM - edited 06-25-2018 02:05 AM
Hi I am trying to integrate InfoBlox into a project I am working on. For a given user account (email) I need to query InfoBlox to return any subnets that are owned by that user. I am looking for confirmation that this is this possible using the rest api and an example of this type of query if possible.
Re: Is it possible to query for all subnets owned by a specific person - email address using rest ap
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-25-2018 06:16 AM
Looking at the list of fields for the network object, I don't see anything like owner or creator listed.
https://infoblox.local/wapidoc/objects/network.html (replace with your IP).
You could try pulling all the fields (a very manual process) and checking.
You could try checking the audit logs to see who created the network and corrolating on that.
You could also try listing your desired owner in one of the extenible attributes or comment, I believe you can search through those fields -- or pull all records and filter in your script.
HTH