TraceResult

TraceResult
TraceResult
JSON Example
{
    "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 string
analysis
Optional

Trace action result analysis notes

counters
Optional

counters

string
direction
Optional

Direction of a trace

Possible values are : FORWARD, BACKWARD,
logical_counters
Optional

logical_counters

observations
Optional

Trace observation list

string
packet_id
Optional

Packet ID in the session

boolean
result_overflowed
Optional

Whether some observations were deleted from the result set

Property Of