npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@joshuanode/n8n-nodes-datto-backup

v0.1.6

Published

n8n community node for Datto BCDR (Backup, Continuity & Disaster Recovery) API

Readme

Datto Backup Node for n8n

npm version License: MIT n8n community TypeScript GitHub

Community node for the Datto API — built for MSPs managing backup devices at scale.

Features

BCDR (Backup, Continuity & Disaster Recovery)

| Resource | Operations | Description | | -------------- | ------------- | ---------------------------------- | | Device | Get, Get Many | BCDR appliances and cloud devices | | Agent | Get Many | Backup agents on protected systems | | Alert | Get Many | Device alerts and notifications | | Asset | Get Many | Combined view of agents and shares | | Share | Get Many | Network shares being backed up | | Volume | Get | Storage volumes on a device | | VM Restore | Get Many | Virtual machine restore operations |

Reporting

| Resource | Operations | Description | | ---------------- | ---------- | ------------------------------------ | | Activity Log | Get Many | User activity audit log with filters |

SaaS Protection

| Resource | Operations | Description | | -------------------- | ---------- | ---------------------------- | | SaaS Domain | Get Many | Protected domains | | SaaS Seat | Get Many | Customer seat allocations | | SaaS Application | Get Many | Backup data for applications |

Direct-to-Cloud (Endpoint Backup)

| Resource | Operations | Description | | -------------------- | ---------------------------- | ------------------------ | | DTC Asset | Get, Get Many, Get by Client | Endpoint backup assets | | DTC RMM Template | Get Many | RMM deployment templates | | DTC Storage Pool | Get Many | Storage pool usage |

Installation

Community Nodes (Recommended)

  1. In n8n, go to Settings → Community Nodes → Install
  2. Enter: @joshuanode/n8n-nodes-datto-backup
  3. Click Install

Manual Installation

npm install @joshuanode/n8n-nodes-datto-backup

Credentials

Getting API Keys

  1. Log into the Datto Partner Portal
  2. Navigate to Admin → Integrations
  3. Select the API Keys tab
  4. Click Create API Key and provide a name
  5. Copy both the Public Key and Secret Key

Configuring in n8n

  1. In n8n, create new credentials for Datto Backup API
  2. Enter your Public API Key
  3. Enter your Secret API Key
  4. Click Save — the credentials will be tested automatically

Usage Examples

Get All Devices with Alerts

1. Datto Backup → Device → Get Many (Return All: true)
2. Loop Over Items
3. Datto Backup → Alert → Get Many (Serial Number: {{$json.serialNumber}})

Monitor Backup Status Across Tenants

1. Datto Backup → Device → Get Many
2. Filter → devices with backup issues
3. Send notification (Slack, Email, etc.)

License

MIT