Get Malware Prevention Usage Details

Get Malware Prevention Usage Details

Get feature usage details of Malware Prevention.

Request
URI
GET
https://api.example.com/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.