TraceflowListResult
TraceflowListResult
AllOf
JSON Example
{
"_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"
}
]
}