Browse sources$ls -a sources
Logo of opsgenie
Opsgenie
Streamline incident response with Opsgenie alerts data
Sync your customers' dataFiber pulls data from your customers' Opsgenie accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Logo of opsgenie
Fiber
postgres-prod
opsgenie_alerts
opsgenie_alert_recipients
opsgenie_services
Your customers' Opsgenie accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Opsgenie API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Alerts belonging to the Opsgenie
-- account of a particular user.

SELECT *
FROM fiber.opsgenie_alert
WHERE account_id = '{user.opsgenie_id}'
-- Fetch all the Alerts belonging to the Opsgenie
-- account of a particular user.

SELECT *
FROM fiber.opsgenie_alert
WHERE account_id = '{user.opsgenie_id}'
Code
CREATE TABLE fiber.opsgenie_alert (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
tiny_id TEXT,
alias TEXT,
message TEXT,
status TEXT,
acknowledged BOOLEAN,
is_seen BOOLEAN,
tags TEXT[],
snoozed BOOLEAN,
snoozed_until TEXT,
count INT,
last_occurred_at TEXT,
created_at TEXT,
updated_at TEXT,
source TEXT,
owner TEXT,
priority TEXT,
responders JSONB,
integration JSONB,
report JSONB,
actions TEXT[],
entity TEXT,
description TEXT,
details JSONB
)
CREATE TABLE fiber.opsgenie_alert (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
tiny_id TEXT,
alias TEXT,
message TEXT,
status TEXT,
acknowledged BOOLEAN,
is_seen BOOLEAN,
tags TEXT[],
snoozed BOOLEAN,
snoozed_until TEXT,
count INT,
last_occurred_at TEXT,
created_at TEXT,
updated_at TEXT,
source TEXT,
owner TEXT,
priority TEXT,
responders JSONB,
integration JSONB,
report JSONB,
actions TEXT[],
entity TEXT,
description TEXT,
details JSONB
)
Model definition
About this source
Logo of opsgenie
OpsgenieIncident management platform for alerting and on-call management.opsgenie.com  ↗
Available resources
    Alerts
    Alert Recipients
    Services
    Users
    Teams
    Team Members
    Incidents
    Schedules
    Policies
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Opsgenie?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Opsgenie and over 200 other APIs. Setup and deploy within minutes.
Logo of opsgenieIntegrate Opsgenie using Fiber Fiber makes it easy to access third-party data from Opsgenie accounts. Get started in just a few minutes.