PacketData
PacketData
JSON Example
{
"routed": false,
"transport_type": "string",
"resource_type": "string",
"frame_size": 0
}
boolean
routed
Optional
A flag, when set true, indicates that the traceflow packet is of L3 routing.
string
transport_type
Optional
transport type of the traceflow packet
Possible values are : BROADCAST, UNICAST, MULTICAST, UNKNOWN,
string
resource_type
Required
Packet configuration
Possible values are : BinaryPacketData, FieldsPacketData,
integer As int64 As int64
frame_size
Optional
If the requested frame_size is too small (given the payload and traceflow metadata requirement of 16 bytes), the traceflow request will fail with an appropriate message. The frame will be zero padded to the requested size.