AACFlow

Rootly

Управление инцидентами, оповещениями и дежурствами с Rootly

Rootly — платформа управления инцидентами, которая помогает командам реагировать на инциденты, устранять их и извлекать уроки — не выходя из Slack или привычных инструментов. Rootly автоматизирует оповещения дежурных, воркфлоу инцидентов, обновления страницы статуса и постмортемы, чтобы инженерные команды быстрее решали проблемы и снижали рутину.

Почему Rootly?

  • Полный цикл управления инцидентами: создавайте, отслеживайте, обновляйте и закрывайте инциденты с поддержкой всего жизненного цикла — от начальной сортировки до постмортема.
  • Оповещения дежурных: создавайте и управляйте алертами с дедупликацией, маршрутизацией и эскалацией, чтобы нужные люди получали уведомления немедленно.
  • События таймлайна: добавляйте структурированные события таймлайна к инцидентам для понятной и проверяемой истории.
  • Каталог сервисов: ведите каталог сервисов и связывайте их с инцидентами для точного отслеживания влияния.
  • Уровни серьёзности и приоритизация: используйте настраиваемые уровни серьёзности, чтобы приоритизировать инциденты и задавать нужный уровень срочности реакции.
  • Постмортемы: получайте постмортемы по инцидентам, чтобы выявлять первопричины, фиксировать выводы и повышать надёжность.

Использование Rootly в AACFlow

Интеграция Rootly в AACFlow подключает ваши воркфлоу напрямую к аккаунту Rootly через API-ключ. С операциями для инцидентов, алертов, сервисов, уровней серьёзности, команд, окружений, функциональностей, типов инцидентов и постмортемов вы можете строить мощные автоматизации управления инцидентами без написания backend-кода.

Ключевые преимущества использования Rootly в AACFlow:

  • Автоматическое создание инцидентов: запускайте создание инцидентов на основе мониторинговых алертов, обращений клиентов или сценариев обнаружения аномалий — с полным набором метаданных, включая серьёзность, сервисы и команды.
  • Автоматизация жизненного цикла инцидента: автоматически обновляйте статус инцидента, добавляйте события таймлайна и прикрепляйте сообщения о смягчении или закрытии по мере развития реакции.
  • Управление алертами: создавайте и получайте алерты с поддержкой дедупликации, чтобы интегрировать Rootly в существующие пайплайны мониторинга и уведомлений.
  • Организационный контекст: запрашивайте сервисы, уровни серьёзности, команды, окружения, функциональности и типы инцидентов для построения контекстных воркфлоу.
  • Инсайты по постмортемам: получайте и фильтруйте постмортемы, чтобы передавать выводы в воркфлоу постоянного улучшения.

Автоматизируете ли вы реакцию на инциденты, строите ли пайплайны оповещений дежурных или работаете с постмортемами — Rootly в AACFlow даёт прямой и безопасный доступ к API Rootly без посредников. Просто настройте API-ключ, выберите нужную операцию — а AACFlow позаботится об остальном.

Инструкции по использованию

Интегрируйте Rootly incident management into workflows. Создать и manage incidents, alerts, services, severities, и retrospectives.

Инструменты

rootly_create_incident

Создать новый incident in Rootly с optional severity, services, и teams.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
titlestringНетtitle of the incident (auto-generated if not provided)
summarystringНетA summary of the incident
severityIdstringНетSeverity ID to attach to the incident
statusstringНетIncident status (in_triage, started, detected, acknowledged, mitigated, resolved, closed, cancelled, scheduled, in_progress, completed)
kindstringНетIncident kind (normal, normal_sub, test, test_sub, example, example_sub, backfilled, scheduled, scheduled_sub)
serviceIdsstringНетComma-separated service IDs to attach
environmentIdsstringНетComma-separated environment IDs to attach
groupIdsstringНетComma-separated team/group IDs to attach
incidentTypeIdsstringНетComma-separated incident type IDs to attach
functionalityIdsstringНетComma-separated functionality IDs to attach
labelsstringНетLabels as JSON object, e.g. {"platform":"osx","version":"1.29"}
privatebooleanНетCreate as a private incident (cannot be undone)

Выходные данные

ПараметрТипОписание
incidentobjectThe created incident
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanПроизошла ли incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date

rootly_get_incident

Получить один incident от ID from Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
incidentIdstringДаThe ID of the incident to retrieve

Выходные данные

ПараметрТипОписание
incidentobjectThe incident details
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanПроизошла ли incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date

rootly_update_incident

