Rootly
Overview
The Rootly source supports Full Refresh as well as Incremental syncs. Documentation: https://rootly.com/api#/
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
dashboards | id | DefaultPaginator | ✅ | ✅ |
incidents | id | DefaultPaginator | ✅ | ✅ |
authorizations | id | DefaultPaginator | ✅ | ✅ |
dashboards_panels | id | DefaultPaginator | ✅ | ✅ |
users | id | DefaultPaginator | ✅ | ✅ |
incident_types | id | DefaultPaginator | ✅ |