GET /qvm/vulns
List the Vulnerabilities present in the asset model. The response will contain all available RESTful resources
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
savedSearchId |
query |
Optional |
String |
text/plain |
Id of saved search |
savedSearchName |
query |
Optional |
String |
text/plain |
Saved search name |
filters |
query |
Optional |
Array<Object> |
application/json |
List of JSON objects for application of bespoke query search dataset filter. Format [{"parameter":"<value>","operator":"<value>","value":"<value>"}] e.g. [{"parameter":"IP Address","operator":"Equals","value":"10.100.85.111"}] |
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
The request to retrieve vulnerabilities completed successfully |
|
420 |
9101 |
Invalid search parameters, search cannot be performed |
Response Description
list of vulnerability data
Response Sample