PacketCaptureQueryStatusResult interface
Status of packet capture session.
Properties
capture |
The start time of the packet capture session. |
id | The ID of the packet capture resource. |
name | The name of the packet capture resource. |
packet |
List of errors of packet capture session. |
packet |
The status of the packet capture session. |
stop |
The reason the current packet capture session was stopped. |
Property Details
captureStartTime
The start time of the packet capture session.
captureStartTime?: Date
Property Value
Date
id
The ID of the packet capture resource.
id?: string
Property Value
string
name
The name of the packet capture resource.
name?: string
Property Value
string
packetCaptureError
List of errors of packet capture session.
packetCaptureError?: string[]
Property Value
string[]
packetCaptureStatus
The status of the packet capture session.
packetCaptureStatus?: string
Property Value
string
stopReason
The reason the current packet capture session was stopped.
stopReason?: string
Property Value
string