使用UptimeRobot创建、更新和获取监控器
初级
这是一个DevOps领域的自动化工作流,包含 3 个节点。主要使用 UptimeRobot 等节点。 使用UptimeRobot创建、更新和获取监控器
前置要求
- •无特殊前置要求,导入即可使用
使用的节点 (3)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"name": "UptimeRobot2",
"type": "n8n-nodes-base.uptimeRobot",
"position": [
890,
320
],
"parameters": {
"id": "={{$json[\"id\"]}}",
"resource": "monitor",
"operation": "get"
},
"credentials": {
"uptimeRobotApi": "UptimeRobot API Credentials"
},
"typeVersion": 1,
"id": "UptimeRobot2-0"
},
{
"name": "UptimeRobot",
"type": "n8n-nodes-base.uptimeRobot",
"position": [
490,
320
],
"parameters": {
"url": "https://n8n.io",
"type": 1,
"resource": "monitor",
"operation": "create",
"friendlyName": "n8n"
},
"credentials": {
"uptimeRobotApi": "UptimeRobot API Credentials"
},
"typeVersion": 1,
"id": "UptimeRobot-1"
},
{
"name": "UptimeRobot1",
"type": "n8n-nodes-base.uptimeRobot",
"position": [
690,
320
],
"parameters": {
"id": "={{$json[\"id\"]}}",
"resource": "monitor",
"operation": "update",
"updateFields": {
"friendly_name": "n8n website"
}
},
"credentials": {
"uptimeRobotApi": "UptimeRobot API Credentials"
},
"typeVersion": 1,
"id": "UptimeRobot1-2"
}
],
"connections": {
"UptimeRobot-1": {
"main": [
[
{
"node": "UptimeRobot1-2",
"type": "main",
"index": 0
}
]
]
},
"UptimeRobot1-2": {
"main": [
[
{
"node": "UptimeRobot2-0",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 开发运维
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
检查链接预览
检查链接预览
If
Peekalink
Manual Trigger
+
If
Peekalink
Manual Trigger
5 节点ghagrawal17
构建模块
在 Customer.io 中创建客户并将其添加到细分
在 Customer.io 中创建客户并将其添加到细分
Customer Io
Manual Trigger
Customer Io
Manual Trigger
3 节点ghagrawal17
销售
在 Snowflake 中创建表,并插入和更新表中的数据
在 Snowflake 中创建表,并插入和更新表中的数据
Set
Snowflake
Manual Trigger
Set
Snowflake
Manual Trigger
6 节点ghagrawal17
工程
在WooCommerce中创建、更新和获取产品
在WooCommerce中创建、更新和获取产品
Woo Commerce
Manual Trigger
Woo Commerce
Manual Trigger
4 节点ghagrawal17
产品
使用MailerLite节点创建、更新和获取订阅者
使用MailerLite节点创建、更新和获取订阅者
Mailer Lite
Manual Trigger
Mailer Lite
Manual Trigger
4 节点ghagrawal17
营销
创建发布并获取所有发布
获取Sentry中的所有发布
Sentry Io
Manual Trigger
Sentry Io
Manual Trigger
3 节点ghagrawal17
工程