How to Import Targets to Discovery Manager

Sometimes adding targets to the Discovery Manager can be tedious work, especially if there are many targets to be added. A way around this is to import targets via the API.

This is done in two steps:

  1. Create a CSV file that contains one column for the IP range and one for the corresponding Note.
  2. Access the endpoint for importing targets via http://[vscope-server-name]/apidoc/#!/discovery/importCSV_0
  3. Upload a CSV file containing the ranges you want to add. You can also add a note to each target.
    Download CSV-template
  4. Click ‘Try It Out!’

The API also provides additional options such as removing existing targets and fully replacing the Discovery targets with the ones included in the CSV.

Read more

Leave a Reply