The most recent content from our members.
Hi 😊, I just want to get networks (same problem for the containers objets) that don't have parent. Here is an example that works (get all the networks in '10.0.0.0/8' container) : GET …/wapi/v2.13.1/network?network_container=10.0.0.0/8 But to get networks in '/' (no container), I tried : GET…
I am looking for the correct WAPI endpoint and example payload to add a new Virtual Grid Member in NIOS so that it appears in the Grid → Members view in the GUI. So far, I have gone through the NIOS WAPI documentation and object references but have not been able to identify a clear example or the specific object/type to…
Hi all, I need a solution to place DNS record via WAPI. Create is working with: curl -k \ -u 'user:pass' \ -H 'Content-Type: application/json' \ -X POST 'https://my.ipam.com/wapi/v2.13.6/record:host' \ -d '{"ipv4addrs": [ { "ipv4addr": "10.10.10.1" } ], "name": "devicename.my.network.com"}' also updating is working with:…
I'm working on an automation to restart the grid members services on a schedule way, using a pipeline. I've managed to get the pending changes requiring restarts and to restart the member. The yellow bar at the top of gui goes out, but if I go to Grid and then Restart Services, the changes are still there as pending,…
Our org would like to automate service restarts for config changes to take effect unless certain changes such as DTC changes are staged. Is there a way to see the staged changes that I would otherwise see using the pending restart banner from the web gui, but using wapi instead?
Is there a more efficient way to retrieve a list of all networks and their used IP addresses other than the scripted approach below? Call /network endpoint to get a list of all networks For each network, call /ipv4address?network=…&network_view=…&status=USED If the 1st call returns tens of thousands of networks, this whole…
The DNS Servers are part of the IPv4 DHCP properties of the network, but when I return the "option" field of the "network" object I don't get the DNS Servers in the list. Are the DNS Servers under a different object or a different field under the network object? Edit: I believe the DNS Servers are inherited from a parent…
We have a few networks defined in IB that are /21 or /23 and I'm unable to find the correct combination of WAPI objects/options to get the list of available (UNUSED) IPs. Is this even possible? Example network is 10.199.0.0/21 and I'd like to get available IPs on 10.199.7.0. Please help. Thank you
Greetings, some time ago I wrote a script to help move several zones from their respective Shared Record Groups to another. This was accomplished by means of an API PUT by specyfing the "zone_associations" field of the Shared Record Groups that I needed to edit. For example, for a Shared Record Group containing the zones…
I am trying to the the options for the Required, Recommended, and Optional for the extensible attributes using the WAPI. I am "reinventing" the wheel because we need a custom GUI for our use case with Infoblox. I've done everything that I need to do, except I can't find the said options/fields using the infoblox WAPI. I…
It looks like you're new here. Sign in or register to get started.