{ "opencollection": "1.0.0", "info": { "name": "Shodan CVEDB Account Network Alerts API", "version": "1.0" }, "items": [ { "info": { "name": "Network Alerts", "type": "folder" }, "items": [ { "info": { "name": "Create Network Alert", "type": "http" }, "http": { "method": "POST", "url": "https://cvedb.shodan.io/shodan/alert", "body": { "type": "json", "data": "{}" } }, "docs": "Create a network alert on one or more IP ranges." }, { "info": { "name": "List Network Alerts", "type": "http" }, "http": { "method": "GET", "url": "https://cvedb.shodan.io/shodan/alert/info" }, "docs": "Returns the network alerts that have been created on the account." }, { "info": { "name": "Get Network Alert", "type": "http" }, "http": { "method": "GET", "url": "https://cvedb.shodan.io/shodan/alert/:id/info", "params": [ { "name": "id", "value": "", "type": "path", "description": "Alert identifier." } ] }, "docs": "Returns the information about a specific network alert." }, { "info": { "name": "Update Network Alert", "type": "http" }, "http": { "method": "POST", "url": "https://cvedb.shodan.io/shodan/alert/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Alert identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit the IP ranges or name of a network alert." }, { "info": { "name": "Delete Network Alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://cvedb.shodan.io/shodan/alert/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Alert identifier." } ] }, "docs": "Remove the network alert and its triggers." }, { "info": { "name": "List Alert Triggers", "type": "http" }, "http": { "method": "GET", "url": "https://cvedb.shodan.io/shodan/alert/triggers" }, "docs": "Returns the list of triggers that can be enabled on alerts." }, { "info": { "name": "Enable Alert Trigger", "type": "http" }, "http": { "method": "PUT", "url": "https://cvedb.shodan.io/shodan/alert/:id/trigger/:trigger", "params": [ { "name": "id", "value": "", "type": "path", "description": "Alert identifier." }, { "name": "trigger", "value": "", "type": "path", "description": "Trigger name." } ] }, "docs": "Enable a trigger on a network alert." }, { "info": { "name": "Disable Alert Trigger", "type": "http" }, "http": { "method": "DELETE", "url": "https://cvedb.shodan.io/shodan/alert/:id/trigger/:trigger", "params": [ { "name": "id", "value": "", "type": "path", "description": "Alert identifier." }, { "name": "trigger", "value": "", "type": "path", "description": "Trigger name." } ] }, "docs": "Disable a trigger on a network alert." } ] } ], "bundled": true }