{ "opencollection": "1.0.0", "info": { "name": "NinjaOne Public API 2.0 Asset Tags Vulnerability Management API", "version": "2.0.9-draft" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Vulnerability Management", "type": "folder" }, "items": [ { "info": { "name": "Fetch all Scan Groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/vulnerability/scan-groups" }, "docs": "Fetches all Scan Groups." }, { "info": { "name": "Fetch Scan Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/vulnerability/scan-groups/:scan-group-id", "params": [ { "name": "scan-group-id", "value": "", "type": "path", "description": "Unique ID of the scan group to upload CSV to" } ] }, "docs": "Fetches a single Scan Group by ID." }, { "info": { "name": "Upload CSV", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/vulnerability/scan-groups/:scan-group-id/upload", "params": [ { "name": "scan-group-id", "value": "", "type": "path", "description": "Unique ID of the scan group to upload CSV to" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload CSV to an existing scan group. The uploaded CSV must contain the columns defined in the \nscan group which map to the Ninja machine identifier (hostname, IP address, or MAC address) and the CVE ID." } ] } ], "bundled": true }