Skip to content

PagerDuty 节点#

使用 PagerDuty 节点在 PagerDuty 中自动化工作,并将 PagerDuty 与其他应用程序集成。n8n 内置支持广泛的 PagerDuty 功能,包括创建事件备注,以及更新和获取所有日志条目和用户。

在此页面上,您将找到 PagerDuty 节点支持的操作列表以及更多资源的链接。

凭据

请参考 PagerDuty 凭据 获取设置身份验证的指导。

操作#

  • Incident 事件
    • Create an incident 创建事件
    • Get an incident 获取事件
    • Get all incidents 获取所有事件
    • Update an incident 更新事件
  • Incident Note 事件备注
    • Create an incident note 创建事件备注
    • Get all incident's notes 获取所有事件的备注
  • Log Entry 日志条目
    • Get a log entry 获取日志条目
    • Get all log entries 获取所有日志条目
  • User 用户
    • Get a user 获取用户

模板和示例#

Manage custom incident response in PagerDuty and Jira

by tanaypant

View template details
Incident Response Workflow - Part 3

by tanaypant

View template details
Incident Response Workflow - Part 2

by tanaypant

View template details
Browse PagerDuty integration templates, or search all templates

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作