Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

get network using python

New Member
Posts: 1
205     0

i need to get ipam utilization for all networks are registered in infoblox

Re: get network using python

Moderator
Moderator
Posts: 303
206     0

curl -k1 -u admin:infoblox -H 'Content-Type: application/json' -X GET 'https://192.168.1.2/wapi/v2.12/network?_schema'

 

Note that all values returned are between 0 and 1000.  For a percent value, you'll need to divide by 10.

Showing results for 
Search instead for 
Did you mean: 

Recommended for You