The CreatorCon Call for Content is officially open! Get started here.

Need to add set of individual IP address in ServiceNow for discovery

amitpawar31
Giga Contributor

Hi,

We are using ServiceNow Geneva release.

We are implementing ServiceNow discovery and we do not have IP range or IP network.

What we have is individual IP addresses and the count of them is upto 2500.

I was looking for way as to how can I upload these individual IP addresses into ServiceNow at one go. Manually updating will be a very time consuming activity.

Please can anybody help me as to how can I achieve this.

Thanks in advance.

Regards,

Amit

6 REPLIES 6

doug_schulze
ServiceNow Employee
ServiceNow Employee

Simple as any other imported table of data, you would just want to add to the discovery_range_item_ip table mapped to a range set..


Doug,


Just a quick question if you were to do an import onto the table is there an easy way to link them to the actual discovery schedule? It seems like you would have to go through and do a select all on the list which would work if you want all of them one 1 schedule but could be a real pain if you only want a subset no?


Im sure you could but that would take some tricky work with the transform map.. Its pretty easy to do a IP range to a range set because its a one to one reference but the range set is also a one to many reference to the discovery schedule (Add used by schedulers related list to your Range set record)


tim_broberg
ServiceNow Employee
ServiceNow Employee

Possibly naive question: Does the "Quick Ranges" feature of Discovery Schedule do you any good, or is the size of the list overwhelming it?