Discuss the widespread benefits of leveraging automation to mitigate error, streamline operations and improve results in evolving network landscapes.
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 have configured the DHCP configuration profile and DHCP servers in the Infoblox CSP portal. I am successfully receiving DNS query related logs via syslog by configuring a data connector and traffic flow. However, I also want to receive DHCP lease related logs specifically DHCP lease create, DHCP lease update, and DHCP…
I am calling the Infoblox Security Events REST API (https://csp.infoblox.com/security-events/v1/security_events) from my virtual machine to fetch the Security Logs from Infoblox Portal, using the following query parameters: _limit, _offset, _order_by, start_time, end_time. I am facing an issue where the API does not return…
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…
Hello, I wanted to use curl to retrieve all Grid members including there HAs. With the following I am able to retrieve all grid members, but not their HA IPs curl -k -X GET -H "Content-Type: application/json" -u "user: password" https://<InfoBlox IP>/wapi/v2.13.1/member?_return_as_object=1 I also looked into Ansible, but…
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?
I've started a playbook that checks if a host is already in infoblox, and if not, it should add it. The checking is working fine, correctly giving an IP if its there, and nothing if it is not. The issue I am having is getting the next available ip. - name: set host record if it isn't there nios_host_record: name:…
Hi all, we are having trouble querying (with the .nios_lookup module). We are not able to look up and search whether an IPv4 address is reserved. This is the request: - name: "Query to check whether IP is reserved" ansible.builtin.set_fact: checkIfIpIsReserved: >- "{{ lookup('infoblox.nios_modules.nios_lookup',…
It looks like you're new here. Sign in or register to get started.