Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Solarwinds IPAM Discovery

Sterling Sykora
Kilo Contributor

Has anyone had success integrating Solarwinds IPAM with ServiceNow to manage the IP ranges for discovery? For example: If IPAM is updated with a new IP range, ServiceNow will add that to discovery automatically.

1 ACCEPTED SOLUTION

Andrew Westerv4
Mega Guru

Actually, I finished doing this a few weeks ago and setting up a REST message. However, I create them into the IP Networks [cmdb_ci_ip_network] table for a Discovery admin to review through first. This limits the risks of accidentally scanning things you shouldn't be doing.

This query should get you what you need from SW:

https://hostname:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT+GroupType,+Address,+CIDR,+FriendlyName,+Comments,+Location+FROM+IPAM.Subnet+WHERE+GroupType=8

View solution in original post

5 REPLIES 5

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

Exactly what we did was: Created a REST Message get IP range or IP and vlan details for provisioning and save that ip range and IP details in servicenow.


As Andrew mentioned we also had sort of same query to do this job.


Thanks,
Ashutosh