- 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-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
‎11-20-2020 03:29 AM
Hey Andrew as i am new to outbound rest messages, could you share a screenshot of how you have set it up.
Thanks
Varun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2020 11:12 PM
I am getting error "No response from ECC queue". Have you got such error and how did you resolved it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2024 02:58 AM
Hi @Andrew Westerv4 Can you please let us know how you have set up in the ServiceNow end?