THE GAME HAS CHANGED

Introducing Infoblox Universal DDI ManagementTM

Watch the launch to discover the new era of management for critical network services. Watch Now

API Examples

Reply

Get All the columns of InfoxBlox Network

Authority
Posts: 21
7372     0

Hi

 

Am using an api https://192.168.4.9/wapi/v2.10.5/network to get the network details .But am able to get only few details like comment, network, network_view

How can i get other columns like VLANID, utilization etc columns using the API.

 

i tried using like network&_return_fields%2B=VLANID, but it is not working

Re: Get All the columns of InfoxBlox Network

[ Edited ]
Superuser
Posts: 81
7373     0

Hello Snehasish,

 

This is hw you do it(example) :

https://192.168.4.9/wapi/v2.10/network?_return_fields=authority,dhcp_utilization,bootfile,bootserver,cloud_info,comment,conflict_count,vlans

 

 

You can get a list of all supported fields for network object from here. In case if the link doesn't open well, you may find it by appending : 

 

https://<GM_IP>/wapidoc/objects/network.html

Hope this helps!

 

Best regards,

 

mRe: Get All the columns of InfoxBlox Network

Authority
Posts: 21
7373     0

Thanks for your response. Just wanted to know, Is it possible to use this for a specific subnet

like : 

https://192.168.4.9/wapi/v2.10/network=10.0.0.0/10?_return_fields=authority,dhcp_utilization,bootfile,bootserver,cloud_info,comment,conflict_count,vlans

Re: mRe: Get All the columns of InfoxBlox Network

[ Edited ]
Superuser
Posts: 81
7373     0

Hello Snehasish,

 

In a GET request, you may do that by :

 

"https://192.168.4.168/wapi/v2.10/network?network=1.1.1.0&_return_fields=authority,dhcp_utilization,bootfile,bootserver,cloud_info,comment,conflict_count,vlans"

 

Best regards,

 

Re: mRe: Get All the columns of InfoxBlox Network

New Member
Posts: 1
7373     0

Hi,

how can i get the attributes which i create manually (only available in my environment)

Showing results for 
Search instead for 
Did you mean: 

Recommended for You