与“通知端点”相关
http.endpoint() 函数
http.endpoint() 遍历输入数据并向指定URL的每个输入行发送一个单独的POST请求。
pagerduty.endpoint() 函数
pagerduty.endpoint() 返回一个函数,该函数向 PagerDuty 发送包含输出数据的消息。
pushbullet.endpoint() 函数
pushbullet.endpoint() 创建Pushbullet API的端点,并发送类型为通知的提示。
slack.endpoint() 函数
slack.endpoint() 返回一个可以用于向 Slack 发送消息的函数,每个输入行一条。
alerta.endpoint() 函数
alerta.endpoint() 将输入行中的数据发送警报到 Alerta。
bigpanda.endpoint() 函数
bigpanda.endpoint() 使用输入行的数据向 BigPanda 发送警报。
discord.endpoint() 函数
discord.endpoint() 使用 Discord webhook 和表格行中的数据向 Discord 频道发送单条消息。
opsgenie.endpoint() 函数
opsgenie.endpoint() 使用表格行中的数据向 Opsgenie 发送警报消息。
sensu.endpoint() 函数
sensu.endpoint() 使用来自表行的数据将事件发送到 Sensu Events API。
servicenow.endpoint() 函数
servicenow.endpoint() 将事件发送到 ServiceNow,使用输入行中的数据。
teams.endpoint() 函数
teams.endpoint() 使用表格行中的数据向 Microsoft Teams 渠道发送消息。
telegram.endpoint() 函数
telegram.endpoint() 使用表格行中的数据向Telegram频道发送消息。
victorops.endpoint() 函数
victorops.endpoint() 将事件发送到 VictorOps,使用输入行中的数据。
webexteams.endpoint() 函数
webexteams.endpoint() 返回一个函数,该函数将输入行中的数据发送到 Webex 房间的消息。
zenoss.endpoint() 函数
zenoss.endpoint() 使用输入行中的数据向 Zenoss 发送事件。