cisco ise integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 03:10 AM
hello folks,
i have an requirement where i need to integrate servicenow with cisco ise. i got some information but unable to join the dots.
i know we can integrate with Cisco ise by using REST but, my question is where does the information falls iny the servicenow.
is there already table with servicenow or should i create a new table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 03:29 AM
Hi Vellanki,
In a very simple point of view you can integrate with any table in ServiceNow just sending a request (i.e. REST Message) to the target Endpoint (i.e. /api/now/table/{tableName}/).
And let start the game 🙂
[]'s
Andre Moreira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 03:31 AM
well.. my question is where does the data falls into the servicenow. should we create a custom table or is there any out of box in servicenow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 03:36 AM
Vellanki,
It sounds you need to apply this feature in ServiceNow:
- Transform maps
A transform map is a set of field maps that determine the relationships between fields in an import set and fields in an existing ServiceNow table, such as Incident [incident] or User [sys_user].
https://docs.servicenow.com/bundle/london-platform-administration/page/script/server-scripting/concept/c_CreatingNewTransformMaps.html
Good luck!
[]'s
Andre Moreira

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 03:32 AM
Vellanki,
Additionally you can check it out this link for further details about:
- Table API
The Table API allows you to perform create, read, update, and delete (CRUD) operations on existing tables.
https://docs.servicenow.com/bundle/london-application-development/page/integrate/inbound-rest/concep...
[]'s
Andre Moreira