Class OrganizationDevicesPacketCaptureCapturesCreateRequest
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
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
Interface
Interface of the device
[DataMember(Name = "interface")]
public string? Interface { get; set; }
Property Value
Name
Name of packet capture file
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Notes
Reason for taking the packet capture
[DataMember(Name = "notes")]
public string? Notes { get; set; }
Property Value
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
Ports
Ports of packet capture file, comma-separated
[DataMember(Name = "ports")]
public string? Ports { get; set; }
Property Value
Serials
The serial(s) of the device(s)
[DataMember(Name = "serials")]
public List<string> Serials { get; set; }