Discuss the widespread benefits of leveraging automation to mitigate error, streamline operations and improve results in evolving network landscapes.
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',…
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 have a excel spread sheet with a list of IPs of devices that I need the models. The devices are already in NetMRI. Is there a way I can import the list of IPs and get their model #s? Im trying not to search them on by one. Thanks
Community, Has anyone deployed letting non-Infoblox teams use the API thru automation to access production environment to make changes? How are permissions/governance handled to limit what is changed? Thanks, Bryan
The attached samples scripts are for my first blog that will be posted shortly about NetMRI CCS scripting. Rename the files from "htm" to "ccs".
It looks like you're new here. Sign in or register to get started.