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

InlineInspectedFilesListResult1

A list of Inspected Files.


Properties

array of InspectedFile
results Optional

A list of Inspected Files.

JSON Example

{
	"results": [
		{
			"allow_listed": {
				"current_setting": false,
				"last_inspection_setting": false
			},
			"error_code": "string",
			"error_message": "string",
			"file_size": 0,
			"file_type": "string",
			"inspection_status": "IN_PROGRESS",
			"inspections_count": 0,
			"is_blocked": false,
			"last_inspected": 0,
			"malware_class": [
				"string"
			],
			"malware_family": [
				"string"
			],
			"md5": "string",
			"sha1": "string",
			"sha256": "string",
			"threat_score": 0,
			"verdict": "BENIGN"
		}
	]
}
[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
Used By

InspectedFilesListResult

Feedback

Was this page helpful?