Reply

get network using python

New Member
Posts: 6
1132     0

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

Re: get network using python

Moderator
Moderator
Posts: 321
1133     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