InlineTraceflow1

InlineTraceflow1
InlineTraceflow1
JSON Example
{
    "operation_state": "string",
    "logical_counters": {
        "forwarded_count": 0,
        "dropped_count": 0,
        "delivered_count": 0,
        "received_count": 0
    },
    "timeout": 0,
    "result_overflowed": false,
    "lport_id": "string",
    "counters": {
        "forwarded_count": 0,
        "dropped_count": 0,
        "delivered_count": 0,
        "received_count": 0
    },
    "request_status": "string",
    "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.

boolean
result_overflowed
Optional

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

string
lport_id
Optional

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

counters
Optional

counters

string
request_status
Optional

The status of the traceflow RPC request. SUCCESS - The traceflow request is sent successfully. TIMEOUT - The traceflow request gets timeout. SOURCE_PORT_NOT_FOUND - The source port of the request is not found. DATA_PATH_NOT_READY - The datapath component is not ready to receive request. CONNECTION_ERROR - There is connection error on datapath component.

Possible values are : SUCCESS, TIMEOUT, SOURCE_PORT_NOT_FOUND, DATA_PATH_NOT_READY, CONNECTION_ERROR,
array of string
analysis
Optional

Traceflow result analysis notes

string
id
Optional

The id of the traceflow round

Used By