GET /qvm/saved_searches/vuln_instances/{task_id}/results/vulnerabilities

List the Vulnerability Instances vulnerabilities returned from the saved search.

Table 1. GET /qvm/saved_searches/vuln_instances/{task_id}/results/vulnerabilities resource details
MIME Type

application/json

Table 2. GET /qvm/saved_searches/vuln_instances/{task_id}/results/vulnerabilities request parameter details
Parameter Type Optionality Data Type MIME Type Description

task_id

path

Required

Number (Integer)

text/plain

null

filter

query

Optional

String

text/plain

Optional - This parameter is used to restrict the elements in a list base on the contents of various fields.

fields

query

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Range

header

Optional

String

text/plain

Optional - Use this parameter to restrict the number of elements that are returned in the list to a specified range. The list is indexed starting at zero.

Table 3. GET /qvm/saved_searches/vuln_instances/{task_id}/results/vulnerabilities response codes
HTTP Response Code Unique Code Description

200

The request to retrieve vulnerabilities by instance completed successfully

404

1002

Resource not found

500

1020

Error while retrieving results

Response Description

list of vulnerability instance data

Response Sample


[{"severity": {"code": 42, "name": "String <one of: Patch, Urgent, Critical, High, Medium, Low>"}, "patches": [{"security_notice": "String", "description": "String"}], "description": "String", "cvss_base_score": 42.5, "cvss_temporal_score_string": "String", "cvss_base_score_string": "String", "critical_details": "String", "concern": "String", "remediation": "String", "cvss_temporal_score": 42.5, "osvdb_title": "String", "virtual_patches": [{"signature": "String", "qid": "String", "device": "String"}], "id": 42, "cve_ids": ["String"], "risk_factor": {"code": 42, "name": "String <one of: High, Medium, Low, Warning>"}}]