Polymer

Source Connector

Overview

Polymer

This source connector fetches audit logs from the Polymer API.

Streams

Data SourceStream Name
Activity logactivities

Prerequisites

  1. Find the API key
    1. Log in to the Polymer Hub
    2. Select the action menu next to the organization name in the left hand menu (at bottom)
    3. Navigate to Organization settings > API key
    4. Select the copy icon next to the obfuscated API key
  2. Find the Domain Name
    1. Go to Organization settings > Domains to get the Domain Name for the connector.

Configuration

FieldRequiredDescriptionExample
Domain NameyesThe organization's domain nameacmeco.polymerhq.io
API keyyesAPI Key

Connector Limitations

  1. When first configured, the connector will load all logs from id #1.
  2. 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
    1. 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.