uptime-robot-v3
    Preparing search index...

    Class UptimeRobotService

    Entry point for V3 of the Uptime Robot API. API surface is grouped by resource; call through the nested clients (e.g. service.monitors.getAll()).

    Index

    Constructors

    • Instantiates the UptimeRobotService with the given configuration.

      Parameters

      • config: Config

        The configuration object containing the API key.

      Returns UptimeRobotService

      const service = new UptimeRobotService({ apiKey: 'your-api-key' });
      

    Properties

    incidents: Incidents
    integrations: Integrations
    maintenanceWindows: MaintenanceWindows
    monitorGroups: MonitorGroups
    monitors: Monitors
    psps: PSPs
    tags: Tags
    tools: UptimeRobotTools = ...
    users: Users