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
Urgent: Please help:Search IP address object or record object using multiple argument
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2019 12:16 PM
2445     0
Hi Team,
I would like to retrieve a result which has IP=10.10.0.19, name=kuku and is within a network view=Testing??
How can I create an API request satisying all three criteria's??
Re: Urgent: Please help:Search IP address object or record object using multiple argument
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2019 12:43 AM
2445     0
Hi,
You can do so using the following API call:
curl -k -u admin:Infoblox -X GET "https://127.0.0.1/wapi/v2.10/ipv4address?ip_address=10.10.0.19&names=kuku&network_view=Testing"