Offline
Member since 09-12-2019

Community record

32
Posts
0
Kudos
0
Solutions
Badges
Do you have an example of how to over-wright an existing Extensible Attribute array?
Try this example: #!/usr/bin/env python3 import requests import urllib3 import ...
okay. With respect to passing multiple parameters, if i want to add an extensib...
Team, I found out that if i create a host record either by Infoblox GUI or by A...
Hi Team, A very small question. When I add a host using next available function...
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"
Hi Team, I waant to know how can i serach a record using multiple criteria. For example lets says, I want to search a record with name=abc, IP Address= 10.10.0.9, extensible attributes say country=US ,comments="Hi" and region="california"??
Hi Team, I noticed that I can put two records with same name/host_name and diff...
I believe this was just answered in your other post: https://community.infoblox.com/t5/API-Integration/Add-host-in-a-network-with-next-available-IP-function/m-p/18496#M2334 Thanks.