InlineTraceflow1

InlineTraceflow1
InlineTraceflow1
JSON Example
{
    "operation_state": "string",
    "logical_counters": {
        "forwarded_count": 0,
        "dropped_count": 0,
        "delivered_count": 0,
        "received_count": 0
    },
    "timeout": 0,
    "lport_id": "string",
    "counters": {
        "forwarded_count": 0,
        "dropped_count": 0,
        "delivered_count": 0,
        "received_count": 0
    },
    "result_overflowed": false,
    "analysis": [
        "string"
    ],
    "id": "string"
}
string
operation_state
Optional

Represents the traceflow operation state

Possible values are : IN_PROGRESS, FINISHED, FAILED,
logical_counters
Optional

logical_counters

integer As int64 As int64
timeout
Optional

Maximum time (in ms) the management plane will be waiting for this traceflow round.

string
lport_id
Optional

id of the source logical port used for injecting the traceflow packet

counters
Optional

counters

boolean
result_overflowed
Optional

A flag, when set true, indicates some observations were deleted from the result set.

array of string
analysis
Optional

Traceflow result analysis notes

string
id
Optional

The id of the traceflow round

Used By