Table of Contents

Class OrganizationDevicesPacketCaptureScheduleUpdateRequest

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

Organization Devices Packet Capture Schedule Update Request

[DataContract]
public class OrganizationDevicesPacketCaptureScheduleUpdateRequest
Inheritance
OrganizationDevicesPacketCaptureScheduleUpdateRequest
Inherited Members

Constructors

OrganizationDevicesPacketCaptureScheduleUpdateRequest()

public OrganizationDevicesPacketCaptureScheduleUpdateRequest()

Properties

Devices

Device details

[DataMember(Name = "devices")]
public List<OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice> Devices { get; set; }

Property Value

List<OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice>

Duration

Duration of the capture in seconds

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

Property Value

int?

Enabled

Enable or disable the schedule

[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

FilterExpression

Filter expression for the capture

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

Property Value

string

Name

Name of the packet capture file

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

Property Value

string

Notes

Reason for capture

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

Property Value

string

Schedule

Schedule details

[DataMember(Name = "schedule")]
public OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule? Schedule { get; set; }

Property Value

OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule