Package Information
Downloads: 0 weekly / 0 monthly
Latest Version: 0.0.2
Author: Joshua Smith
Available Nodes
Documentation
n8n-nodes-axcient
n8n community node for the Axcient x360Recover and x360Cloud backup APIs.
Note: Only the x360Cloud API has been tested and verified. x360Recover endpoints (Organization, Device, Vault) are included based on API documentation but have not been tested against a live environment. The x360Recover API requires a separate API key scope that may not be available for all accounts.
Installation
Install from npm in your n8n instance:
npm install @joshuanode/n8n-nodes-axcient
Credentials
- Log in to the Axcient x360Portal
- Go to Settings > API Keys
- Generate a new API key and select the products it should have access to (x360Cloud, x360Recover, etc.)
- In n8n, create an Axcient API credential with your API key and select the product
Resources & Operations
Client (x360Cloud) — Tested
| Operation | Description |
|---|---|
| Get | Get a single client by ID |
| Get Many | List all clients with seat counts |
| Get Backup Status | Get backup status history for a client |
| Get Shared Resources | List SharePoint sites and shared drives |
| Get Users | List protected users with backup details |
Organization (x360Recover) — Untested
| Operation | Description |
|---|---|
| Get | Get a single organization by ID |
| Get Many | List all organizations |
Device (x360Recover) — Untested
| Operation | Description |
|---|---|
| Get | Get a single device by ID |
| Get Many | List all devices |
| Get by Organization | List devices for a specific organization |
Vault (x360Recover) — Untested
| Operation | Description |
|---|---|
| Get | Get a single vault by ID |
| Get Many | List all vaults |
API Documentation
License
MIT