Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

Unmanaged IP Data

New Member
Posts: 1
647     0

Hi All,

 

I have setup Network Discovery, I was wondering if there is a way (report/API call) to export this data into a CSV?

 

I need to get the Unmanaged IP blocks and to be able to related to the EA Attributes like Country etc.

 

Regards,

Gokul

Re: Unmanaged IP Data

[ Edited ]
New Member
Posts: 4
647     0

You should use the CSV Job Manager to Export IPv4 Networks (under DHCP Objects) and export all networks then filter the CSV to include networks without Descriptions or details that could identify that you did not create it, assuming that you do input descriptions or EAs when you create networks...

 

Or use an API call like this one (tested in Postman), the  Return Fields are not necessary but will explicitly return the value for those fields:

 

https://{{grid_master}}/wapi/v2.12.2/network?unmanaged=true&_return_fields%2b=enable_discovery,unmanaged

 

I have not found a way to export unmanaged IPs from the  CSV Job Manager but you can use the API to get UNMANAGED ip_addresses from Networks (in my example 10.0.0.0/24) with a call like this (tested in Postman):


https://{{grid_master}}/wapi/v2.11.2/ipv4address?network=10.0.0.0/24&types=UNMANAGED

 
 
Showing results for 
Search instead for 
Did you mean: 

Recommended for You