PacketCaptureQueryStatusResultOutput 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?: string
Property Value
string
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?: ("InternalError" | "AgentStopped" | "CaptureFailed" | "LocalFileFailed" | "StorageFailed")[]
Property Value
("InternalError" | "AgentStopped" | "CaptureFailed" | "LocalFileFailed" | "StorageFailed")[]
packetCaptureStatus
The status of the packet capture session.
packetCaptureStatus?: "Unknown" | "Stopped" | "Running" | "NotStarted" | "Error"
Property Value
"Unknown" | "Stopped" | "Running" | "NotStarted" | "Error"
stopReason
The reason the current packet capture session was stopped.
stopReason?: string
Property Value
string