Skip to main content

Create alert

Action ID: tools.rootly.create_alert Creates a new alert from provided data. Reference: https://docs.rootly.com/api-reference/alerts/creates-an-alert

Secrets

Required secrets:
  • rootly: required values ROOTLY_API_KEY.

Input fields

attributes
object
Alert data attributesDefault: null.

Create incident

Action ID: tools.rootly.create_incident Creates a new incident from provided data. Reference: https://docs.rootly.com/api-reference/incidents/creates-an-incident

Secrets

Required secrets:
  • rootly: required values ROOTLY_API_KEY.

Input fields

attributes
object
Incident data attributesDefault: null.

Get alert

Action ID: tools.rootly.get_alert Retrieves a specific alert by id. Reference: https://docs.rootly.com/api-reference/alerts/retrieves-an-alert

Secrets

Required secrets:
  • rootly: required values ROOTLY_API_KEY.

Input fields

alert_id
string
required
The ID of the alert.
include
string | null
Include additional data. Comma separated if needed (e.g. environments,services,groups)Default: null.

Get incident

Action ID: tools.rootly.get_incident Retrieves a specific incident by id. Reference: https://docs.rootly.com/api-reference/incidents/retrieves-an-incident

Secrets

Required secrets:
  • rootly: required values ROOTLY_API_KEY.

Input fields

incident_id
string
required
The ID of the incident.
include
string | null
Include additional data. Comma separated if needed (e.g. sub_statuses,causes,subscribers)Default: null.

List alerts

Action ID: tools.rootly.list_alerts List alerts. Reference: https://docs.rootly.com/api-reference/alerts/list-alerts

Secrets

Required secrets:
  • rootly: required values ROOTLY_API_KEY.

Input fields

include
string | null
Include additional data. Comma separated if needed (e.g. environments,services,groups)Default: null.
page_number
integer | null
Page number.Default: null.
page_size
integer | null
Page size.Default: null.
status
string | null
Filter by status (e.g. triggered, acknowledged, resolved)Default: null.

List incidents

Action ID: tools.rootly.list_incidents List incidents. Reference: https://docs.rootly.com/api-reference/incidents/list-incidents

Secrets

Required secrets:
  • rootly: required values ROOTLY_API_KEY.

Input fields

include
string | null
Include additional data. Comma separated if needed (e.g. sub_statuses,causes,subscribers)Default: null.
page_number
integer | null
Page number.Default: null.
page_size
integer | null
Page size.Default: null.
severity
string | null
Filter by severity (e.g. not-sure-yet, sev4-minor-issue)Default: null.
status
string | null
Filter by status (e.g. started, mitigated, resolved)Default: null.

List incidents alerts

Action ID: tools.rootly.list_incident_alerts List incidents alerts. Reference: https://docs.rootly.com/api-reference/alerts/list-incident-alerts

Secrets

Required secrets:
  • rootly: required values ROOTLY_API_KEY.

Input fields

incident_id
string
required
The ID of the incident.
include
string | null
Include additional data. Comma separated if needed (e.g. environments,services,groups)Default: null.