Обновитьn existing incident in Rootly (status, severity, summary, etc.).

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
incidentIdstringДаThe ID of the incident to update
titlestringНетUpdated incident title
summarystringНетUpdated incident summary
severityIdstringНетUpdated severity ID
statusstringНетUpdated status (in_triage, started, detected, acknowledged, mitigated, resolved, closed, cancelled, scheduled, in_progress, completed)
kindstringНетIncident kind (normal, normal_sub, test, test_sub, example, example_sub, backfilled, scheduled, scheduled_sub)
privatebooleanНетSet incident as private (cannot be undone)
serviceIdsstringНетComma-separated service IDs
environmentIdsstringНетComma-separated environment IDs
groupIdsstringНетComma-separated team/group IDs
incidentTypeIdsstringНетComma-separated incident type IDs to attach
functionalityIdsstringНетComma-separated functionality IDs to attach
labelsstringНетLabels as JSON object, e.g. {"platform":"osx","version":"1.29"}
mitigationMessagestringНетHow was the incident mitigated?
resolutionMessagestringНетHow was the incident resolved?
cancellationMessagestringНетWhy was the incident cancelled?

Выходные данные

ПараметрТипОписание
incidentobjectThe updated incident
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanПроизошла ли incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date

rootly_list_incidents

Список incidents from Rootly с optional фильтрация by status, severity, и more.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
statusstringНетFilter by status (in_triage, started, detected, acknowledged, mitigated, resolved, closed, cancelled, scheduled, in_progress, completed)
severitystringНетFilter by severity slug
searchstringНетSearch term to filter incidents
servicesstringНетFilter by service slugs (comma-separated)
teamsstringНетFilter by team slugs (comma-separated)
environmentsstringНетFilter by environment slugs (comma-separated)
sortstringНетSort order (e.g., -created_at, created_at, -started_at)
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
incidentsarrayList of incidents
idstringUnique incident ID
sequentialIdnumberSequential incident number
titlestringIncident title
slugstringIncident slug
kindstringIncident kind
summarystringIncident summary
statusstringIncident status
privatebooleanПроизошла ли incident is private
urlstringURL to the incident
shortUrlstringShort URL to the incident
severityNamestringSeverity name
severityIdstringSeverity ID
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
closedAtstringClosed date
totalCountnumberTotal number of incidents returned

rootly_create_alert

Создать новый alert in Rootly для on-call notification и routing.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
summarystringДаThe summary of the alert
descriptionstringНетA detailed description of the alert
sourcestringДаThe source of the alert (e.g., api, manual, datadog, pagerduty)
statusstringНетAlert status on creation (open, triggered)
serviceIdsstringНетComma-separated service IDs to attach
groupIdsstringНетComma-separated team/group IDs to attach
environmentIdsstringНетComma-separated environment IDs to attach
externalIdstringНетExternal ID for the alert
externalUrlstringНетExternal URL for the alert
deduplicationKeystringНетAlerts sharing the same deduplication key are treated as a single alert

Выходные данные

ПараметрТипОписание
alertobjectThe created alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_list_alerts

Список alerts from Rootly с optional фильтрация by status, source, и services.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
statusstringНетFilter by status (open, triggered, acknowledged, resolved)
sourcestringНетFilter by source (e.g., api, datadog, pagerduty)
servicesstringНетFilter by service slugs (comma-separated)
environmentsstringНетFilter by environment slugs (comma-separated)
groupsstringНетFilter by team/group slugs (comma-separated)
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
alertsarrayList of alerts
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date
totalCountnumberTotal number of alerts returned

rootly_add_incident_event

Добавить a timeline event to an existing incident in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
incidentIdstringДаThe ID of the incident to add the event to
eventstringДаThe summary/description of the event
visibilitystringНетEvent visibility (internal or external)

Выходные данные

ПараметрТипОписание
eventIdstringThe ID of the created event
eventstringThe event summary
visibilitystringEvent visibility (internal or external)
occurredAtstringWhen the event occurred
createdAtstringCreation date
updatedAtstringLast update date

rootly_list_services

Список services from Rootly с optional search фильтрация.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter services
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
servicesarrayList of services
idstringUnique service ID
namestringService name
slugstringService slug
descriptionstringService description
colorstringService color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of services returned

rootly_list_severities

Список severity levels configured in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter severities
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
severitiesarrayList of severity levels
idstringUnique severity ID
namestringSeverity name
slugstringSeverity slug
descriptionstringSeverity description
severitystringSeverity level (critical, high, medium, low)
colorstringSeverity color
positionnumberDisplay position
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of severities returned

