NSX-T Data Center REST API

CounterResult (type)

{
  "id": "CounterResult", 
  "module_id": "LiveTrace", 
  "properties": {
    "backward_results": {
      "description": "The count action results from the checkpoints traversed by packets from the destination port.", 
      "items": {
        "$ref": "CountObservation
      }, 
      "required": false, 
      "title": "Count action list results", 
      "type": "array"
    }, 
    "forward_results": {
      "description": "The count action results from the checkpoints traversed by packets from the source port.", 
      "items": {
        "$ref": "CountObservation
      }, 
      "required": false, 
      "title": "Count action list results", 
      "type": "array"
    }
  }, 
  "type": "object"
}