Table of Contents

Class OrganizationDevicesPacketCaptureCapturesCreateRequest

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

Organization Devices Packet Capture Captures Create Request

[DataContract]
public class OrganizationDevicesPacketCaptureCapturesCreateRequest
Inheritance
OrganizationDevicesPacketCaptureCapturesCreateRequest
Inherited Members

Constructors

OrganizationDevicesPacketCaptureCapturesCreateRequest()

public OrganizationDevicesPacketCaptureCapturesCreateRequest()

Properties

Destination

Destination of packet capture file. Possible values: [upload_to_cloud]

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

Property Value

string

Duration

Duration in seconds of packet capture

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

Property Value

int?

FilterExpression

Filter expression for packet capture

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

Property Value

string

Interface

Interface of the device

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

Property Value

string

Name

Name of packet capture file

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

Property Value

string

Notes

Reason for taking the packet capture

[DataMember(Name = "notes")]
public string? Notes { get; set; }

Property Value

string

OutputType

Output type of packet capture file. Possible values: text, pcap, cloudshark, or upload_to_cloud

[DataMember(Name = "outputType")]
public string? OutputType { get; set; }

Property Value

string

Ports

Ports of packet capture file, comma-separated

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

Property Value

string

Serials

The serial(s) of the device(s)

[DataMember(Name = "serials")]
public List<string> Serials { get; set; }

Property Value

List<string>