Table of Contents

Class OrganizationDevicesPacketCaptureFile

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

Packet capture file

[DataContract]
public class OrganizationDevicesPacketCaptureFile
Inheritance
OrganizationDevicesPacketCaptureFile
Inherited Members

Constructors

OrganizationDevicesPacketCaptureFile()

public OrganizationDevicesPacketCaptureFile()

Properties

Admin

Admin who created the packet capture file

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "admin")]
public OrganizationDevicesPacketCaptureFileAdmin Admin { get; set; }

Property Value

OrganizationDevicesPacketCaptureFileAdmin

CaptureId

Id of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "captureId")]
public string CaptureId { get; set; }

Property Value

string

Client

Client of the packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "client")]
public OrganizationDevicesPacketCaptureFileClient Client { get; set; }

Property Value

OrganizationDevicesPacketCaptureFileClient

Counts

Object containing counts

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationDevicesPacketCaptureFileCounts Counts { get; set; }

Property Value

OrganizationDevicesPacketCaptureFileCounts

Destination

Destination of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destination")]
public string Destination { get; set; }

Property Value

string

Details

Array of device specific details

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "details")]
public List<OrganizationDevicesPacketCaptureFileDetail> Details { get; set; }

Property Value

List<OrganizationDevicesPacketCaptureFileDetail>

Device

One of the device(s) of the packet capture file

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "device")]
public OrganizationDevicesPacketCaptureFileDevice Device { get; set; }

Property Value

OrganizationDevicesPacketCaptureFileDevice

Devices

Device(s) of the packet capture file

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "devices")]
public List<object> Devices { get; set; }

Property Value

List<object>

Duration

Duration of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "duration")]
public int Duration { get; set; }

Property Value

int

ErrorMessage

Error log of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "errorMessage")]
public string ErrorMessage { get; set; }

Property Value

string

File

Object containing information about the file

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "file")]
public OrganizationDevicesPacketCaptureFileFile File { get; set; }

Property Value

OrganizationDevicesPacketCaptureFileFile

FilterExpression

Filter expression for the packet capture

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "filterExpression")]
public string FilterExpression { get; set; }

Property Value

string

Interface

Interface of the packet capture

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string Interface { get; set; }

Property Value

string

Name

Name of packet capture file

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Network

Network of the packet capture file

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationDevicesPacketCaptureFileNetwork Network { get; set; }

Property Value

OrganizationDevicesPacketCaptureFileNetwork

Ports

Ports of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public string Ports { get; set; }

Property Value

string

Process

Source of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "process")]
public string Process { get; set; }

Property Value

string

StartTs

Start time of creation of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string

Status

Status of packet capture file

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string