The world's leading uptime monitoring service.
Using UptimeRobot API, you can build various tools and automation for server
monitoring, memory and performance tracking, and more. With fewer resources,
you can streamline the process of gathering insights to quickly identify
potential problems—freeing up more time to focus on delivering an optimal
service.
The UptimeRobot API can help you:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
uptimerobot: {
type: "app",
app: "uptimerobot",
}
},
async run({steps, $}) {
const data = {
"api_key": `${this.uptimerobot.$auth.api_key}`,
}
return await axios($, {
method: "post",
url: `https://api.uptimerobot.com/v2/getAccountDetails`,
data,
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: