-
NetMRI - Python Script to Get Data from a List
Here is an example of how to use Python in NetMRI to get data from "List" within NetMRI # BEGIN-SCRIPT-BLOCK # # Script-Filter: # true # # END-SCRIPT-BLOCK from infoblox_netmri.easy import NetMRIEasy # This values will be provided by NetMRI before execution defaults = { "api_url": api_url, "http_username": http_username,…
-
5 Python Scripts to get you started in NetMRI
If you are like me at some point you got psyched that Python was coming to NetMRI. This article will get you started with Python in NetMRI from the basics “run this command” on my devices to advance “grab some data via an API call” and trigger an action within NetMRI. Before you get started…Need to Know about Python…
-
Dashboard for Top Requested DNS Name Count by Client
I created a dashboard that I'm hoping some others will find useful. The dashboard allows the user to get a more consolidated view of the client query data that is provided by the Data Connector. Rather than a mere list of all queries, this Dashboard provides a top N count of requested names for a client, including a count…
-
Top Requested Domains by TLD with filter
I have got a request to show the Top Requested Domains by TLD in our reporting and analytics solution. Here is the dashboard that allows this:
-
Re: 5 CCS Scripts to Jump Start Your NetMRI CCS Training
Here are the scripts on the blog: https://community.infoblox.com/t5/Automation-Scripts/5-CCS-Scripts-to-Jump-Start-Your-NetMRI-CCS-Training/m-p/11972#M142
-
5 CCS Scripts to Jump Start Your NetMRI CCS Training
Introduction NetMRI is the world's leading multi-vendor network automation solution. It provides Infoblox Switch Port Manager and Automation Change Manager which gives you the ability to perform change and configuration management as well as compliance enforcement. What is CCS? CCS is a proprietary scripting language for…
-
Migrating from the Infoblox Perl API to the Infoblox REST API in Perl Scripts
Infoblox NIOS provides two APIs, one in Perl (PAPI), and one as a RESTful HTTP-based API (WAPI). The Perl API is the original, available from almost the beginning with the Infoblox DNSone appliances. Infoblox has continued to develop the Perl API for over 10 years maintaining a similar structure and schema. The Perl API…