Views:
Import a vulnerability scan (eVR) file that is in native SMS-standard format.

Definition

vulnscanner/import

Parameters

Parameter Type Description
vendor string Required. Name of the vulnerability management vendor.
product string Required. Product name associated with the vulnerability scanner, and can be any value.
version string Required. Version of the vulnerability scanning file format, and can be any value.
runtime date Required.
  • Scan start time and end time, and can be a single date or a date range.
  • When entering a date range, you must use a forward slash (/) to separate the scan start and scan end dates.
  • Date format must be yyyy-MM-dd'T'HH:mm:ss.SSS'Z

Examples

curl -k --header "X-SMS-API-KEY: <string>" -F "file=@ScanSample.csv"
"https://<sms_server>/vulnscanner/import?&vendor=Example&product=VulnScanner&version=2.2
&runtime=2018-12-15T13:01:15.255Z/"