- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Get All the columns of InfoxBlox Network
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2021 04:03 AM
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
Solved! Go to Solution.
Re: Get All the columns of InfoxBlox Network
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2021 12:16 PM - edited 06-27-2023 01:34 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2021 09:24 AM
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 ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2021 12:46 PM - edited 06-27-2023 01:33 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 08:02 AM
Hi,
how can i get the attributes which i create manually (only available in my environment)