Get Malware Prevention Usage Details
Get feature usage details of Malware Prevention.
Request
URI
GET
https://{api_host}/napp/api/v1/malware-prevention/usage-details
COPY
Authentication
This operation uses the following authentication methods.
Responses
200
Successful operation
Returns MalwarePreventionUsageDetails of type(s) application/json
{
"feature_in_use": false,
"number_of_gateways_enabled": 0,
"number_of_host_clusters_enabled": 0,
"number_of_distributed_rules": 0
}
boolean
feature_in_use
Optional
If true, Malware Prevention feature is in use in at least one of North-South gateways or East-West host clusters or standalone hosts.
integer
number_of_gateways_enabled
Optional
Number of gateways where North-South Malware Prevention feature is enabled.
integer
number_of_host_clusters_enabled
Optional
Number of host clusters where East-West Malware Prevention feature is enabled.
integer
number_of_distributed_rules
Optional
Number of distributed rules with Malware Prevention profile attached.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/napp/api/v1/malware-prevention/usage-details
Malware Prevention Operations
GET
Get File Inspection Events
GET
Get Inspected Files
GET
Get Inspected File Details
GET
Get Allow List
POST
Add To Allow List
DELETE
Delete Allow List
POST
Auto Complete Search
GET
Get Service Definition
POST
Register Svm
DELETE
Delete Deployment Spec
GET
Query Search
GET
Get Malware Prevention Rbac Permissions
GET
Get Malware Prevention Usage Details