Rootly Integrations

⌘K
Back
Overview
Slack
Installation
Workflows
Commands
Mattermost
Installation
PagerDuty
Installation
Workflows
Alerts
Opsgenie
VictorOps (Splunk On-Call)
Jira
Jira (On-Premise)
Confluence
Confluence (On-Premise)
Service Now
Installation
Workflows
Google Docs
Statuspage.io
Importing Status Pages
Importing Templates
Creating a StatusPage Incident
Using Status Page Templates
Dropbox Paper
Notion
Quip
Grafana
Looker
New Relic
Installation
Alerts
Datadog
Installation
Alerts
Kubernetes
Honeycomb
Heroku
AWS Elastic Beanstalk
Gitlab
GitHub
Google Meet
Zoom
Webex
GoToMeeting
Microsoft Teams
Zendesk
Linear
Installation
Workflows
Shortcut
Airtable
Trello
Installation
Workflows
Asana
Installation
Workflows
Freshservice
Installation
Workflows
Nobl9
Backstage
Installation
Twitter
Email
SMTP
SendGrid
Sentry
Rollbar
Zapier
API
Terraform
Pulumi
HashiCorp Vault
SSO
SCIM
Docs powered by archbee 
17min

Installation



The Rootly plugin is a frontend plugin that displays Rootly services, incidents in Backstage and can be found here: https://github.com/rootlyhq/backstage-plugin. The plugin includes three components that can be integrated into Backstage:

  • The RootlyPage routable extension component which produces a standalone page with the following capabilities:
    • View and search a list of entities and import/link them to rootly services
    • View and search a list of services
    • View and search a list of incidents
  • The RootlyOverviewCard component which produces a summary of your entity with incidents over last 30 days and ongoing incidents.
  • The RootlyIncidentsPage component which produces a dedicated page within your entity with details about ongoing and past incidents.

You can link and import entities in rootly services through Backstage Web UI or through annotations.

Creating an Rootly API key

Because of the features provided by the plugin, an API key with full access to your Rootly domain is required.

  • Read access on services is needed to list services, write access to link entities to services.
  • Read access on incidents needed to list incidents.
  1. Go to Profile -> Manage API Keys.
  2. Click on Generate New API Key button.
  3. Copy the key.

Backstage Setup

Add the plugin to your frontend app:

Text
|


Configure the plugin in app-config.yaml. The proxy endpoint described below will allow the frontend to authenticate with Rootly without exposing your API key to users.

YAML
|


Annotations

Available annotations are the following:

YAML
|


Example

YAML
|


Global

RootlyPage component





Expose the Rootly global page:

JS
|


Add a link to the sidebar:

JS
|


Entity

RootlyOverviewCard component


JS
|


RootlyIncidentsPage component


JS
|


Support

If you need help or more information about this integration, please contact support@rootly.com or use the lower right chat widget to get connected with an engineer.

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Twitter
Docs powered by archbee 
TABLE OF CONTENTS
Creating an Rootly API key
Backstage Setup
Annotations
Example
Global
RootlyPage component
Entity
RootlyOverviewCard component
RootlyIncidentsPage component
Support