Skip to main content

PagerDuty

Integrating PagerDuty with Osano

Connecting to PagerDuty


In order for Osano to discover data stored in your systems, we must connect to those data providers via an API. We require, at minimum, read-only access to establish a connection to these providers. Each provider you connect may require different information. Please see the linked vendor documentation for instructions on where and how to obtain this data.


Setup

An admin must create a OAuth and enter that information in Osano to establish a connection via oauth.

Authenticated Roles

admin

Authentication Actions

  • OAuth -Log into your admin-level account via the Osano portal to grant access to Pager Duty.

Authentication Methods

  • oauth

Core Functionality

  • Data Discovery
  • User Search
  • Data Deletion

Base URL

https://api.pagerduty.com/

  • email
  • name
  • phoneNumber
  • address
  • birthday
  • userId

Endpoints

Used for data discovery

  • GET /users
  • GET /notifications
  • GET /log_entries
  • GET /incidents
  • GET /business_services
  • GET /business_services
  • GET /vendors
  • GET /tags

Used for user search

  • GET /users/{userId}/sessions
  • GET /users/{userId}/status_update_notification_rules
  • GET /users/{userId}/audit/records

Last Modified: 2025-03-31