How to implement Autosys integration with ServiceNow to monitor Job failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi,
want to implement Autosys integration with ServiceNow to monitor Job failure, once job is failed at autosys event should be created in ServiceNow, please help with steps
Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @jack33 ,
ServiceNow doesn’t “listen” to Autosys by default — Autosys needs to tell ServiceNow when something fails.
Create Scripted Rest API to generate event, alert or Incident and share the api and authentication details to Autosys tool and trigger this api when a job fails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi Pavani,
Thank you for your response.
Can you please explain little more regarding
>>Create Scripted Rest API to generate event, alert or Incident and share the api and authentication details to Autosys tool and trigger this api when a job fails.
What exactly need to configure in rest api what should be the content? the over all flow
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hi @jack33 ,
Could you Please share me what type of task you want to create so that I can give you scripted rest api script. Also Please see below documentation to create scripted rest api:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
@pavani_paluri , Once job is failed at Autosys, i want to create event > alert > incident
I want to know from where to start integration, how to configure rest API and any configuration need to be done at Autosys side
Thank you