rootly_list_teams

Список teams (groups) configured in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter teams
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
teamsarrayList of teams
idstringUnique team ID
namestringTeam name
slugstringTeam slug
descriptionstringTeam description
colorstringTeam color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of teams returned

rootly_list_environments

Список environments configured in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter environments
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
environmentsarrayList of environments
idstringUnique environment ID
namestringEnvironment name
slugstringEnvironment slug
descriptionstringEnvironment description
colorstringEnvironment color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of environments returned

rootly_list_incident_types

Список incident types configured in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетFilter incident types by name
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
incidentTypesarrayList of incident types
idstringUnique incident type ID
namestringIncident type name
slugstringIncident type slug
descriptionstringIncident type description
colorstringIncident type color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of incident types returned

rootly_list_functionalities

Список functionalities configured in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter functionalities
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
functionalitiesarrayList of functionalities
idstringUnique functionality ID
namestringFunctionality name
slugstringFunctionality slug
descriptionstringFunctionality description
colorstringFunctionality color
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of functionalities returned

rootly_list_retrospectives

Список incident retrospectives (post-mortems) from Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
statusstringНетFilter by status (draft, published)
searchstringНетSearch term to filter retrospectives
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
retrospectivesarrayList of retrospectives
idstringUnique retrospective ID
titlestringRetrospective title
statusstringStatus (draft or published)
urlstringURL to the retrospective
startedAtstringIncident start date
mitigatedAtstringMitigation date
resolvedAtstringResolution date
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of retrospectives returned

rootly_delete_incident

Удалитьn incident от ID from Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
incidentIdstringДаThe ID of the incident to delete

Выходные данные

ПараметрТипОписание
successbooleanПроизошла ли deletion succeeded
messagestringResult message

rootly_get_alert

Получить один alert от ID from Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
alertIdstringДаThe ID of the alert to retrieve

Выходные данные

ПараметрТипОписание
alertobjectThe alert details
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_update_alert

Обновитьn existing alert in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
alertIdstringДаThe ID of the alert to update
summarystringНетUpdated alert summary
descriptionstringНетUpdated alert description
sourcestringНетUpdated alert source
serviceIdsstringНетComma-separated service IDs to attach
groupIdsstringНетComma-separated team/group IDs to attach
environmentIdsstringНетComma-separated environment IDs to attach
externalIdstringНетUpdated external ID
externalUrlstringНетUpdated external URL
deduplicationKeystringНетUpdated deduplication key

Выходные данные

ПараметрТипОписание
alertobjectThe updated alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_acknowledge_alert

Acknowledge an alert in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
alertIdstringДаThe ID of the alert to acknowledge

Выходные данные

ПараметрТипОписание
alertobjectThe acknowledged alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_resolve_alert

Resolve an alert in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
alertIdstringДаThe ID of the alert to resolve
resolutionMessagestringНетMessage describing how the alert was resolved
resolveRelatedIncidentsbooleanНетWhether to also resolve related incidents

Выходные данные

ПараметрТипОписание
alertobjectThe resolved alert
idstringUnique alert ID
shortIdstringShort alert ID
summarystringAlert summary
descriptionstringAlert description
sourcestringAlert source
statusstringAlert status
externalIdstringExternal ID
externalUrlstringExternal URL
deduplicationKeystringDeduplication key
createdAtstringCreation date
updatedAtstringLast update date
startedAtstringStart date
endedAtstringEnd date

rootly_create_action_item

Создать новый action item для an incident in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
incidentIdstringДаThe ID of the incident to add the action item to
summarystringДаThe title of the action item
descriptionstringНетA detailed description of the action item
kindstringНетkind of action item (task, follow_up)
prioritystringНетPriority level (high, medium, low)
statusstringНетAction item status (open, in_progress, cancelled, done)
assignedToUserIdstringНетuser ID to assign the action item to
dueDatestringНетDue date for the action item

Выходные данные

ПараметрТипОписание
actionItemobjectThe created action item
idstringUnique action item ID
summarystringAction item title
descriptionstringAction item description
kindstringAction item kind (task, follow_up)
prioritystringPriority level
statusstringAction item status
dueDatestringDue date
createdAtstringCreation date
updatedAtstringLast update date

rootly_list_action_items

Список action items для an incident in Rootly.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
incidentIdstringДаThe ID of the incident to list action items for
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
actionItemsarrayList of action items
idstringUnique action item ID
summarystringAction item title
descriptionstringAction item description
kindstringAction item kind (task, follow_up)
prioritystringPriority level
statusstringAction item status
dueDatestringDue date
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of action items returned

