How to Integrate NetBox with ServieNow using REST API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 10:12 AM
Hi Team,
We need to integrate NetBox with ServiceNow to get the circuits data, how can we call REST API since we heard we need to do Bearer token authentication with ServieNow.
Any inputs will be highly appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 10:18 AM
What kind of REST Message?
Will NetBox POST to ServiceNow?
Or will ServiceNow GET from NetBox?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 10:23 AM
ServiceNow GET from NetBox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 10:27 AM
You can configure a REST message here, very similar to how you would create in postman.
isntanceName.service-now.com/sys_rest_message_list.do?sysparm_query=&sysparm_view=
Here's a good tutorial
https://www.youtube.com/watch?v=Oa0FyQECfsc
You can also use Flow designer, here's a good video on that