PagerDuty source
Overview
The PagerDuty source connector is currently in development.
At this time, the connector supports credential validation (testing that your API key is valid), but it does not yet support catalog discovery or data extraction.
Setup
Prerequisites
- A PagerDuty account
- A PagerDuty API key (a REST API token)
Create an API key
Create a PagerDuty API token in PagerDuty, then copy it for use in the connector configuration.
Authentication
This connector authenticates to the PagerDuty REST API using an API token.
During connection testing, the connector validates credentials by calling:
GET https://api.pagerduty.com/users/me
The request includes:
Authorization: Token token=<api_key>Accept: application/vnd.pagerduty+json;version=2
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | PagerDuty API token used to authenticate requests. |
Streams
No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.
Limitations
- Extraction is not available yet. Runs will fail with an “extraction is still in development” error.
- No catalog/streams yet. The connector does not currently expose any tables/streams to sync.