Cisco Catalyst SD-WAN Real-Time Monitoring - QFP API

The Real-Time Monitoring - QFP API from Cisco Catalyst SD-WAN — 3 operation(s) for real-time monitoring - qfp.

Operations 3

GET /device/qfp/cpustat #
GET /device/qfp/memstat #
GET /device/qfp/qfpdrop #

Documentation

📖
Documentation
https://developer.cisco.com/docs/sdwan/administration-and-setting/
📖
APIReference
https://developer.cisco.com/docs/sdwan/administration-and-setting/
📖
Documentation
https://developer.cisco.com/docs/sdwan/ux-1-0-configuration/
📖
APIReference
https://developer.cisco.com/docs/sdwan/ux-1-0-configuration/
📖
Documentation
https://developer.cisco.com/docs/sdwan/ux-2-0-configuration/
📖
APIReference
https://developer.cisco.com/docs/sdwan/ux-2-0-configuration/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-system/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-system/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-transport/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-transport/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-service/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-wan-service/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-others/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-others/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-routing/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-sd-routing/
📖
Documentation
https://developer.cisco.com/docs/sdwan/feature-profiles-mobility-and-nfv/
📖
APIReference
https://developer.cisco.com/docs/sdwan/feature-profiles-mobility-and-nfv/
📖
Documentation
https://developer.cisco.com/docs/sdwan/monitoring-and-troubleshooting/
📖
APIReference
https://developer.cisco.com/docs/sdwan/monitoring-and-troubleshooting/
📖
Documentation
https://developer.cisco.com/docs/sdwan/sd-wan-services/
📖
APIReference
https://developer.cisco.com/docs/sdwan/sd-wan-services/
📖
Documentation
https://developer.cisco.com/docs/sdwan/partner-integrations/
📖
APIReference
https://developer.cisco.com/docs/sdwan/partner-integrations/
📖
Documentation
https://developer.cisco.com/docs/sdwan/others/
📖
APIReference
https://developer.cisco.com/docs/sdwan/others/

Specifications

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cisco-catalyst-sdwan-real-time-monitoring-qfp-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

cisco-catalyst-sdwan-real-time-monitoring-qfp-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Monitoring and Troubleshooting Real-Time Monitoring - QFP API
  description: "Includes API operations for the following:\n  Real-time monitoring\n  Accessing statistics APIs and statistics bulk APIs\n  Retrieving device state\n  Managing alarms and events"
  contact:
    email: vmanage@cisco.com
  license:
    name: Commercial License
    url: https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html
  version: 26.1.0+2026-01-06
  x-provenance:
    method: harvested
    authored_by: Cisco Catalyst SD-WAN
    harvested_by: API Evangelist
    harvested_on: '2026-08-19'
    first_party: true
    provider_published: true
    source_host: pubhub.devnetcloud.com
    note: 4,138 operations across 2,841 paths, published by Cisco as self-contained per-operation OpenAPI 3.1.0 fragments on the DevNet CDN and consolidated here into 13 documents. Ownership verified from info.contact vmanage@cisco.com and the Cisco license URL rather than from the fetch host.
  x-evidence:
  - type: source
    url: https://pubhub.devnetcloud.com/media/cisco-catalyst-sd-wan-26-1-api-guide/docs/
  - type: source
    url: https://developer.cisco.com/docs/sdwan/
