List solutions

GET {{baseUrl}}/solutions?f=acr_score:gt:6&ft=and|or&limit=67454373&offset=67454373&sort=vpr_max:desc

Returns a filterable, sortable, paginated list of solutions.

This endpoint requires a Lumin license. For more information, see Lumin.

Requires BASIC [16] user permissions. See Permissions.

Request Params

KeyDatatypeRequiredDescription
fstringA filter condition in the field:operator:value format, for example, f=acr_score:gt:6. For supported filter fields, use the GET /solutions/filters endpoint.
ftstringIf multiple f parameters are present, specifies whether Tenable.io applies AND or OR to conditions. Supported values are and and or. If you omit this parameter when using multiple f parameters, Tenable.io applies AND by default.
limitnumberThe number of records to retrieve. If this parameter is omitted, Tenable.io uses the default value of 20.
offsetnumberThe starting record to retrieve. If this parameter is omitted, Tenable.io uses the default value of 0.
sortstringThe field you want to use to sort the results by along with the sort order. The field is specified first, followed by a colon, and the order is specified second (asc or desc). For example, vpr_max:desc would sort results by the vpr_max field in descending order.

If you specify multiple fields, the fields must be separated by commas. For example, vpr_max:desc,asset_count:asc would first sort results by the vpr_max field in descending order and then by the asset_count field in ascending order.

By default, Tenable.io sorts the solutions list by vpr_max (descending), asset_count (descending), and vulnerability_instance_count (descending). |

RESPONSES

status: OK

{"solutions":[{"id":"SC-108757","title":"Apply KB4100480: Windows Kernel Elevation of Privilege Vulnerability","description":"Apply KB4100480.","family":"Windows : Microsoft Bulletins","vpr_max":9.8,"cvss_max":10,"asset_count":50,"assets":["1fbb0fc6-a91b-4146-839c-e75d86be20d0","a77d0b8b-46b2-45db-a340-f0860c1ddb0b"],"assets_truncated":false,"vulnerabilities":["CVE-2014-4114","CVE-2014-6332","CVE-2017-0144","CVE-2016-0099"],"vulnerabilities_truncated":false,"vulnerability_count":237,"vulnerability_instance_count":3597}],"pagination":{"total":1622,"offset":0,"limit":20,"sort":[{"name":"vprMaxSeverity","order":"desc"},{"name":"assetCount","order":"desc"},{"name":"vulnInstanceCount","order":"desc"}]}}