Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
get network using python
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 04:04 PM
1134     0
i need to get ipam utilization for all networks are registered in infoblox
Labels:
Re: get network using python
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 06:09 AM
1135     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.