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

Get Statistics By Threat Family

Description

Get statistics for inspected events based on threat family type

Request

Request

URL

URL


get
https://api.example.com/napp/api/v1/malware-prevention/events/statistics-by-threat-family
Copy

Query Parameters

Query Parameters

integer
end_time Required

Use this request param for specifiying ending time of a timeline. Value has to be specified in milliseconds since epoch.


integer
start_time Required

Use this request param for specifiying starting time of a timeline. Value has to be specified in milliseconds since epoch.


Authentication

Authentication

This operation uses the following authentication methods.


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns ThreatFamilyStatisticsResult of type(s) application/json

Successful operation

This response body class contains all of the following: InlineThreatFamilyStatisticsResult0

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/events/statistics-by-threat-family?end_time=10&start_time=10


Feedback

Was this page helpful?