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.
|
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/"
