NetworkTrace Class

Network trace.

Constructor

NetworkTrace(*args: Any, **kwargs: Any)

Variables

Name Description
path
str

Local file path for the captured network trace file.

status
str

Current status of the network trace operation, same as Operation.Status (InProgress/Succeeded/Failed).

message
str

Detailed message of a network trace operation, e.g. error message in case of failure.

Attributes

message

Detailed message of a network trace operation, e.g. error message in case of failure.

message: str | None

path

Local file path for the captured network trace file.

path: str | None

status

Current status of the network trace operation, same as Operation.Status (InProgress/Succeeded/Failed).

status: str | None