Class OrganizationDevicesPacketCaptureScheduleCreateRequest
Organization devices packet capture schedule create request
[DataContract]
public class OrganizationDevicesPacketCaptureScheduleCreateRequest
- Inheritance
-
OrganizationDevicesPacketCaptureScheduleCreateRequest
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureScheduleCreateRequest()
public OrganizationDevicesPacketCaptureScheduleCreateRequest()
Properties
Devices
Device details
[DataMember(Name = "devices")]
public List<OrganizationDevicesPacketCaptureScheduleUpdateCreateRequestDevice> Devices { get; set; }
Property Value
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
Name
Name of the packet capture file
[DataMember(Name = "name")]
public string? Name { get; set; }
Property Value
Notes
Reason for capture
[DataMember(Name = "notes")]
public string? Notes { get; set; }
Property Value
Schedule
Schedule details
[DataMember(Name = "schedule")]
public OrganizationDevicesPacketCaptureScheduleCreateUpdateRequestSchedule? Schedule { get; set; }