@zackrobertstech/n8n-nodes-axcient-x360cloud
v1.0.0
Published
n8n community node for the Axcient X360Cloud API — manage organizations, users, shared resources, and backup status via the Axcient public cloud backup API.
Maintainers
Keywords
Readme
Axcient X360Cloud n8n Node
n8n community node for the Axcient X360Cloud API — manage organizations, users, shared resources, and backup status via the Axcient public cloud backup API.
Installation
In your n8n instance, go to Settings > Community Nodes and install:
@zackrobertstech/n8n-nodes-axcient-x360cloudCompatibility
- n8n version:
>=1.0.0 - Node.js version:
>=18
Credentials
Configure your Axcient X360Cloud API credentials in n8n.
Resources & Operations
Base URL: https://axapi.axcient.com/x360cloud
Client
| Endpoint | Description |
|---|---|
| 🔵 GET /client | Returns all client organizations information. |
| 🔵 GET /client/{clientId} | Returns information about a client organization. |
| 🔵 GET /client/{clientId}/backup_status | Returns backup statuses for the client organization. |
| 🔵 GET /client/shared-resources | Get Shared Resources From All Organizations |
| 🔵 GET /client/users | Get Users From All Organizations |
Shared Resource
| Endpoint | Description |
|---|---|
| 🔵 GET /client/{clientId}/shared_resource | Returns all shared resources in a client organization. |
| 🔵 GET /client/{clientId}/shared_resource/{sharedResourceId} | Returns shared resource information by its ID. |
User
| Endpoint | Description |
|---|---|
| 🔵 GET /client/{clientId}/user | Returns all user accounts in a client organization. |
| 🔵 GET /client/{clientId}/user/{userId} | Returns user account information by user ID. |
Resources
Built with
This node was generated using Zack Roberts Node Studio, powered by @zackrobertstech/n8n-openapi-node-builder (a maintained fork of @avantguardllc/n8n-openapi-node).
License
MIT
