PagerDuty Interview Question

What is an API, how developers can use it with PagerDuty, why API are useful.

Interview Answer

Anonymous

May 5, 2021

API - Application Programming Interface. Allows you to define how one application interacts with another. It's a powerful way of automating processes (e.g. a server reports a fault and through the API triggers a response that auto-reboots/runs a diagnostic) that would otherwise require needless human interaction.