@zackrobertstech/n8n-nodes-zorus
v1.0.0
Published
Interact with the Zorus API to manage customers, endpoints, groups, policies, deployment tokens, and unblock requests
Downloads
239
Maintainers
Keywords
Readme
Zorus n8n Node
Interact with the Zorus API to manage customers, endpoints, groups, policies, deployment tokens, and unblock requests
Installation
In your n8n instance, go to Settings > Community Nodes and install:
@zackrobertstech/n8n-nodes-zorusCompatibility
- n8n version:
>=1.0.0 - Node.js version:
>=18
Credentials
Configure your Zorus API credentials in n8n.
Resources & Operations
Base URL: https://api.pax8.com/v1
Customers
| Endpoint | Description |
|---|---|
| 🟢 POST /api/customers | Creates a Zorus customer. |
| 🟢 POST /api/customers/search | Searches the customers based on search criteria, pagination, and sorting options. |
Deployment Tokens
| Endpoint | Description |
|---|---|
| 🟢 POST /api/deployment-tokens | Creates a deployment token for a specified group under the relevant customer. |
Endpoints
| Endpoint | Description |
|---|---|
| 🟢 POST /api/endpoints/{endpointUuid}/actions/disable | Disables the specified endpoint. |
| 🟢 POST /api/endpoints/{endpointUuid}/actions/enable | Enables the specified endpoint. |
| 🟢 POST /api/endpoints/{endpointUuid}/actions/isolate | Isolates an endpoint if the endpoint is not already isolated. |
| 🟢 POST /api/endpoints/{endpointUuid}/actions/release | Releases an endpoint if the endpoint is isolated. |
| 🟢 POST /api/endpoints/{endpointUuid}/actions/restart-service | Sends a command to restart the filtering service for a given remote agent. |
| 🟢 POST /api/endpoints/search | Searches the endpoints based on search criteria, pagination, and sorting options. |
Groups
| Endpoint | Description |
|---|---|
| 🟢 POST /api/groups | Post Api Groups |
| 🟢 POST /api/groups/search | Searches the groups based on search criteria, pagination, and sorting options. |
Policies
| Endpoint | Description |
|---|---|
| 🟢 POST /api/policies/search | Returns a sorted, paginated list of customer policies filtered by the specified criteria. |
Unblock Requests
| Endpoint | Description |
|---|---|
| 🟢 POST /api/unblock-requests/active/search | Post Api Unblock Requests Active Search |
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
