{ "opencollection": "1.0.0", "info": { "name": "Vectra Detect Accounts Threat Feeds API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Threat Feeds", "type": "folder" }, "items": [ { "info": { "name": "Get all Threat Feeds", "type": "http" }, "http": { "method": "GET", "url": "https://{fqdn}/api/{apiVersion}/threatFeeds" }, "docs": "Get all Threat Feeds" }, { "info": { "name": "Create a new threat feed", "type": "http" }, "http": { "method": "POST", "url": "https://{fqdn}/api/{apiVersion}/threatFeeds" }, "docs": "Create a new threat feed" }, { "info": { "name": "Describe a specific Threat Feed", "type": "http" }, "http": { "method": "GET", "url": "https://{fqdn}/api/{apiVersion}/threatFeeds/:threatFeedID", "params": [ { "name": "threatFeedID", "value": "", "type": "path", "description": "ID of the Threat Feed you're looking for" } ] }, "docs": "Describe a specific Threat Feed" }, { "info": { "name": "Delete a specific Threat Feed", "type": "http" }, "http": { "method": "DELETE", "url": "https://{fqdn}/api/{apiVersion}/threatFeeds/:threatFeedID", "params": [ { "name": "threatFeedID", "value": "", "type": "path", "description": "ID of the Threat Feed you're looking for" } ] }, "docs": "Delete a specific Threat Feed" }, { "info": { "name": "Retrieve a specific threat feed", "type": "http" }, "http": { "method": "GET", "url": "https://{fqdn}/api/{apiVersion}/threatFeeds/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique ID for the threat feed" } ] }, "docs": "Retrieve a specific threat feed" }, { "info": { "name": "Update a threat feed", "type": "http" }, "http": { "method": "PATCH", "url": "https://{fqdn}/api/{apiVersion}/threatFeeds/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a threat feed" } ] } ], "bundled": true }