PktCapResult (type)

{
  "description": "The packet capture result for transport nodes", 
  "id": "PktCapResult", 
  "module_id": "LiveTrace", 
  "properties": {
    "pktcap_resource_list": {
      "description": "The packet capture resource info for ports where packet capture action is performed", 
      "items": {
        "$ref": "PktCapResource
      }, 
      "readonly": true, 
      "required": true, 
      "title": "Packet capture results on the given transport node", 
      "type": "array"
    }, 
    "transport_node_id": {
      "readonly": true, 
      "required": true, 
      "title": "The ID of transport node where packet capture action is deployed", 
      "type": "string"
    }, 
    "transport_node_type": {
      "$ref": "TransportNodeType, 
      "readonly": true, 
      "required": true, 
      "title": "Type of the transport node"
    }
  }, 
  "type": "object"
}