pulling a REST data pull into a transform table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 11:51 AM
Evening guys
I have been working on a rest data pull which now I have the right credentials is working when doing a test on the rest message itself. I would like to pull this data into a transform table so I can then map into the relevant CMDB tables. Could someone provide guidance on how to do this. I assume it will be via a script include kicked off using a scheduled job. right now, It just needs to be a simple dump of the data into my new transform table.
Thanks as always
JAck

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 07:21 PM
Hi @Jack62 refer this below thread, once you receive the response parse them and insert it into your custom table and map the import set sysid to a field detailed steps below .
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 08:03 PM
Hello,
You can create a flow, with trigger as "Scheduled" and add an action to the flow which you should have created first with a step "Rest" and couple more step to parse results, refer below link for more detail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 02:53 AM
thankyou for the suggestions guys I will take a look at both. Below is my script include I was expecting to kick of the rest message and then dump the data into our staging table. Any thoughts on what is wrong currently?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 03:42 PM
Any thoughts on why the above script is not working from anyone? A pointer in the right direction would be most helpful.