Class OrganizationDevicesPacketCaptureFile
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
CaptureId
Id of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "captureId")]
public string CaptureId { get; set; }
Property Value
Client
Client of the packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "client")]
public OrganizationDevicesPacketCaptureFileClient Client { get; set; }
Property Value
Counts
Object containing counts
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationDevicesPacketCaptureFileCounts Counts { get; set; }
Property Value
Destination
Destination of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "destination")]
public string Destination { get; set; }
Property Value
Details
Array of device specific details
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "details")]
public List<OrganizationDevicesPacketCaptureFileDetail> Details { get; set; }
Property Value
Device
One of the device(s) of the packet capture file
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "device")]
public OrganizationDevicesPacketCaptureFileDevice Device { get; set; }
Property Value
Devices
Device(s) of the packet capture file
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "devices")]
public List<object> Devices { get; set; }
Property Value
Duration
Duration of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "duration")]
public int Duration { get; set; }
Property Value
ErrorMessage
Error log of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "errorMessage")]
public string ErrorMessage { get; set; }
Property Value
File
Object containing information about the file
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "file")]
public OrganizationDevicesPacketCaptureFileFile File { get; set; }
Property Value
FilterExpression
Filter expression for the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "filterExpression")]
public string FilterExpression { get; set; }
Property Value
Interface
Interface of the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interface")]
public string Interface { get; set; }
Property Value
Name
Name of packet capture file
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Network of the packet capture file
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationDevicesPacketCaptureFileNetwork Network { get; set; }
Property Value
Ports
Ports of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public string Ports { get; set; }
Property Value
Process
Source of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "process")]
public string Process { get; set; }
Property Value
StartTs
Start time of creation of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }
Property Value
Status
Status of packet capture file
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }