Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

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

Hey Andrew as i am new to outbound rest messages, could you share a screenshot of how you have set it up.

Thanks

Varun

I am getting error "No response from ECC queue". Have you got such error and how did you resolved it

 

Hi @Andrew Westerv4 Can you please let us know how you have set up in the ServiceNow end?