TraceflowListResult

TraceflowListResult
TraceflowListResult

Traceflow queries result

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "results": [
        {
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "operation_state": "string",
            "logical_counters": {
                "forwarded_count": 0,
                "dropped_count": 0,
                "delivered_count": 0,
                "received_count": 0
            },
            "timeout": 0,
            "lport_id": "string",
            "counters": {
                "forwarded_count": 0,
                "dropped_count": 0,
                "delivered_count": 0,
                "received_count": 0
            },
            "result_overflowed": false,
            "analysis": [
                "string"
            ],
            "id": "string"
        }
    ]
}
Returned By