- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 07:04 AM
Hi All,
I want to generate a file example: incident file with format as csv. Once this file is generated I want this file to be uploaded to Azure Blob container. I know Azure has BLOB API, but not sure how to use that in ServiceNow. Also since here the concept of file is involved will there be a need of Mid Server. Also this extract should be sent over every 1hour or so.
For the Azure BLOB i have container name and the key to connect
I know in Helsinki there is an approach of Export Sets, It generates the attachment and puts it in Mid Server location. I have not tested that functionality.
Approach
- Generate file and send it to mid server
- have mid server script (i think java based) and consume the REST API of Azure BLOB and pick file from mid server location and send it over
Did anyone do something on similar lines. Any help would be appreciated.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2019 09:49 PM
Hi Dan,
I had started the development work but left it in middle. So not sure on this part.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 10:36 PM
How far is it good pratice to give the Read API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 03:17 AM
Hi Ankur,
Have you found a way to implement this? I too have similar kind of requirement. The requirement is to generate the incident details as csv format and send them to Azure storage account from service now portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 03:19 AM
Yes I was able to achieve it using mid server logic but I don't have any reference scripts which I can share.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2022 03:31 AM
Hi Ankur,
Could you at least share the steps involved in this process? It would be a great help if you can.