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

InlineFileInspectionEventsListResult1

A list of File Inspection Events.


Properties

results Optional

A list of File Inspection Events.

JSON Example

{
	"results": [
		{
			"allow_listed": false,
			"client": {
				"fqdn": "string",
				"ip_address": "string",
				"vm_id": "string"
			},
			"error_code": "string",
			"error_message": "string",
			"file_name": "string",
			"inspection_status": "IN_PROGRESS",
			"inspection_time": 0,
			"is_blocked": false,
			"md5": "string",
			"server": {
				"fqdn": "string",
				"ip_address": "string",
				"vm_id": "string"
			},
			"sha1": "string",
			"sha256": "string",
			"threat_score": 0,
			"transport_node_id": "string",
			"transport_node_type": "HOST",
			"verdict": "BENIGN"
		}
	]
}
[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
Used By

FileInspectionEventsListResult

Feedback

Was this page helpful?