NSX-T Data Center REST API

CheckpointCounterResult (type)

{
  "description": "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.",
  "id": "CheckpointCounterResult",
  "module_id": "LiveTrace",
  "properties": {
    "ens_checkpoints_result": {
      "description": "The counter result from ENS checkpoints",
      "items": {
        "$ref": "CheckpointCounter"
      },
      "readonly": true,
      "required": false,
      "title": "Counter result from ENS checkpoints",
      "type": "array"
    },
    "non_ens_checkpoints_result": {
      "description": "The counter result from non ENS checkpoints",
      "items": {
        "$ref": "CheckpointCounter"
      },
      "readonly": true,
      "required": false,
      "title": "Counter result from non ENS checkpoints",
      "type": "array"
    }
  },
  "title": "Checkpoint counter result",
  "type": "object"
}