cisco.dnac.path_trace_info (6.13.3) — module

Information module for Path Trace

| "added in version" 3.1.0 of cisco.dnac"

Authors: Rafael Campos (@racampos)

This plugin has a corresponding action plugin.

Install collection

Install with ansible-galaxy collection install cisco.dnac:==6.13.3


Add to requirements.yml

  collections:
    - name: cisco.dnac
      version: 6.13.3

Description

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.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- 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: "{{my_headers | from_json}}"
    periodicRefresh: True
    sourceIP: string
    destIP: string
    sourcePort: string
    destPort: string
    gtCreateTime: string
    ltCreateTime: string
    protocol: string
    status: string
    taskId: string
    lastUpdateTime: string
    limit: 0
    offset: 0
    order: string
    sortBy: string
  register: result
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- 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: "{{my_headers | from_json}}"
    flowAnalysisId: string
  register: result

Inputs

    
limit:
    description:
    - Limit query parameter. Number of resources returned.
    type: int

order:
    description:
    - Order query parameter. Order by this field.
    type: str

destIP:
    description:
    - DestIP query parameter. Destination IP adress.
    type: str

offset:
    description:
    - Offset query parameter. Start index of resources returned (1-based).
    type: int

sortBy:
    description:
    - SortBy query parameter. Sort by this field.
    type: str

status:
    description:
    - Status query parameter.
    type: str

taskId:
    description:
    - TaskId query parameter. Task ID.
    type: str

headers:
    description: Additional headers.
    type: dict

destPort:
    description:
    - DestPort query parameter. Destination port.
    type: str

protocol:
    description:
    - Protocol query parameter.
    type: str

sourceIP:
    description:
    - SourceIP query parameter. Source IP address.
    type: str

dnac_host:
    description:
    - The Cisco DNA Center hostname.
    required: true
    type: str

dnac_port:
    default: 443
    description:
    - The Cisco DNA Center port.
    type: int

dnac_debug:
    default: false
    description:
    - Flag for Cisco DNA Center SDK to enable debugging.
    type: bool

sourcePort:
    description:
    - SourcePort query parameter. Source port.
    type: str

dnac_verify:
    default: true
    description:
    - Flag to enable or disable SSL certificate verification.
    type: bool

dnac_version:
    default: 2.3.5.3
    description:
    - Informs the SDK which version of Cisco DNA Center to use.
    type: str

gtCreateTime:
    description:
    - GtCreateTime query parameter. Analyses requested after this time.
    type: str

ltCreateTime:
    description:
    - LtCreateTime query parameter. Analyses requested before this time.
    type: str

dnac_password:
    description:
    - The Cisco DNA Center password to authenticate.
    type: str

dnac_username:
    aliases:
    - user
    default: admin
    description:
    - The Cisco DNA Center username to authenticate.
    type: str

flowAnalysisId:
    description:
    - FlowAnalysisId path parameter. Flow analysis request id.
    type: str

lastUpdateTime:
    description:
    - LastUpdateTime query parameter. Last update time.
    type: str

periodicRefresh:
    description:
    - PeriodicRefresh query parameter. Is analysis periodically refreshed?.
    type: bool

validate_response_schema:
    default: true
    description:
    - Flag for Cisco DNA Center SDK to enable the validation of request bodies against
      a JSON schema.
    type: bool

Outputs

dnac_response:
  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"
  type: dict

See also