Checks
GET {{baseUrl}}/api/3/vulnerability_checks?search=culpa ut aliquip enim&safe=culpa ut aliquip enim&potential=culpa ut aliquip enim&requiresCredentials=culpa ut aliquip enim&unique=culpa ut aliquip enim&type=culpa ut aliquip enim&page=culpa ut aliquip enim&size=culpa ut aliquip enim&sort=culpa ut aliquip enim
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | string | Vulnerability search term to find vulnerability checks for. e.g. "ssh" . | |
safe | string | Whether to return vulnerability checks that are considered "safe" to run. Defaults to return safe and unsafe checks. | |
potential | string | Whether to only return checks that result in potentially vulnerable results. Defaults to return all checks. | |
requiresCredentials | string | Whether to only return checks that require credentials in order to successfully execute. Defaults to return all checks. | |
unique | string | 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. | |
type | string | The type of vulnerability checks to return. See <a href="#operation/vulnerabilityCheckTypesUsingGET">Check Types</a> for all available types. | |
page | string | The index of the page (zero-based) to retrieve. | |
size | string | The number of records per page to retrieve. | |
sort | string | The criteria to sort the records by, in the format: `property[,ASC |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | null |