cisco.dnac.path_trace_info module – Information module for Path Trace
Note
This module is part of the cisco.dnac collection (version 6.2.1).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install cisco.dnac.
To use it in a playbook, specify: cisco.dnac.path_trace_info.
New in version 3.1.0: of cisco.dnac
Synopsis
- Get all Path Trace. 
- Get Path Trace by id. 
- Returns a summary of all flow analyses stored. Results can be filtered by specified parameters. 
- Returns result of a previously requested flow analysis by its Flow Analysis id. 
Note
This module has a corresponding action plugin.
Requirements
The below requirements are needed on the host that executes this module.
- dnacentersdk >= 2.4.8 
- python >= 3.5 
Parameters
| Parameter | Comments | 
|---|---|
| DestIP query parameter. Destination IP adress. | |
| DestPort query parameter. Destination port. | |
| Flag for Cisco DNA Center SDK to enable debugging. Choices: 
 | |
| The Cisco DNA Center hostname. | |
| The Cisco DNA Center password to authenticate. | |
| The Cisco DNA Center port. Default: 443 | |
| The Cisco DNA Center username to authenticate. Default: “admin” | |
| Flag to enable or disable SSL certificate verification. Choices: 
 | |
| Informs the SDK which version of Cisco DNA Center to use. Default: “2.2.3.3” | |
| FlowAnalysisId path parameter. Flow analysis request id. | |
| GtCreateTime query parameter. Analyses requested after this time. | |
| Additional headers. | |
| LastUpdateTime query parameter. Last update time. | |
| Limit query parameter. Number of resources returned. | |
| LtCreateTime query parameter. Analyses requested before this time. | |
| Offset query parameter. Start index of resources returned (1-based). | |
| Order query parameter. Order by this field. | |
| PeriodicRefresh query parameter. Is analysis periodically refreshed?. Choices: 
 | |
| Protocol query parameter. | |
| SortBy query parameter. Sort by this field. | |
| SourceIP query parameter. Source IP address. | |
| SourcePort query parameter. Source port. | |
| Status query parameter. | |
| TaskId query parameter. Task ID. | |
| Flag for Cisco DNA Center SDK to enable the validation of request bodies against a JSON schema. Choices: 
 | 
Notes
Note
- SDK Method used are path_trace.PathTrace.retrieves_previous_pathtrace, path_trace.PathTrace.retrives_all_previous_pathtraces_summary, 
- Paths used are get /dna/intent/api/v1/flow-analysis, get /dna/intent/api/v1/flow-analysis/{flowAnalysisId}, 
- Supports - check_mode
- The plugin runs on the control node and does not use any ansible connection plugins, but instead the embedded connection manager from Cisco DNAC SDK 
- The parameters starting with dnac_ are used by the Cisco DNAC Python SDK to establish the connection 
Examples
- name: Get all Path Trace
  cisco.dnac.path_trace_info:
    dnac_host: "{{dnac_host}}"
    dnac_username: "{{dnac_username}}"
    dnac_password: "{{dnac_password}}"
    dnac_verify: "{{dnac_verify}}"
    dnac_port: "{{dnac_port}}"
    dnac_version: "{{dnac_version}}"
    dnac_debug: "{{dnac_debug}}"
    headers:
      custom: value
    periodicRefresh: True
    sourceIP: string
    destIP: string
    sourcePort: string
    destPort: string
    gtCreateTime: string
    ltCreateTime: string
    protocol: string
    status: string
    taskId: string
    lastUpdateTime: string
    limit: string
    offset: string
    order: string
    sortBy: string
  register: result
- name: Get Path Trace by id
  cisco.dnac.path_trace_info:
    dnac_host: "{{dnac_host}}"
    dnac_username: "{{dnac_username}}"
    dnac_password: "{{dnac_password}}"
    dnac_verify: "{{dnac_verify}}"
    dnac_port: "{{dnac_port}}"
    dnac_version: "{{dnac_version}}"
    dnac_debug: "{{dnac_debug}}"
    headers:
      custom: value
    flowAnalysisId: string
  register: result
