Discuss the widespread benefits of leveraging automation to mitigate error, streamline operations and improve results in evolving network landscapes.
Hi, we currently have a self-built ZTP (Zero Touch Provisioning) solution based on Ansible, an ISC DHCP server running on Ubuntu, and another product as our source of truth and device inventory. The ZTP process heavily depends on a Python script that was previously executed during the DHCP on commit phase directly on the…
I want to list all Pv4 DHCP Failover Associations via API, but unfortunately I was not able to find any documentations about it. Is there a way to list all the failover associations via API?
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,…
It looks like you're new here. Sign in or register to get started.