InlineTraceflow1
{
"analysis": [
"string"
],
"counters": {
"delivered_count": 0,
"dropped_count": 0,
"forwarded_count": 0,
"protected_count": 0,
"received_count": 0
},
"id": "string",
"logical_counters": "TraceflowObservationCounters Object",
"lport_id": "string",
"operation_state": "string",
"request_status": "string",
"result_overflowed": false,
"timeout": 0
}
Traceflow result analysis notes
The id of the traceflow round
id of the source logical port used for injecting the traceflow packet
Represents the traceflow operation state
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 cannot be found. DATA_PATH_NOT_READY - The datapath component cannot be ready to receive request. CONNECTION_ERROR - There is connection error on datapath component. UNKNOWN - The status of traceflow request cannot be determined.
A flag, when set true, indicates some observations were deleted from the result set.
Maximum time (in ms) the management plane will be waiting for this traceflow round. Upper limit for federation case is 90000, for non-federation case is 15000, the maximum is set to 90000 as the higher of the two cases.