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

Get Inspected File Details

Description

Get details of a particular inspected file including number of inspections and workloads_affected count for the specified time window. Atleast one of sha256, sha1 or md5 file hash is a required paramater. Query parameter verdict is optional and if passed, last observed inspection_time is identified based on matching events by verdict. Note that counts for the file are aggregated independent of verdict parameter passed here and correspond to all events observed for this file.

Request

Request

URL

URL


get
https://api.example.com/napp/api/v1/malware-prevention/inspected-files/details
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.


array
md5 Optional

Use this request param for specifying md5 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.


array
sha1 Optional

Use this request param for specifying sha1 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.


array
sha256 Optional

Use this request param for specifying sha256 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.


integer
start_time Required

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


array
verdict Optional

Use this request param for specifying verdict to filter. If this parameter is passed multiple times, OR condition will be assumed.


Authentication

Authentication

This operation uses the following authentication methods.


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns InspectedFileDetailsListResult of type(s) application/json

Successful Operation

This response body class contains all of the following: ListResult, InlineInspectedFileDetailsListResult1

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/inspected-files/details?end_time=10&start_time=10


Feedback

Was this page helpful?