1
0
mirror of synced 2025-12-31 15:03:11 -05:00
Files
airbyte/docs/integrations/sources/opsgenie.md
Adam Schmidt 98f0080b2a 🎉 New Source: OpsGenie [python cdk] (#16768)
* feat: Opsgenie connector

* fix: PR feedback

* Update acceptance-test-config.yml

* chore: patch tests

* chore: added empty_streams

* Delete .dccache

* Update setup.py

* task: fix up unittests

* Update acceptance-test-config.yml

* Update acceptance-test-config.yml

* Update source_definitions.yaml

* Update source_specs.yaml

* run config seed

---------

Co-authored-by: Vincent Koc <koconder@users.noreply.github.com>
Co-authored-by: Vincent Koc <koconder@gmail.com>
Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Sunny <6833405+sh4sh@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2023-03-16 01:42:09 +00:00

2.2 KiB

Opsgenie

Overview

This page contains the setup guide and reference information for the Opsgenie source connector.

Output Schema

This connector outputs the following streams:

Features

Feature Supported?
Full Refresh Sync Yes
Incremental - Append Sync Partially (not all streams)
EU Instance Yes

Performance Considerations

Opsgenie has rate limits, but the Opsgenie connector should not run into API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting Started

Requirements

  • Opsgenie Account
  • Opsgenie API Key wih the necessary permissions (described below)

Setup Guide

Log into Opsgenie and then generate an API Key.

Your API Key needs to have Read and Configuration Access permissions to enable the connector to correctly load data.

Additional Information

The Opsgenie connector uses the most recent API version for each source of data. Each stream endpoint operates on its own version.

Changelog

Version Date Pull Request Subject
0.1.0 2022-09-14 16768 Initial Release