Return Values
Common return values are documented here, the following are the fields unique to this module:
| Key | Description | 
|---|---|
| A dictionary or list with the response returned by the Cisco DNAC Python SDK Returned: always Sample: “{\n \”response\”: {\n \”detailedStatus\”: {\n \”aclTraceCalculation\”: \”string\”,\n \”aclTraceCalculationFailureReason\”: \”string\”\n },\n \”lastUpdate\”: \”string\”,\n \”networkElements\”: [\n {\n \”accuracyList\”: [\n {\n \”percent\”: 0,\n \”reason\”: \”string\”\n }\n ],\n \”detailedStatus\”: {\n \”aclTraceCalculation\”: \”string\”,\n \”aclTraceCalculationFailureReason\”: \”string\”\n },\n \”deviceStatistics\”: {\n \”cpuStatistics\”: {\n \”fiveMinUsageInPercentage\”: 0,\n \”fiveSecsUsageInPercentage\”: 0,\n \”oneMinUsageInPercentage\”: 0,\n \”refreshedAt\”: 0\n },\n \”memoryStatistics\”: {\n \”memoryUsage\”: 0,\n \”refreshedAt\”: 0,\n \”totalMemory\”: 0\n }\n },\n \”deviceStatsCollection\”: \”string\”,\n \”deviceStatsCollectionFailureReason\”: \”string\”,\n \”egressPhysicalInterface\”: {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n },\n \”egressVirtualInterface\”: {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n },\n \”flexConnect\”: {\n \”authentication\”: \”string\”,\n \”dataSwitching\”: \”string\”,\n \”egressAclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”ingressAclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”wirelessLanControllerId\”: \”string\”,\n \”wirelessLanControllerName\”: \”string\”\n },\n \”id\”: \”string\”,\n \”ingressPhysicalInterface\”: {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n },\n \”ingressVirtualInterface\”: {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n },\n \”ip\”: \”string\”,\n \”linkInformationSource\”: \”string\”,\n \”name\”: \”string\”,\n \”perfMonCollection\”: \”string\”,\n \”perfMonCollectionFailureReason\”: \”string\”,\n \”perfMonStatistics\”: [\n {\n \”byteRate\”: 0,\n \”destIpAddress\”: \”string\”,\n \”destPort\”: \”string\”,\n \”inputInterface\”: \”string\”,\n \”ipv4DSCP\”: \”string\”,\n \”ipv4TTL\”: 0,\n \”outputInterface\”: \”string\”,\n \”packetBytes\”: 0,\n \”packetCount\”: 0,\n \”packetLoss\”: 0,\n \”packetLossPercentage\”: 0,\n \”protocol\”: \”string\”,\n \”refreshedAt\”: 0,\n \”rtpJitterMax\”: 0,\n \”rtpJitterMean\”: 0,\n \”rtpJitterMin\”: 0,\n \”sourceIpAddress\”: \”string\”,\n \”sourcePort\”: \”string\”\n }\n ],\n \”role\”: \”string\”,\n \”ssid\”: \”string\”,\n \”tunnels\”: [\n \”string\”\n ],\n \”type\”: \”string\”,\n \”wlanId\”: \”string\”\n }\n ],\n \”networkElementsInfo\”: [\n {\n \”accuracyList\”: [\n {\n \”percent\”: 0,\n \”reason\”: \”string\”\n }\n ],\n \”detailedStatus\”: {\n \”aclTraceCalculation\”: \”string\”,\n \”aclTraceCalculationFailureReason\”: \”string\”\n },\n \”deviceStatistics\”: {\n \”cpuStatistics\”: {\n \”fiveMinUsageInPercentage\”: 0,\n \”fiveSecsUsageInPercentage\”: 0,\n \”oneMinUsageInPercentage\”: 0,\n \”refreshedAt\”: 0\n },\n \”memoryStatistics\”: {\n \”memoryUsage\”: 0,\n \”refreshedAt\”: 0,\n \”totalMemory\”: 0\n }\n },\n \”deviceStatsCollection\”: \”string\”,\n \”deviceStatsCollectionFailureReason\”: \”string\”,\n \”egressInterface\”: {\n \”physicalInterface\”: {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n },\n \”virtualInterface\”: [\n {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n }\n ]\n },\n \”flexConnect\”: {\n \”authentication\”: \”string\”,\n \”dataSwitching\”: \”string\”,\n \”egressAclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”ingressAclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”wirelessLanControllerId\”: \”string\”,\n \”wirelessLanControllerName\”: \”string\”\n },\n \”id\”: \”string\”,\n \”ingressInterface\”: {\n \”physicalInterface\”: {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n },\n \”virtualInterface\”: [\n {\n \”aclAnalysis\”: {\n \”aclName\”: \”string\”,\n \”matchingAces\”: [\n {\n \”ace\”: \”string\”,\n \”matchingPorts\”: [\n {\n \”ports\”: [\n {\n \”destPorts\”: [\n \”string\”\n ],\n \”sourcePorts\”: [\n \”string\”\n ]\n }\n ],\n \”protocol\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n }\n ],\n \”result\”: \”string\”\n },\n \”id\”: \”string\”,\n \”interfaceStatistics\”: {\n \”adminStatus\”: \”string\”,\n \”inputPackets\”: 0,\n \”inputQueueCount\”: 0,\n \”inputQueueDrops\”: 0,\n \”inputQueueFlushes\”: 0,\n \”inputQueueMaxDepth\”: 0,\n \”inputRatebps\”: 0,\n \”operationalStatus\”: \”string\”,\n \”outputDrop\”: 0,\n \”outputPackets\”: 0,\n \”outputQueueCount\”: 0,\n \”outputQueueDepth\”: 0,\n \”outputRatebps\”: 0,\n \”refreshedAt\”: 0\n },\n \”interfaceStatsCollection\”: \”string\”,\n \”interfaceStatsCollectionFailureReason\”: \”string\”,\n \”name\”: \”string\”,\n \”pathOverlayInfo\”: [\n {\n \”controlPlane\”: \”string\”,\n \”dataPacketEncapsulation\”: \”string\”,\n \”destIp\”: \”string\”,\n \”destPort\”: \”string\”,\n \”protocol\”: \”string\”,\n \”sourceIp\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”vxlanInfo\”: {\n \”dscp\”: \”string\”,\n \”vnid\”: \”string\”\n }\n }\n ],\n \”qosStatistics\”: [\n {\n \”classMapName\”: \”string\”,\n \”dropRate\”: 0,\n \”numBytes\”: 0,\n \”numPackets\”: 0,\n \”offeredRate\”: 0,\n \”queueBandwidthbps\”: \”string\”,\n \”queueDepth\”: 0,\n \”queueNoBufferDrops\”: 0,\n \”queueTotalDrops\”: 0,\n \”refreshedAt\”: 0\n }\n ],\n \”qosStatsCollection\”: \”string\”,\n \”qosStatsCollectionFailureReason\”: \”string\”,\n \”usedVlan\”: \”string\”,\n \”vrfName\”: \”string\”\n }\n ]\n },\n \”ip\”: \”string\”,\n \”linkInformationSource\”: \”string\”,\n \”name\”: \”string\”,\n \”perfMonCollection\”: \”string\”,\n \”perfMonCollectionFailureReason\”: \”string\”,\n \”perfMonitorStatistics\”: [\n {\n \”byteRate\”: 0,\n \”destIpAddress\”: \”string\”,\n \”destPort\”: \”string\”,\n \”inputInterface\”: \”string\”,\n \”ipv4DSCP\”: \”string\”,\n \”ipv4TTL\”: 0,\n \”outputInterface\”: \”string\”,\n \”packetBytes\”: 0,\n \”packetCount\”: 0,\n \”packetLoss\”: 0,\n \”packetLossPercentage\”: 0,\n \”protocol\”: \”string\”,\n \”refreshedAt\”: 0,\n \”rtpJitterMax\”: 0,\n \”rtpJitterMean\”: 0,\n \”rtpJitterMin\”: 0,\n \”sourceIpAddress\”: \”string\”,\n \”sourcePort\”: \”string\”\n }\n ],\n \”role\”: \”string\”,\n \”ssid\”: \”string\”,\n \”tunnels\”: [\n \”string\”\n ],\n \”type\”: \”string\”,\n \”wlanId\”: \”string\”\n }\n ],\n \”properties\”: [\n \”string\”\n ],\n \”request\”: {\n \”controlPath\”: true,\n \”createTime\”: 0,\n \”destIP\”: \”string\”,\n \”destPort\”: \”string\”,\n \”failureReason\”: \”string\”,\n \”id\”: \”string\”,\n \”inclusions\”: [\n \”string\”\n ],\n \”lastUpdateTime\”: 0,\n \”periodicRefresh\”: true,\n \”protocol\”: \”string\”,\n \”sourceIP\”: \”string\”,\n \”sourcePort\”: \”string\”,\n \”status\”: \”string\”\n }\n },\n \”version\”: \”string\”\n}\n” |