Hey there,
I am developing a service that monitors my environment and sends pagers in case of an incident
I was going over PagerDuty docs and found that using the RestAPI the service will be able to raise an incident on any app using a single token so the incident will be less detailed (e.g. I wasn’t able to add links on an incident) while EventAPI can provide much detailed incident but requires a token per service which can be hard to manage in a large environments
My goal is to raise detailed incidents on any service using a single token
I feel like I am missing something.
can you tell me what is it?