rootly_list_users

Список users from Rootly с optional search и email фильтрация.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter users
emailstringНетFilter users by email address
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
usersarrayList of users
idstringUnique user ID
emailstringUser email address
firstNamestringUser first name
lastNamestringUser last name
fullNamestringUser full name
timeZonestringUser time zone
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of users returned

rootly_list_on_calls

Список current on-call entries from Rootly с optional фильтрация.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
scheduleIdsstringНетComma-separated schedule IDs to filter by
escalationPolicyIdsstringНетComma-separated escalation policy IDs to filter by
userIdsstringНетComma-separated user IDs to filter by
serviceIdsstringНетComma-separated service IDs to filter by

Выходные данные

ПараметрТипОписание
onCallsarrayList of on-call entries
idstringUnique on-call entry ID
userIdstringID of the on-call user
userNamestringName of the on-call user
scheduleIdstringID of the associated schedule
scheduleNamestringName of the associated schedule
escalationPolicyIdstringID of the associated escalation policy
startTimestringOn-call start time
endTimestringOn-call end time
totalCountnumberTotal number of on-call entries returned

rootly_list_schedules

Список on-call schedules from Rootly с optional search фильтрация.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter schedules
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
schedulesarrayList of schedules
idstringUnique schedule ID
namestringSchedule name
descriptionstringSchedule description
allTimeCoveragebooleanWhether schedule provides 24/7 coverage
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of schedules returned

rootly_list_escalation_policies

Список escalation policies from Rootly с optional search фильтрация.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter escalation policies
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
escalationPoliciesarrayList of escalation policies
idstringUnique escalation policy ID
namestringEscalation policy name
descriptionstringEscalation policy description
repeatCountnumberNumber of times to repeat escalation
groupIdsarrayAssociated group IDs
serviceIdsarrayAssociated service IDs
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of escalation policies returned

rootly_list_causes

Список causes from Rootly с optional search фильтрация.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
searchstringНетSearch term to filter causes
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
causesarrayList of causes
idstringUnique cause ID
namestringCause name
slugstringCause slug
descriptionstringCause description
positionnumberCause position
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of causes returned

rootly_list_playbooks

Список playbooks from Rootly с постраничная выборка support.

Входные параметры

ПараметрТипОбязательныйОписание
apiKeystringДаRootly API key
pageSizenumberНетNumber of items per page (default: 20)
pageNumbernumberНетPage number for постраничная выборка

Выходные данные

ПараметрТипОписание
playbooksarrayList of playbooks
idstringUnique playbook ID
titlestringPlaybook title
summarystringPlaybook summary
externalUrlstringExternal URL
createdAtstringCreation date
updatedAtstringLast update date
totalCountnumberTotal number of playbooks returned

On this page

Инструкции по использованию
Инструменты
rootly_create_incident
Входные параметры
Выходные данные
rootly_get_incident
Входные параметры
Выходные данные
rootly_update_incident
Входные параметры
Выходные данные
rootly_list_incidents
Входные параметры
Выходные данные
rootly_create_alert
Входные параметры
Выходные данные
rootly_list_alerts
Входные параметры
Выходные данные
rootly_add_incident_event
Входные параметры
Выходные данные
rootly_list_services
Входные параметры
Выходные данные
rootly_list_severities
Входные параметры
Выходные данные
rootly_list_teams
Входные параметры
Выходные данные
rootly_list_environments
Входные параметры
Выходные данные
rootly_list_incident_types
Входные параметры
Выходные данные
rootly_list_functionalities
Входные параметры
Выходные данные
rootly_list_retrospectives
Входные параметры
Выходные данные
rootly_delete_incident
Входные параметры
Выходные данные
rootly_get_alert
Входные параметры
Выходные данные
rootly_update_alert
Входные параметры
Выходные данные
rootly_acknowledge_alert
Входные параметры
Выходные данные
rootly_resolve_alert
Входные параметры
Выходные данные
rootly_create_action_item
Входные параметры
Выходные данные
rootly_list_action_items
Входные параметры
Выходные данные
rootly_list_users
Входные параметры
Выходные данные
rootly_list_on_calls
Входные параметры
Выходные данные
rootly_list_schedules
Входные параметры
Выходные данные
rootly_list_escalation_policies
Входные параметры
Выходные данные
rootly_list_causes
Входные параметры
Выходные данные
rootly_list_playbooks
Входные параметры
Выходные данные
Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать