Actions13
- Customer Actions
- Deployment Token Actions
- Endpoint Actions
- Group Actions
- Policy Actions
- Unblock Request Actions
Overview
The node named "Zorus" provides integration with the Zorus API, allowing users to manage various resources such as Customers, Deployment Tokens, Endpoints, Groups, Policies, and Unblock Requests. Specifically, for the Disable Endpoint operation under the Endpoint resource, this node disables a specified endpoint identified by its UUID.
This operation is useful in scenarios where an administrator needs to temporarily or permanently disable access or functionality of a particular endpoint within their infrastructure managed by Zorus. For example, disabling an endpoint that is compromised or no longer in use helps maintain security and control.
Properties
| Name | Meaning |
|---|---|
| Endpoint UUID | The unique identifier (UUID) of the endpoint to disable. This is required to specify which endpoint should be disabled. |
Output
The node outputs JSON data representing the response from the Zorus API after attempting to disable the specified endpoint. This typically includes confirmation of the action, status information, or error details if the operation failed.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the Zorus API.
- Requires an API key credential for authentication with the Zorus service.
- The base URL for API requests is
https://developer.zorustech.com/api. - The node expects the API version header
"Zorus-Api-Version": "1.0"to be set.
Troubleshooting
- Invalid or missing Endpoint UUID: The operation requires a valid UUID of the endpoint. Ensure the UUID is correctly provided and corresponds to an existing endpoint.
- Authentication errors: If the API key credential is missing, invalid, or expired, the node will fail to authenticate. Verify the API key configuration.
- API connectivity issues: Network problems or incorrect base URL settings can cause failures. Confirm network access to the Zorus API endpoint.
- Permission errors: The API user associated with the API key must have sufficient permissions to disable endpoints.
- Unexpected API responses: Check the raw output for error messages returned by the API to diagnose issues.
Links and References
- Zorus API Documentation (for detailed API usage and endpoint management)
- n8n documentation on creating custom nodes