Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

115
Views
Get informations with the api of UptimeRobot

I want to get the ping of my monitor in uptimerobot but I don't know what I need to do!

I'm on nodejs and I have do that :

const UptimeRobot = require('@lazydb_community/uptimerobot');
    const UptimeRobotClient = new UptimeRobot('my api key');
    
    module.exports = {
        name: 'status',
        ownerOnly: true,
    
        run: async (client, message, args, container) => {
          UptimeRobotClient.getMonitors().then(data => {
      console.log(data);
    }).catch(error => {
      console.log(error);
    })
            }
        }

and I got this :

{
  stat: 'ok',
  pagination: { offset: 0, limit: 50, total: 3 },
  monitors: [
    {
      id: 791369056,
      friendly_name: 'Panel Utility Bot',
      url: 'https://panel.utilitybot.ga',
      type: 1,
      sub_type: '',
      keyword_type: null,
      keyword_case_type: null,
      keyword_value: '',
      http_username: '',
      http_password: '',
      port: '',
      interval: 300,
      timeout: 30,
      status: 2,
      create_datetime: 1649546735
    }
  ]
}

But I didn't see the ping of the monitors.

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!