Class OrganizationDevicesPacketCaptureTaskDetailed
Organization Devices Packet Capture Task Detailed
[DataContract]
public class OrganizationDevicesPacketCaptureTaskDetailed
- Inheritance
-
OrganizationDevicesPacketCaptureTaskDetailed
- Inherited Members
Constructors
OrganizationDevicesPacketCaptureTaskDetailed()
public OrganizationDevicesPacketCaptureTaskDetailed()
Properties
Analyzers
Analysis results of the various analyzers
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "analyzers")]
public OrganizationDevicesPacketCaptureTaskDetailedAnalyzers Analyzers { get; set; }
Property Value
FileName
File name of the packet capture
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "fileName")]
public string FileName { get; set; }
Property Value
FilePathUrl
File path of the packet capture
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "filePathUrl")]
public string FilePathUrl { get; set; }
Property Value
Result
Result of the packet analysis task
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "result")]
public object Result { get; set; }
Property Value
Status
Status of the packet analysis task
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Summary
Summary of the packet capture analysis result
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "summary")]
public OrganizationDevicesPacketCaptureTaskDetailedSummary Summary { get; set; }
Property Value
Task
Type of the packet analysis task
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "task")]
public string Task { get; set; }