GET /qvm/network
List the networks present in the asset model with vulnerabilities present. 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":"IPv4 Address","operator":"Equals","value":"10.100.85.111"}] |
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
The request to retrieve vulnerabilities by network completed successfully |
|
420 |
9101 |
Invalid search parameters, search cannot be performed |
Response Description
list of network related data
Response Sample