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 Examples

Reply

Get All the columns of InfoxBlox Network

Authority
Posts: 17
5037     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
5038     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: 17
5038     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
5038     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
5038     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