[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention

Get Malware Prevention Usage Details

Description

Get feature usage details of Malware Prevention.

Request

Request

URL

URL


get
https://api.example.com/napp/api/v1/malware-prevention/usage-details
Copy

Authentication

Authentication

This operation uses the following authentication methods.


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns MalwarePreventionUsageDetails of type(s) application/json

Successful operation

{
	"feature_in_use": false,
	"number_of_distributed_rules": 0,
	"number_of_gateways_enabled": 0,
	"number_of_host_clusters_enabled": 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_distributed_rules Optional

Number of distributed rules with Malware Prevention profile attached.


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.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://api.example.com/napp/api/v1/malware-prevention/usage-details


Feedback

Was this page helpful?