List Traceflows
List all Traceflow rounds; if a logical port id is given as a query parameter, only those originated from the logical port are returned.
Comma separated list of fields that should be included to result of query
Maximum number of results to return in this page (server may return fewer)
Field by which records are sorted
Opaque cursor to be used for getting next page of records (supplied by current result page)
id of the source logical port where the trace flows originated
sort_ascending
Success
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string",
"results": [
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"operation_state": "string",
"logical_counters": {
"received_count": 0,
"dropped_count": 0,
"delivered_count": 0,
"forwarded_count": 0
},
"timeout": 0,
"lport_id": "string",
"counters": {
"received_count": 0,
"dropped_count": 0,
"delivered_count": 0,
"forwarded_count": 0
},
"result_overflowed": false,
"analysis": [
"string"
],
"id": "string"
}
]
}
Unexpected error
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
module_name
error_message
error_code