assets_get_vulnerability_tests
Retrieve vulnerability tests with optional filters, including details on each test and the count of services confirmed vulnerable.
Instructions
Get Vulnerability Tests
Get a complete or filtered list of vulnerability tests. Results include details about each test, including the number of services confirmed vulnerable.
[POST /public_api/v1/assets/get_vulnerability_tests] · Asset management
Example request body:
{
"request_data": {
"filters": [
{
"field": "name",
"operator": "contains",
"value": "apache"
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |