1.1.3 • Published 3 months ago
n8n-nodes-connect-secure v1.1.3
n8n-nodes-connect-secure
This is an n8n community node for Connect Secure. It provides access to the Connect Secure API, allowing you to integrate Connect Secure services with your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Resources
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Auth
- Authorize with Connect Secure
- Company
- Get all companies
- Get a specific company
- Create a company
- Update a company
- Delete a company
- Get company statistics
- Agent
- Get all agents
- Get a specific agent
- Credentials
- Get all credentials
- Get a specific credential
- Create a credential
- Update a credential
- Delete a credential
- Discovery Settings
- Get all discovery settings
- Get a specific discovery setting
- Create a discovery setting
- Update a discovery setting
- Delete a discovery setting
- Asset
- Get all assets
- Get a specific asset
- Create an asset
- Update an asset
- Delete an asset
- Get asset statistics
- Asset Data
- Get asset firewall policy
- Get asset installed drivers
- Get asset interfaces
- Get asset ports
- Get asset security report data
- Get asset shares
- Get asset storages
Credentials
To use the Connect Secure node, you need to create credentials with the following information:
- Tenant: Your Connect Secure tenant name
- Client ID: Your Connect Secure client ID
- Client Secret: Your Connect Secure client secret
- Base URL: The base URL of your Connect Secure API (e.g., https://api.connect-secure.com)
Compatibility
This node has been tested with n8n version 0.214.0.
Resources
- n8n community nodes documentation
- Connect Secure API documentation (replace with the actual URL)