servers:
- url: /dataservice
tags:
- name: Real-Time Monitoring - QFP
paths:
  /device/qfp/cpustat:
    get:
      tags:
      - Real-Time Monitoring - QFP
      description: Get QFP cpu status
      operationId: cpustat
      parameters:
      - name: deviceId
        in: query
        description: deviceId - Device IP
        required: true
        schema:
          type: string
          example: 169.254.10.10
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  cpp-num:
                    type: string
                    example: '0'
                  dp-stats-load:
                    type: string
                    example: '1'
                  lastupdated:
                    type: integer
                    format: int32
                    example: 170151880
                  period:
                    type: string
                    example: cpp-period-1min
                  total-input-bytes:
                    type: string
                    example: '28992'
                  total-input-pkts:
                    type: string
                    example: '30'
                  total-output-bytes:
                    type: string
                    example: '48896'
                  total-output-pkts:
                    type: string
                    example: '25'
                  vdevice-dataKey:
                    type: string
                    example: 172.16.255.15-cpp-period-1min
                  vdevice-host-name:
                    type: string
                    example: vm5
                  vdevice-name:
                    type: string
                    example: 172.16.255.15
                $$ref: '#/components/schemas/QfpCpuState'
              examples:
                QFP cpu status:
                  description: QFP cpu status
                  value:
                  - total-input-bytes: '28992'
                    period: cpp-period-1min
                    vdevice-dataKey: 172.16.255.15-cpp-period-1min
                    cpp-num: '0'
                    vdevice-name: 172.16.255.15
                    total-output-pkts: '25'
                    total-output-bytes: '48896'
                    lastupdated: 1701518800889
                    total-input-pkts: '30'
                    dp-stats-load: '1'
                    vdevice-host-name: vm5
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: Policy-read,Policy-write,System-read,System-write,Security-read,Security-write
  /device/qfp/memstat:
    get:
      tags:
      - Real-Time Monitoring - QFP
      description: Get QFP memory status
      operationId: memstat
      parameters:
      - name: deviceId
        in: query
        description: deviceId - Device IP
        required: true
        schema:
          type: string
          example: 169.254.10.10
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  dramFree:
                    type: integer
                    format: int32
                    example: 135600128
                  dramInUse:
                    type: integer
                    format: int32
                    example: 132835328
                  dramLowestFreeWaterMark:
                    type: integer
                    format: int32
                    example: 135600128
                  dramTotal:
                    type: integer
                    format: int32
                    example: 268435456
                  iramFree:
                    type: integer
                    format: int32
                    example: 1885184
                  iramInUse:
                    type: integer
                    format: int32
                    example: 211968
                  iramLowestFreeWaterMark:
                    type: integer
                    format: int32
                    example: 1885184
                  iramTotal:
                    type: integer
                    format: int32
                    example: 2097152
                  lastupdated:
                    type: integer
                    format: int32
                    example: 170151880
                  sramFree:
                    type: integer
                    format: int32
                    example: 0
                  sramInUse:
                    type: integer
                    format: int32
                    example: 0
                  sramLowestFreeWaterMark:
                    type: integer
                    format: int32
                    example: 0
                  sramTotal:
                    type: integer
                    format: int32
                    example: 0
                  vdevice-dataKey:
                    type: string
                    example: 172.16.255.15-cpp-period-1min
                  vdevice-host-name:
                    type: string
                    example: vm5
                  vdevice-name:
                    type: string
                    example: 172.16.255.15
                $$ref: '#/components/schemas/QfpMemoryState'
              examples:
                QFP memory status:
                  description: QFP memory status
                  value:
                  - iramInUse: 211968
                    sramFree: 0
                    vdevice-name: 172.16.255.15
                    dramFree: 135600128
                    iramTotal: 2097152
                    iramFree: 1885184
                    iramLowestFreeWaterMark: 1885184
                    dramLowestFreeWaterMark: 135600128
                    sramTotal: 0
                    vdevice-host-name: vm5
                    sramInUse: 0
                    sramLowestFreeWaterMark: 0
                    vdevice-dataKey: 172.16.255.15
                    lastupdated: 1701517192456
                    dramTotal: 268435456
                    dramInUse: 132835328
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: System-read,System-write
  /device/qfp/qfpdrop:
    get:
      tags:
      - Real-Time Monitoring - QFP
      description: Get Qfp Drop Info
      operationId: getQfpDrop
      parameters:
      - name: deviceId
        in: query
        description: deviceId - Device IP
        required: true
        schema:
          type: string
          example: 169.254.10.10
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  appnav-acgreloaddelay-octets:
                    type: number
                    example: 0
                  appnav-acgreloaddelay-pkts:
                    type: number
                    example: 0
                  appnav-badroute-octets:
                    type: number
                    example: 0
                  appnav-badroute-pkts:
                    type: number
                    example: 0
                  appnav-internal-err-octets:
                    type: number
                    example: 0
                  appnav-internal-err-pkts:
                    type: number
                    example: 0
                  appnav-inv-flow-state-octets:
                    type: number
                    example: 0
                  appnav-inv-flow-state-pkts:
                    type: number
                    example: 0
                  appnav-nosvcctx-octets:
                    type: number
                    example: 0
                  appnav-nosvcctx-pkts:
                    type: number
                    example: 0
                  appnav-notunnel-octets:
                    type: number
                    example: 0
                  appnav-notunnel-pkts:
                    type: number
                    example: 0
                  appnav-sn-pkt-invalid-octets:
                    type: number
                    example: 0
                  appnav-sn-pkt-invalid-pkts:
                    type: number
                    example: 0
                  appnav-unexpected-pkt-octets:
                    type: number
                    example: 0
                  appnav-unexpected-pkt-pkts:
                    type: number
                    example: 0
                  ar-fnf-clnup-octets:
                    type: number
                    example: 0
                  ar-fnf-clnup-pkts:
                    type: number
                    example: 0
                  ar-rx-octets:
                    type: number
                    example: 0
                  ar-rx-pkts:
                    type: number
                    example: 0
                  ar-standby-octets:
                    type: number
                    example: 0
                  ar-standby-pkts:
                    type: number
                    example: 0
                  ar-tx-octets:
                    type: number
                    example: 0
                  ar-tx-pkts:
                    type: number
                    example: 0
                  attn-invalid-spid-octets:
                    type: number
                    example: 0
                  attn-invalid-spid-pkts:
                    type: number
                    example: 0
                  bad-adj-octets:
                    type: number
                    example: 0
                  bad-adj-pkts:
                    type: number
                    example: 0
                  bad-coff-buffer-octets:
                    type: number
                    example: 0
                  bad-coff-buffer-pkts:
                    type: number
                    example: 0
                  bad-dist-fifo-octets:
                    type: number
                    example: 0
                  bad-dist-fifo-pkts:
                    type: number
                    example: 0
                  bad-ip-checksum-octets:
                    type: number
                    example: 0
                  bad-ip-checksum-pkts:
                    type: number
                    example: 0
                  bad-len-octets:
                    type: number
                    example: 0
                  bad-len-pkts:
                    type: number
                    example: 0
                  bad-uidb-idx-octets:
                    type: number
                    example: 0
                  bad-uidb-idx-pkts:
                    type: number
                    example: 0
                  bad-uidb-sub-idx-octets:
                    type: number
                    example: 0
                  bad-uidb-sub-idx-pkts:
                    type: number
                    example: 0
                  bad-us-jib-hdr-octets:
                    type: number
                    example: 0
                  bad-us-jib-hdr-pkts:
                    type: number
                    example: 0
                  bfd-octets:
                    type: number
                    example: 0
                  bfd-pkts:
                    type: number
                    example: 0
                  bier-invalid-replica-record-octets:
                    type: number
                    example: 0
                  bier-invalid-replica-record-pkts:
                    type: number
                    example: 0
                  bier-snaity-octets:
                    type: number
                    example: 0
                  bier-snaity-pkts:
                    type: number
                    example: 0
                  bqs-oor-octets:
                    type: number
                    example: 0
                  bqs-oor-pak-pri-octets:
                    type: number
                    example: 0
                  bqs-oor-pak-pri-pkts:
                    type: number
                    example: 0
                  bqs-oor-pkts:
                    type: number
                    example: 0
                  bqs-oor-pri-octets:
                    type: number
                    example: 0
                  bqs-oor-pri-pkts:
                    type: number
                    example: 0
                  bqs-oor-vital-octets:
                    type: number
                    example: 0
                  bqs-oor-vital-pkts:
                    type: number
                    example: 0
                  bundle-oce-octets:
                    type: number
                    example: 0
                  bundle-oce-pkts:
                    type: number
                    example: 0
                  cable-arp-autoreply-octets:
                    type: number
                    example: 0
                  cable-arp-autoreply-pkts:
                    type: number
                    example: 0
                  cable-dhcp-bad-len-octets:
                    type: number
                    example: 0
                  cable-dhcp-bad-len-pkts:
                    type: number
                    example: 0
                  cable-lc2sup-punt-octets:
                    type: number
                    example: 0
                  cable-lc2sup-punt-pkts:
                    type: number
                    example: 0
                  cable-mc-invalid-replica-record-octets:
                    type: number
                    example: 0
                  cable-mc-invalid-replica-record-pkts:
                    type: number
                    example: 0
                  cable-oob-us-pkt-invalid-octets:
                    type: number
                    example: 0
                  cable-oob-us-pkt-invalid-pkts:
                    type: number
                    example: 0
                  cable-oob-us-sess-invalid-octets:
                    type: number
                    example: 0
                  cable-oob-us-sess-invalid-pkts:
                    type: number
                    example: 0
                  cable-oob-us-src-id-invalid-octets:
                    type: number
                    example: 0
                  cable-oob-us-src-id-invalid-pkts:
                    type: number
                    example: 0
                  cable-p2pl-oce-ptr-null-octets:
                    type: number
                    example: 0
                  cable-p2pl-oce-ptr-null-pkts:
                    type: number
                    example: 0
                  cable-prereg-not-cm-octets:
                    type: number
                    example: 0
                  cable-prereg-not-cm-pkts:
                    type: number
                    example: 0
                  cable-prng-exp-octets:
                    type: number
                    example: 0
                  cable-prng-exp-pkts:
                    type: number
                    example: 0
                  cable-recycle-queue-octets:
                    type: number
                    example: 0
                  cable-recycle-queue-pkts:
                    type: number
                    example: 0
                  capwap-err-octets:
                    type: number
                    example: 0
                  capwap-err-pkts:
                    type: number
                    example: 0
                  capwap-no-uidb-octets:
                    type: number
                    example: 0
                  capwap-no-uidb-pkts:
                    type: number
                    example: 0
                  capwap-reass-alloc-err-octets:
                    type: number
                    example: 0
                  capwap-reass-alloc-err-pkts:
                    type: number
                    example: 0
                  capwap-reass-frag-consm-octets:
                    type: number
                    example: 0
                  capwap-reass-frag-consm-pkts:
                    type: number
                    example: 0
                  capwap-reass-frag-err-octets:
                    type: number
                    example: 0
                  capwap-reass-frag-err-pkts:
                    type: number
                    example: 0
                  cbl-oob-add-hdr-fail-octets:
                    type: number
                    example: 0
                  cbl-oob-add-hdr-fail-pkts:
                    type: number
                    example: 0
                  cbl-oob-null-repl-info-octets:
                    type: number
                    example: 0
                  cbl-oob-null-repl-info-pkts:
                    type: number
                    example: 0
                  cbl-oob-null-repllist-octets:
                    type: number
                    example: 0
                  cbl-oob-null-repllist-pkts:
                    type: number
                    example: 0
                  cbl-oob-recycle-tail-octets:
                    type: number
                    example: 0
                  cbl-oob-recycle-tail-pkts:
                    type: number
                    example: 0
                  cbl-oob-repl-end-octets:
                    type: number
                    example: 0
                  cbl-oob-repl-end-pkts:
                    type: number
                    example: 0
                  cbl-oob-repl-fail-octets:
                    type: number
                    example: 0
                  cbl-oob-repl-fail-pkts:
                    type: number
                    example: 0
                  cbl-oob-repl-sess-invalid-octets:
                    type: number
                    example: 0
                  cbl-oob-repl-sess-invalid-pkts:
                    type: number
                    example: 0
                  cbl-oob-repl-uidb-invalid-octets:
                    type: number
                    example: 0
                  cbl-oob-repl-uidb-invalid-pkts:
                    type: number
                    example: 0
                  cbl-rep-arl-drop-octets:
                    type: number
                    example: 0
                  cbl-rep-arl-drop-pkts:
                    type: number
                    example: 0
                  cbl-req-arl-drop-octets:
                    type: number
                    example: 0
                  cbl-req-arl-drop-pkts:
                    type: number
                    example: 0
                  cbl-sid-exceed-octets:
                    type: number
                    example: 0
                  cbl-sid-exceed-pkts:
                    type: number
                    example: 0
                  cblbf-fwdint-down-octets:
                    type: number
                    example: 0
                  cblbf-fwdint-down-pkts:
                    type: number
                    example: 0
                  cblbf-null-repllist-octets:
                    type: number
                    example: 0
                  cblbf-null-repllist-pkts:
                    type: number
                    example: 0
                  cblbf-recycle-tail-octets:
                    type: number
                    example: 0
                  cblbf-recycle-tail-pkts:
                    type: number
                    example: 0
                  cblbf-repl-end-octets:
                    type: number
                    example: 0
                  cblbf-repl-end-pkts:
                    type: number
                    example: 0
                  cblbf-repl-fail-octets:
                    type: number
                    example: 0
                  cblbf-repl-fail-pkts:
                    type: number
                    example: 0
                  cblbf-repl-start-octets:
                    type: number
                    example: 0
                  cblbf-repl-start-pkts:
                    type: number
                    example: 0
                  ccm-tx-octets:
                    type: number
                    example: 0
                  ccm-tx-pkts:
                    type: number
                    example: 0
                  cgacl-action-octets:
                    type: number
                    example: 0
                  cgacl-action-pkts:
                    type: number
                    example: 0
                  cgacl-err-octets:
                    type: number
                    example: 0
                  cgacl-err-pkts:
                    type: number
                    example: 0
                  cgacl-inv-stats-octets:
                    type: number
                    example: 0
                  cgacl-inv-stats-pkts:
                    type: number
                    example: 0
                  cgacl-lookup-miss-octets:
                    type: number
                    example: 0
                  cgacl-lookup-miss-pkts:
                    type: number
                    example: 0
                  cgacl-match-octets:
                    type: number
                    example: 0
                  cgacl-match-pkts:
                    type: number
                    example: 0
                  cgacl-pkt-type-octets:
                    type: number
                    example: 0
                  cgacl-pkt-type-pkts:
                    type: number
                    example: 0
                  choice-oce-octets:
                    type: number
                    example: 0
                  choice-oce-pkts:
                    type: number
                    example: 0
                  cmd-format-octets:
                    type: number
                    example: 0
                  cmd-format-pkts:
                    type: number
                    example: 0
                  coff-output-octets:
                    type: number
                    example: 0
                  coff-output-pkts:
                    type: number
                    example: 0
                  conf-sw-sess-octets:
                    type: number
                    example: 0
                  conf-sw-sess-pkts:
                    type: number
                    example: 0
                  cstp-cdtp-inv-frame-octets:
                    type: number
                    example: 0
                  cstp-cdtp-inv-frame-pkts:
                    type: number
                    example: 0
                  cstp-cdtp-no-tunnel-octets:
                    type: number
                    example: 0
                  cstp-cdtp-no-tunnel-pkts:
                    type: number
                    example: 0
                  cstp-cdtp-unsup-frame-octets:
                    type: number
                    example: 0
                  cstp-cdtp-unsup-frame-pkts:
                    type: number
                    example: 0
                  cts-format-octets:
                    type: number
                    example: 0
                  cts-format-pkts:
                    type: number
                    example: 0
                  cts-not-enable-octets:
                    type: number
                    example: 0
                  cts-not-enable-pkts:
                    type: number
                    example: 0
                  cwfrag-err-octets:
                    type: number
                    example: 0
                  cwfrag-err-pkts:
                    type: number
                    example: 0
                  cws-ctx-id-not-found-conn-octets:
                    type: number
                    example: 0
                  cws-ctx-id-not-found-conn-pkts:
                    type: number
                    example: 0
                  cws-ctx-id-not-found-mob-octets:
                    type: number
                    example: 0
                  cws-ctx-id-not-found-mob-pkts:
                    type: number
                    example: 0
                  cws-inter-error-octets:
                    type: number
                    example: 0
                  cws-inter-error-pkts:
                    type: number
                    example: 0
                  dapr-noroute-octets:
                    type: number
                    example: 0
                  dapr-noroute-pkts:
                    type: number
                    example: 0
                  dca-drop-octets:
                    type: number
                    example: 0
                  dca-drop-pkts:
                    type: number
                    example: 0
                  dialer-list-octets:
                    type: number
                    example: 0
                  dialer-list-pkts:
                    type: number
                    example: 0
                  disabled-octets:
                    type: number
                    example: 0
                  disabled-pkts:
                    type: number
                    example: 0
                  discard-octets:
                    type: number
                    example: 0
                  discard-pkts:
                    type: number
                    example: 0
                  discontinuity-time:
                    type: string
                    format: date-time
                    example: '2025-02-19T00:00:00Z'
                  discontinuity-time-date:
                    type: integer
                    format: int64
                    example: 1739771335000
                  dlep-mcast-inv-enc-octets:
                    type: number
                    example: 0
                  dlep-mcast-inv-enc-pkts:
                    type: number
                    example: 0
                  dlep-mcast-phy2vmi-octets:
                    type: number
                    example: 0
                  dlep-mcast-phy2vmi-pkts:
                    type: number
                    example: 0
                  dlep-mcast-vmi2phy-octets:
                    type: number
                    example: 0
                  dlep-mcast-vmi2phy-pkts:
                    type: number
                    example: 0
                  dlep-uncfgd-octets:
                    type: number
                    example: 0
                  dlep-uncfgd-pkts:
                    type: number
                    example: 0
                  dpss-octets:
                    type: number
                    example: 0
                  dpss-pkts:
                    type: number
                    example: 0
                  dsa-no-ip-octets:
                    type: number
                    example: 0
                  dsa-no-ip-pkts:
                    type: number
                    example: 0
                  dsp-octets:
                    type: number
                    example: 0
                  dsp-pkts:
                    type: number
                    example: 0
                  dtls-err-octets:
                    type: number
                    example: 0
                  dtls-err-pkts:
                    type: number
                    example: 0
                  ec-bundle-enq-octets:
                    type: number
                    example: 0
                  ec-bundle-enq-pkts:
                    type: number
                    example: 0
                  ec-link-tx-octets:
                    type: number
                    example: 0
                  ec-link-tx-pkts:
                    type: number
                    example: 0
                  ecfm-octets:
                    type: number
                    example: 0
                  ecfm-pkts:
                    type: number
                    example: 0
                  epbr-octets:
                    type: number
                    example: 0
                  epbr-pkts:
                    type: number
                    example: 0
                  epc-octets:
                    type: number
                    example: 0
                  epc-pkts:
                    type: number
                    example: 0
                  erspan-octets:
                    type: number
                    example: 0
                  erspan-pkts:
                    type: number
                    example: 0
                  esf-acct-exceed-drop-octets:
                    type: number
                    example: 0
                  esf-acct-exceed-drop-pkts:
                    type: number
                    example: 0
                  esf-drl-drop-octets:
                    type: number
                    example: 0
                  esf-drl-drop-pkts:
                    type: number
                    example: 0
                  esf-ffr-drop-octets:
                    type: number
                    example: 0
                  esf-ffr-drop-pkts:
                    type: number
                    example: 0
                  esf-l4r-bad-config-octets:
                    type: number
                    example: 0
                  esf-l4r-bad-config-pkts:
                    type: number
                    example: 0
                  esf-l4r-trans-sess-limit-octets:
                    type: number
                    example: 0
                  esf-l4r-trans-sess-limit-pkts:
                    type: number
                    example: 0
                  esf-l4r-trans-unavail-octets:
                    type: number
                    example: 0
                  esf-l4r-trans-unavail-pkts:
                    type: number
                    example: 0
                  esf-pbhk-bad-config-octets:
                    type: number
                    example: 0
                  esf-pbhk-bad-config-pkts:
                    type: number
                    example: 0
                  esf-pbhk-port-notfound-octets:
                    type: number
                    example: 0
                  esf-pbhk-port-notfound-pkts:
                    type: number
                    example: 0
                  esf-pbhk-port-removed-octets:
                    type: number
                    example: 0
                  esf-pbhk-port-removed-pkts:
                    type: number
                    example: 0
                  esf-pbhk-port-unavail-octets:
                    type: number
                    example: 0
                  esf-pbhk-port-unavail-pkts:
                    type: number
                    example: 0
                  esf-pbhk-unalloc-octets:
                    type: number
                    example: 0
                  esf-pbhk-unalloc-pkts:
                    type: number
                    example: 0
                  esf-tc-drop-octets:
                    type: number
                    example: 0
                  esf-tc-drop-pkts:
                    type: number
                    example: 0
                  ess-bad-sess-uidb-octets:
                    type: number
                    example: 0
                  ess-bad-sess-uidb-pkts:
                    type: number
                    example: 0
                  ess-cac-octets:
                    type: number
                    example: 0
                  ess-cac-pkts:
                    type: number
                    example: 0
                  ess-inject-bad-hdr-octets:
                    type: number
               

# --- truncated at 32 KB (119 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cisco-catalyst-sdwan/refs/heads/main/openapi/cisco-catalyst-sdwan-real-time-monitoring-qfp-api-openapi.yml