v1
latestOpenAPI 3.1.02026-08-06330343826.1 KBChecks
Returns vulnerability checks. Optional search and filtering parameters may be supplied to refine the results. Searching allows full text search of the vulnerability details a check is related to.
Query parameters
The index of the page (zero-based) to retrieve.
Whether to only return checks that result in potentially vulnerable results. Defaults to return all checks.
Whether to only return checks that require credentials in order to successfully execute. Defaults to return all checks.
Whether to return vulnerability checks that are considered "safe" to run. Defaults to return safe and unsafe checks.
Vulnerability search term to find vulnerability checks for. e.g. "ssh".
The number of records per page to retrieve.
The criteria to sort the records by, in the format: property[,ASC|DESC]. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
The type of vulnerability checks to return. See <a href="#operation/vulnerabilityCheckTypesUsingGET">Check Types</a> for all available types.
The type of vulnerability checks to return. See <a href="#operation/vulnerabilityCheckTypesUsingGET">Check Types</a> for all available types.
Whether to only return checks that guarantee to be executed once-and-only once on a host resulting in a unique result. False returns checks that can result in multiple occurrences of the same vulnerability on a host.
Response
OK