Get Inspected File Details
DescriptionGet 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
URLURL
Query Parameters
Query Parameters
Use this request param for specifiying ending time of a timeline. Value has to be specified in milliseconds since epoch.
Use this request param for specifying md5 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.
Use this request param for specifying sha1 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.
Use this request param for specifying sha256 hash to filter. If this parameter is passed multiple times, OR condition will be assumed.
Use this request param for specifiying starting time of a timeline. Value has to be specified in milliseconds since epoch.
Use this request param for specifying verdict to filter. If this parameter is passed multiple times, OR condition will be assumed.
Authentication
enterprise_admin
security_engineer
security_op
auditor
Response
Response BodyResponse Body
200 OK
Successful Operation