Class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzer
Analyzer analysis results
[DataContract]
public class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzer
- Inheritance
-
OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzer
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzer()
public OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzer()
Properties
Devices
Device names of devices present within the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "devices")]
public List<string> Devices { get; set; }
Property Value
Ips
IP addresses of devices present within the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ips")]
public List<string> Ips { get; set; }
Property Value
Macs
MAC addresses of devices present within the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "macs")]
public List<string> Macs { get; set; }
Property Value
Present
Whether the analyzer's protocols were present within the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "present")]
public bool Present { get; set; }
Property Value
TestCounts
Count of various tests from the packet capture analysis result
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "testCounts")]
public OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts TestCounts { get; set; }
Property Value
TestResults
All tests ran under this analyzer
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "testResults")]
public List<OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResult> TestResults { get; set; }