Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

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

SUMMARY Lists the Vulnerability Instances assets that are returned from the vulnerability instance saved search.

Lists the Vulnerability Instances assets that are returned from the saved search.

Table 1: GET /qvm/saved_searches/vuln_instances/{task_id}/results/assets resource details:

GET /qvm/saved_searches/vuln_instances/{task_id}/results/assets resource details

MIME Type

application/json

Table 2: GET /qvm/saved_searches/vuln_instances/{task_id}/results/assets request parameter details:

GET /qvm/saved_searches/vuln_instances/{task_id}/results/assets request parameter details

Parameter Type Optionality Data Type MIME Type Description

task_id

path

Required

Number (Integer)

text/plain

null

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.

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.

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/assets response codes:

GET /qvm/saved_searches/vuln_instances/{task_id}/results/assets 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

An error occurred while retrieving results.

Response Description

A list of assets associated with the vulnerability instance data.

Response Sample