LiveTraceResult
LiveTraceResult
JSON Example
{
"counter_results": {
"backward_results": [
{
"resource_type": "string"
}
],
"forward_results": [
{
"resource_type": "string"
}
]
},
"datapath_stats_results": [
{
"direction": "string",
"transport_node_datapath_stats": [
{
"datapath_counter_results": [
{
"module_counters": [
{
"counter_name": "string",
"counter_value": 0
}
],
"module_name": "string"
}
],
"transport_node_id": "string",
"transport_node_name": "string"
}
]
}
],
"id": "string",
"pktcap_results": [
{
"pktcap_resource_list": [
{
"resource_type": "string",
"pktcap_file_download_url": "string",
"port_id": "string"
}
],
"transport_node_id": "string",
"transport_node_type": "string"
}
],
"trace_results": [
{
"analysis": [
"string"
],
"counters": {
"delivered_count": 0,
"dropped_count": 0,
"forwarded_count": 0,
"protected_count": 0,
"received_count": 0
},
"direction": "string",
"logical_counters": {
"delivered_count": 0,
"dropped_count": 0,
"forwarded_count": 0,
"protected_count": 0,
"received_count": 0
},
"observations": [
{
"component_name": "string",
"component_sub_type": "string",
"component_type": "string",
"resource_type": "string",
"sequence_no": 0,
"site_path": "string",
"timestamp": 0,
"timestamp_micro": 0,
"transport_node_id": "string",
"transport_node_name": "string",
"transport_node_type": "string"
}
],
"packet_id": "string",
"result_overflowed": false
}
]
}
array of
DatapathStatsResult
datapath_stats_results
Optional
The results of the datapath statistics action.
string
id
Optional
The id is assigned by Livetrace and cannot be specified by user.