CheckpointCounterResult

CheckpointCounterResult
CheckpointCounterResult

The packets that only have the count action (other permutations such as trace + pktcap or count + trace/pktcap cannot) can traverse through the ENS fastpath. Therefore, two checkpoint results from ENS fastpath and slowpath are listed below.

JSON Example
{
    "ens_checkpoints_result": [
        {
            "checkpoint_type": "string",
            "count": 0
        }
    ],
    "non_ens_checkpoints_result": [
        {
            "checkpoint_type": "string",
            "count": 0
        }
    ]
}
ens_checkpoints_result
Optional

The counter result from ENS checkpoints

non_ens_checkpoints_result
Optional

The counter result from non ENS checkpoints