- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2022 04:42 AM
Dear SNOW community,
I have been trying to use the Event Management module to push Prometheus alerts into ServiceNow. I found this article explaining the integration process: https://docs.servicenow.com/bundle/rome-it-operations-management/page/product/event-management/conce...
However when I put the api url into postman, using basic auth with a customer user I made acting as a service account (making sure it had the roles specified). I just get a 400 Bad Request with the following body:
{
"error": {
"message": "Requested URI does not represent any resource",
"detail": null
},
"status": "failure"
}
The URL used is as follows: https://devXXXXX.service-now.com/api/sn_em_connector/em/inbound_event?source=prometheus
Could anyone help me out and point me into the right direction?
Regards,
Pim Schwippert
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2022 05:02 AM
Hi,
Please check below documentation.
I hope you have installed required plugins.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2022 05:02 AM
Hi,
Please check below documentation.
I hope you have installed required plugins.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 01:29 AM
It turns out I did not have all the required plugins installed. I was not aware I needed additional plugins beyond the "Event Management" module I installed. I also needed "Event Management Service Mappings Core" and "Event Management Connectors"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 03:45 AM
Great to hear you've found where the issue came from. Just for reference, i'd propose taking a look at a tool (zigiops) that can help you with any future integration between the two. We did use if for alerts transfer and still works great.