Atera
This connector connects to the Atera API.
Setup
- In Atera, generate an API key.
- In your workspace, create a new Atera source.
- Enter your API key and save.
Authentication
This connector authenticates using an API key sent on each request.
- Header:
X-API-KEY: <your_api_key>
Permissions
The API key must be allowed to access the Atera API endpoints you intend to sync. During credential validation, the connector calls:
GET https://app.atera.com/api/v3/agents
If this request fails, authentication will be rejected.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Atera API key. |
Streams
This connector is currently under development and does not yet extract data streams.
- Credential validation: The connector validates credentials by calling the Agents endpoint (
/api/v3/agents). - Catalog / schema discovery: Not yet implemented.
- Extraction: Not yet implemented.