Get Live Trace Result
Get the result of a livetrace session
This API is deprecated. Please use policy API
/infra/livetraces/
livetrace-session-id
The type of observations that will be listed.
Opaque cursor to be used for getting next page of records (supplied by current result page)
Comma separated list of fields that should be included in query result
Maximum number of results to return in this page (server may return fewer)
sort_ascending
Field by which records are sorted
OK
{
"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
}
]
}
counter_results
The results of the datapath statistics action.
The id is assigned by Livetrace and cannot be specified by user.
PktCap action results
Trace action observation list results
Not Found
curl -H 'Authorization: <value>' https://{api_host}/api/v1/livetraces/{livetrace-session-id}/results