This is a Singer tap that produces JSON-formatted data following the Singer spec.
This tap:
- Pulls raw data from Pagerduty
- Extracts the following resources:
- Outputs the schema for each resource
- Incrementally pulls data based on the input state
config.json
{
"api_token": "THISISATOKEN",
"start_date": "2000-01-01T00:00:00Z"
}