Rootly website screenshot

Rootly

Rootly is an incident management platform that automates incident response workflows and integrates with existing tools.

1 APIs 0 Features
AIOpsIncident Management

APIs

Rootly

Rootly is an incident management platform that automates incident response workflows and integrates with existing tools.

Collections

Rootly API

OPEN

GraphQL

Rootly GraphQL Schema

This document describes the conceptual GraphQL schema for the Rootly incident management platform. Rootly provides a REST API for automating incident response workflows, managin...

GRAPHQL

Pricing Plans

Rootly Plans Pricing

3 plans

PLANS

Rate Limits

Rootly Rate Limits

5 limits

RATE LIMITS

FinOps

Rootly Finops

FINOPS

Resources

🔗
TrustCenter
TrustCenter
🔗
VulnerabilityDisclosure
VulnerabilityDisclosure
🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Rootly API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Incidents
    type: folder
  items:
  - info:
      name: List incidents
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/incidents
      params:
      - name: page[number]
        value: ''
        type: query
        description: Page number for pagination
      - name: page[size]
        value: ''
        type: query
        description: Number of items per page
    docs: List incidents
  - info:
      name: Create incident
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/incidents
      body:
        type: json
        data: '{}'
    docs: Create incident
  - info:
      name: Get incident
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/incidents/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Get incident
  - info:
      name: Update incident
      type: http
    http:
      method: PATCH
      url: https://api.rootly.com/v1/incidents/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
      body:
        type: json
        data: '{}'
    docs: Update incident
  - info:
      name: Delete incident
      type: http
    http:
      method: DELETE
      url: https://api.rootly.com/v1/incidents/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Delete incident
  - info:
      name: Mitigate incident
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/incidents/:id/mitigate
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Mitigate incident
  - info:
      name: Resolve incident
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/incidents/:id/resolve
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Resolve incident
- info:
    name: Alerts
    type: folder
  items:
  - info:
      name: List alerts
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/alerts
      params:
      - name: page[number]
        value: ''
        type: query
        description: Page number for pagination
      - name: page[size]
        value: ''
        type: query
        description: Number of items per page
    docs: List alerts
  - info:
      name: Create alert
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/alerts
      body:
        type: json
        data: '{}'
    docs: Create alert
  - info:
      name: Get alert
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/alerts/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Get alert
  - info:
      name: Update alert
      type: http
    http:
      method: PATCH
      url: https://api.rootly.com/v1/alerts/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
      body:
        type: json
        data: '{}'
    docs: Update alert
  - info:
      name: Acknowledge alert
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/alerts/:id/acknowledge
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Acknowledge alert
  - info:
      name: Resolve alert
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/alerts/:id/resolve
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Resolve alert
- info:
    name: Services
    type: folder
  items:
  - info:
      name: List services
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/services
    docs: List services
  - info:
      name: Create service
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/services
      body:
        type: json
        data: '{}'
    docs: Create service
  - info:
      name: Get service
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/services/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Get service
  - info:
      name: Update service
      type: http
    http:
      method: PATCH
      url: https://api.rootly.com/v1/services/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
      body:
        type: json
        data: '{}'
    docs: Update service
- info:
    name: Teams
    type: folder
  items:
  - info:
      name: List teams
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/teams
    docs: List teams
  - info:
      name: Create team
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/teams
      body:
        type: json
        data: '{}'
    docs: Create team
  - info:
      name: Get team
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/teams/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Get team
  - info:
      name: Update team
      type: http
    http:
      method: PATCH
      url: https://api.rootly.com/v1/teams/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
      body:
        type: json
        data: '{}'
    docs: Update team
- info:
    name: Users
    type: folder
  items:
  - info:
      name: List users
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/users
    docs: List users
  - info:
      name: Get user
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/users/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Get user
  - info:
      name: Update user
      type: http
    http:
      method: PATCH
      url: https://api.rootly.com/v1/users/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
      body:
        type: json
        data: '{}'
    docs: Update user
- info:
    name: Workflows
    type: folder
  items:
  - info:
      name: List workflows
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/workflows
    docs: List workflows
  - info:
      name: Create workflow
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/workflows
      body:
        type: json
        data: '{}'
    docs: Create workflow
  - info:
      name: Get workflow
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/workflows/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
    docs: Get workflow
  - info:
      name: Update workflow
      type: http
    http:
      method: PATCH
      url: https://api.rootly.com/v1/workflows/:id
      params:
      - name: id
        value: ''
        type: path
        description: Resource identifier
      body:
        type: json
        data: '{}'
    docs: Update workflow
- info:
    name: Escalation Policies
    type: folder
  items:
  - info:
      name: List escalation policies
      type: http
    http:
      method: GET
      url: https://api.rootly.com/v1/escalation-policies
    docs: List escalation policies
  - info:
      name: Create escalation policy
      type: http
    http:
      method: POST
      url: https://api.rootly.com/v1/escalation-policies
      body:
        type: json
        data: '{}'
    docs: Create escalation policy
bundled: true