assets_bulk_update_vulnerability_tests
Bulk enable or disable vulnerability tests for assets by specifying test names and status.
Instructions
Bulk Update Vulnerability Tests
Enable or disable vulnerability tests.
[POST /public_api/v1/assets/bulk_update_vulnerability_tests] · Asset management
Example request body:
{
"request_data": {
"test_names": [
"Apache Solr DataImportHandler Code Injection Vulnerability"
],
"status": "Enabled"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | No |