Skip to content

PagerDuty 节点#

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

本页面列出了 PagerDuty 节点支持的操作,并提供了更多资源的链接。

凭据

有关设置身份验证的指导,请参阅 PagerDuty 凭据

操作#

  • 事件
    • 创建事件
    • 获取事件
    • 获取所有事件
    • 更新事件
  • 事件备注
    • 创建事件备注
    • 获取事件的所有备注
  • 日志条目
    • 获取日志条目
    • 获取所有日志条目
  • 用户
    • 获取用户

模板和示例#

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 Request 节点 调用该服务的 API。

您可以在 HTTP Request 节点中使用为该服务创建的凭证:

  1. 在 HTTP Request 节点中,选择 Authentication > Predefined Credential Type
  2. 选择您想要连接的服务。
  3. 选择您的凭证。

更多信息请参考 自定义 API 操作