Polymer
Source Connector
Overview
This source connector fetches audit logs from the Polymer API.
Streams
Data Source | Stream Name |
---|---|
Activity log | activities |
Prerequisites
- Find the API key
- Log in to the Polymer Hub
- Select the action menu next to the organization name in the left hand menu (at bottom)
- Navigate to Organization settings > API key
- Select the copy icon next to the obfuscated API key
- Find the Domain Name
- Go to Organization settings > Domains to get the Domain Name for the connector.
Configuration
Field | Required | Description | Example |
---|---|---|---|
Domain Name | yes | The organization's domain name | acmeco.polymerhq.io |
API key | yes | API Key |
Connector Limitations
- When first configured, the connector will load all logs from id #1.
- Due to the cursor based nature of the Audit Log API, the connector must request all records (starting from id #1) each time it runs. The API allows a maximum of 120 requests per minute
- Pagination size is 20, so if the audit logs contain 3000 records, 150 API requests will need to be made, meaning this connector will slow down over time.
Updated 4 days ago