ServiceNow Integration with Dell's warranty API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 06:54 AM
Has anyone integrated Dell's Warranty API with their ServiceNow instance. We just received our sandbox API keys and were looking for guidance on where to begin.
- Labels:
-
Integrations
-
Scripting and Coding
- 7,630 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2018 07:28 PM
Hello Marcel,
There is several different ways to go about this. The way that I went about was acquiring the API end point from Dell. Once I did so I was able to create an Outbound Rest Message in ServiceNow. Within this record I created a GET method that has a variable in it called whatever you want. I then created a scheduled job that would run every hour up to 100 requests at a time. I would then query our CMDB for the service tag that I was calling for in the Rest message and update the warranty information. I am more than willing to look over code and assist in any way that I can.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2018 07:04 AM
Ben - Thanks for the info. I do something very similar with loading Mac data into our CMDB from Casper. Did you create a separate table to store warranty detail or are you populating the warranty date directly to the "warranty expiration" field within the CMDB?
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2018 11:42 AM
Ben - Sorry for another question. How did you configure the Outbound REST message to use the API key? I've been looking through the ServiceNow doc info and I'm not clear on the setup. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 08:00 AM
Rick - Are you still having issues setting up the REST message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 08:04 AM
I received my API key from Dell last week. Once I reviewed Dell's documentation, I was able to get the Outbound REST message setup and then my business rule. Everything seems to be working good.
Thanks.