Table of Contents

Class OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzer

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

List<string>

Ips

IP addresses of devices present within the packet capture

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ips")]
public List<string> Ips { get; set; }

Property Value

List<string>

Macs

MAC addresses of devices present within the packet capture

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "macs")]
public List<string> Macs { get; set; }

Property Value

List<string>

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

bool

TestCounts

Count of various tests from the packet capture analysis result

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "testCounts")]
public OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts TestCounts { get; set; }

Property Value

OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestCounts

TestResults

All tests ran under this analyzer

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "testResults")]
public List<OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResult> TestResults { get; set; }

Property Value

List<OrganizationDevicesPacketCaptureTaskDetailedAnalyzersAnalyzerTestResult>