Package Exports
- @joshuanode/n8n-nodes-axcient
- @joshuanode/n8n-nodes-axcient/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@joshuanode/n8n-nodes-axcient) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-axcientCredentials
- 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