cisco ise integration

vellanki divya
Kilo Guru

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 

  

4 REPLIES 4

Andre Moreira
Kilo Expert

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

 

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

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

 

Andre Moreira
Kilo Expert

Vellanki,

Additionally you can check it out this link for further details about:

[]'s

Andre Moreira