@avantguardllc/n8n-nodes-roboshadow
v0.1.0
Published
n8n node for RoboShadow
Maintainers
Readme
RoboShadow n8n Node
Swagger APIs for RoboShadow
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-roboshadowAuthentication
This node authenticates using a Bearer Token.
| Setting | Value |
|---------|-------|
| Type | Bearer Token |
| Format | JWT |
| Base URL | https://development.roboshadow.com (editable in credentials) |
Tip: The Base URL can be changed in the credential settings if your instance uses a different host.
Resources & Operations
Base URL: https://development.roboshadow.com
Identity
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /identity/organisation | Get Organisations for the Authenticated User |
| 🔵 GET | /identity/organisation/{organisation_id}/users | Get Users for a Specific Organisation |
Windows
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /windows/vulnerabilities/{organisation_id}/application | Get All Vulnerable Applications |
| 🔵 GET | /windows/vulnerabilities/{organisation_id}/application/{app_id} | Get Vulnerable Application Details For An Organisation |
| 🔵 GET | /windows/vulnerabilities/{organisation_id}/cve | Get Vulnerable CVEs For An Organisation |
| 🔵 GET | /windows/vulnerabilities/{organisation_id}/cve/{cve_id} | Get Vulnerable CVE Details For An Organisation |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
