- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2020 06:50 AM
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.
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2020 04:36 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2020 11:44 AM
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
