Cisco Catalyst SD-WAN Monitoring - QoS API

The Monitoring - QoS API from Cisco Catalyst SD-WAN — 9 operation(s) for monitoring - qos.

Business capability
Network Performance Management BC-2600.30

Operations 13

GET /statistics/qos #
POST /statistics/qos #
POST /statistics/qos/aggregation #
GET /statistics/qos/aggregation #
POST /statistics/qos/app-agg/aggregation #
GET /statistics/qos/csv #
GET /statistics/qos/doccount #
POST /statistics/qos/doccount #
GET /statistics/qos/fields #
GET /statistics/qos/page #
POST /statistics/qos/page #
GET /statistics/qos/query/fields #
GET /statistics/qos/session/summary #

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-monitoring-qos-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-monitoring-qos-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Monitoring and Troubleshooting Monitoring - QoS 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: Monitoring - QoS
paths:
  /statistics/qos:
    get:
      tags:
      - Monitoring - QoS
      description: Get stats raw data
      operationId: getStatDataRawData_MonitoringQos_1503
      parameters:
      - name: query
        in: query
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '12'
              field: entry_time
              type: date
              operator: last_n_hours
            - value:
              - 172.16.255.11
              field: vdevice_name
              type: string
              operator: in
            - value:
              - ge0/0
              field: interface
              type: string
              operator: in
      - name: page
        in: query
        schema:
          minimum: 1
          type: integer
          format: int32
      - name: pageSize
        in: query
        schema:
          minimum: 1
          type: integer
          format: int32
      - name: sortBy
        in: query
        schema:
          pattern: ^[a-zA-Z-_]+$
          type: string
      - name: sortOrder
        in: query
        schema:
          type: string
          enum:
          - asc
          - ASC
          - Asc
          - desc
          - DESC
          - Desc
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    data:
                      type: array
                      items:
                        type: object
                        properties:
                          device_model:
                            type: string
                          drop_in_bytes:
                            type: number
                          drop_in_kbps:
                            type: integer
                            format: int32
                          drop_in_pkts:
                            type: integer
                            format: int32
                          drop_in_pps:
                            type: integer
                            format: int64
                          entry_time:
                            type: string
                          host_name:
                            type: string
                          id:
                            type: string
                          interface:
                            type: string
                          queue_name:
                            type: string
                          queued_bytes:
                            type: number
                          queued_bytes_in_kbps:
                            type: number
                          queued_pkts:
                            type: number
                          red_drop_bytes:
                            type: number
                          red_drop_pkts:
                            type: number
                          statcycletime:
                            type: string
                          tail_drop_bytes:
                            type: integer
                            format: int64
                          tail_drop_pkts:
                            type: integer
                            format: int64
                          tenant:
                            type: string
                          time_interval:
                            type: integer
                            format: int32
                          tx_bytes:
                            type: number
                          tx_bytes_in_kbps:
                            type: integer
                            format: int64
                          tx_bytes_in_pps:
                            type: integer
                            format: int64
                          tx_pkts:
                            type: number
                          vdevice_name:
                            type: string
                          vip_idx:
                            type: string
                          vip_time:
                            type: string
                          vmanage_system_ip:
                            type: string
                        description: QOS specific response
                        $$ref: '#/components/schemas/QoSResp'
                    pageInfo:
                      type: object
                      properties:
                        count:
                          type: integer
                          description: number of alarms to be fetched
                          format: int64
                        endTime:
                          type: integer
                          description: end time of alarms to be fetched
                          format: int64
                        startTime:
                          type: integer
                          description: start time of alarms to be fetched
                          format: int64
                      $$ref: '#/components/schemas/PageInfo'
                  description: QoS response with page info
                  $$ref: '#/components/schemas/QoSRespWithPageInfo'
              example:
                data:
                - drop_in_kbps: 0
                  device_model: vedge-cloud
                  interface: ge0/0
                  time_interval: 300
                  queued_pkts: 0
                  tx_pkts: 0
                  statcycletime: 1676971800123
                  drop_in_bytes: 0
                  tx_bytes: 0
                  tenant: default
                  entry_time: 1676971204628
                  drop_in_pkts: 0
                  vip_time: 1676971204628
                  tail_drop_bytes: 0
                  tx_bytes_in_pps: 0
                  vmanage_system_ip: 172.16.255.11
                  queued_bytes: 0
                  queue_name: Queue4
                  red_drop_bytes: 0
                  queued_bytes_in_kbps: 0
                  red_drop_pkts: 0
                  vdevice_name: 172.16.255.11
                  vip_idx: 1448708
                  drop_in_pps: 0
                  tail_drop_pkts: 0
                  tx_bytes_in_kbps: 0
                  host_name: vm1
                  id: z7ROc4YB8aNY7Lff9mZW
                pageInfo:
                  startTime: '1589073783045'
                  endTime: '1589072535795'
                  count: 15
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    post:
      tags:
      - Monitoring - QoS
      description: Get stats raw data
      operationId: getStatsRawData12
      parameters:
      - name: page
        in: query
        schema:
          minimum: 1
          type: integer
          format: int32
      - name: pageSize
        in: query
        schema:
          minimum: 1
          type: integer
          format: int32
      - name: sortBy
        in: query
        schema:
          pattern: ^[a-zA-Z-_]+$
          type: string
      - name: sortOrder
        in: query
        schema:
          type: string
          enum:
          - asc
          - ASC
          - Asc
          - desc
          - DESC
          - Desc
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              Stats query string:
                description: Stats query string
                value:
                  query:
                    condition: AND
                    rules:
                    - value:
                      - '12'
                      field: entry_time
                      type: date
                      operator: last_n_hours
                    - value:
                      - 172.16.255.11
                      field: vdevice_name
                      type: string
                      operator: in
                    - value:
                      - ge0/0
                      field: interface
                      type: string
                      operator: in
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    data:
                      type: array
                      items:
                        type: object
                        properties:
                          device_model:
                            type: string
                          drop_in_bytes:
                            type: number
                          drop_in_kbps:
                            type: integer
                            format: int32
                          drop_in_pkts:
                            type: integer
                            format: int32
                          drop_in_pps:
                            type: integer
                            format: int64
                          entry_time:
                            type: string
                          host_name:
                            type: string
                          id:
                            type: string
                          interface:
                            type: string
                          queue_name:
                            type: string
                          queued_bytes:
                            type: number
                          queued_bytes_in_kbps:
                            type: number
                          queued_pkts:
                            type: number
                          red_drop_bytes:
                            type: number
                          red_drop_pkts:
                            type: number
                          statcycletime:
                            type: string
                          tail_drop_bytes:
                            type: integer
                            format: int64
                          tail_drop_pkts:
                            type: integer
                            format: int64
                          tenant:
                            type: string
                          time_interval:
                            type: integer
                            format: int32
                          tx_bytes:
                            type: number
                          tx_bytes_in_kbps:
                            type: integer
                            format: int64
                          tx_bytes_in_pps:
                            type: integer
                            format: int64
                          tx_pkts:
                            type: number
                          vdevice_name:
                            type: string
                          vip_idx:
                            type: string
                          vip_time:
                            type: string
                          vmanage_system_ip:
                            type: string
                        description: QOS specific response
                        $$ref: '#/components/schemas/QoSResp'
                    pageInfo:
                      type: object
                      properties:
                        count:
                          type: integer
                          description: number of alarms to be fetched
                          format: int64
                        endTime:
                          type: integer
                          description: end time of alarms to be fetched
                          format: int64
                        startTime:
                          type: integer
                          description: start time of alarms to be fetched
                          format: int64
                      $$ref: '#/components/schemas/PageInfo'
                  description: QoS response with page info
                  $$ref: '#/components/schemas/QoSRespWithPageInfo'
              example:
                data:
                - drop_in_kbps: 0
                  device_model: vedge-cloud
                  interface: ge0/0
                  time_interval: 300
                  queued_pkts: 0
                  tx_pkts: 0
                  statcycletime: 1676971800123
                  drop_in_bytes: 0
                  tx_bytes: 0
                  tenant: default
                  entry_time: 1676971204628
                  drop_in_pkts: 0
                  vip_time: 1676971204628
                  tail_drop_bytes: 0
                  tx_bytes_in_pps: 0
                  vmanage_system_ip: 172.16.255.11
                  queued_bytes: 0
                  queue_name: Queue4
                  red_drop_bytes: 0
                  queued_bytes_in_kbps: 0
                  red_drop_pkts: 0
                  vdevice_name: 172.16.255.11
                  vip_idx: 1448708
                  drop_in_pps: 0
                  tail_drop_pkts: 0
                  tx_bytes_in_kbps: 0
                  host_name: vm1
                  id: z7ROc4YB8aNY7Lff9mZW
                pageInfo:
                  startTime: '1589073783045'
                  endTime: '1589072535795'
                  count: 15
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/qos/aggregation:
    post:
      tags:
      - Monitoring - QoS
      description: Get aggregated data based on input query and filters. The data can be filtered on time and other unique parameters based upon necessity and intended usage
      operationId: getPostAggregationDataByQuery_MonitoringQos_2704
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              Stats query string:
                description: Stats query string
                value:
                  query:
                    condition: AND
                    rules:
                    - value:
                      - '168'
                      field: entry_time
                      type: date
                      operator: last_n_hours
                    - value:
                      - 172.16.255.11
                      field: vdevice_name
                      type: string
                      operator: in
                    - value:
                      - ge0/0
                      field: interface
                      type: string
                      operator: in
                  aggregation:
                    field:
                    - property: queue_name
                      sequence: 1
                      size: 20
                    histogram:
                      property: entry_time
                      type: hour
                      interval: 6
                      order: asc
                    metrics:
                    - property: tx_bytes_in_kbps
                      type: avg
                      order: desc
                    - property: drop_in_kbps
                      type: avg
                  sort:
                  - field: entry_time
                    type: date
                    order: asc
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    count:
                      type: integer
                      format: int32
                      example: 5
                    entry_time:
                      type: string
                      example: '1674813600000'
                    jitter:
                      type: integer
                      format: int32
                      example: 0
                    latency:
                      type: integer
                      format: int32
                      example: 0
                    local_color:
                      type: string
                      example: 3g
                    loss_percentage:
                      type: integer
                      format: int32
                      example: 0
                  $$ref: '#/components/schemas/QoSAggResp'
              example: "[\n {\n     \"entry_time\": 1678924800000,\n     \"count\": 72,\n     \"queue_name\": \"Queue4\",\n     \"drop_in_kbps\": 0,\n     \"tx_bytes_in_kbps\": 0\n   },\n   {\n     \"entry_time\": 1678924800000,\n     \"count\": 72,\n     \"queue_name\": \"Queue5\",\n     \"drop_in_kbps\": 0,\n     \"tx_bytes_in_kbps\": 0\n   },\n   {\n     \"entry_time\": 1678924800000,\n     \"count\": 72,\n     \"queue_name\": \"Queue6\",\n     \"drop_in_kbps\": 0,\n     \"tx_bytes_in_kbps\": 0\n   }"
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    get:
      tags:
      - Monitoring - QoS
      description: Monitoring - QoS
      operationId: getAggregationDataByQuery_MonitoringQos_2703
      parameters:
      - name: query
        in: query
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '168'
              field: entry_time
              type: date
              operator: last_n_hours
            - value:
              - 172.16.255.11
              field: vdevice_name
              type: string
              operator: in
            - value:
              - ge0/0
              field: interface
              type: string
              operator: in
          aggregation:
            field:
            - property: queue_name
              sequence: 1
              size: 20
            histogram:
              property: entry_time
              type: hour
              interval: 6
              order: asc
            metrics:
            - property: tx_bytes_in_kbps
              type: avg
              order: desc
            - property: drop_in_kbps
              type: avg
          sort:
          - field: entry_time
            type: date
            order: asc
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    count:
                      type: integer
                      format: int32
                      example: 5
                    entry_time:
                      type: string
                      example: '1674813600000'
                    jitter:
                      type: integer
                      format: int32
                      example: 0
                    latency:
                      type: integer
                      format: int32
                      example: 0
                    local_color:
                      type: string
                      example: 3g
                    loss_percentage:
                      type: integer
                      format: int32
                      example: 0
                  $$ref: '#/components/schemas/QoSAggResp'
              example:
              - entry_time: 1678924800000
                count: 72
                queue_name: Queue4
                drop_in_kbps: 0
                tx_bytes_in_kbps: 0
              - entry_time: 1678924800000
                count: 72
                queue_name: Queue5
                drop_in_kbps: 0
                tx_bytes_in_kbps: 0
              - entry_time: 1678924800000
                count: 72
                queue_name: Queue6
                drop_in_kbps: 0
                tx_bytes_in_kbps: 0
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/qos/app-agg/aggregation:
    post:
      tags:
      - Monitoring - QoS
      description: Get aggregated data based on input query and filters. The data can be filtered on time and other unique parameters based upon necessity and intended usage
      operationId: getPostAggregationAppDataByQuery_MonitoringQos_3504
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              Stats query string:
                description: Stats query string
                value:
                  query:
                    condition: AND
                    rules:
                    - value:
                      - '24'
                      field: entry_time
                      type: date
                      operator: last_n_hours
                    - value:
                      - 172.16.255.16
                      field: vdevice_name
                      type: string
                      operator: in
                    - value:
                      - ge0/0
                      field: interface
                      type: number
                      operator: in
                  aggregation:
                    field:
                    - property: queue_name
                      sequence: 1
                      size: 20
                    histogram:
                      property: entry_time
                      type: hour
                      interval: 6
                      order: asc
                    metrics:
                    - property: tx_bytes_in_kbps
                      type: avg
                      order: desc
                    - property: drop_in_kbps
                      type: avg
                    - property: jitter
                      type: avg
                    sort:
                    - property: entry_time
                      type: date
                      order: desc
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    count:
                      type: integer
                      format: int32
                      example: 5
                    entry_time:
                      type: string
                      example: '1674813600000'
                    jitter:
                      type: integer
                      format: int32
                      example: 0
                    latency:
                      type: integer
                      format: int32
                      example: 0
                    local_color:
                      type: string
                      example: 3g
                    loss_percentage:
                      type: integer
                      format: int32
                      example: 0
                  $$ref: '#/components/schemas/QoSAggResp'
              example:
              - entry_time: 1678881600000
                count: 72
                queue_name: Queue1
                drop_in_kbps: 0
                jitter: 0
                tx_bytes_in_kbps: 0
              - entry_time: 1678881600000
                count: 72
                queue_name: Queue2
                drop_in_kbps: 0
                jitter: 0
                tx_bytes_in_kbps: 0
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/qos/csv:
    get:
      tags:
      - Monitoring - QoS
      description: Get raw data with optional query as CSV
      operationId: getStatDataRawDataAsCSV12
      parameters:
      - name: query
        in: query
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '12'
              field: entry_time
              type: date
              operator: last_n_hours
            - value:
              - 172.16.255.11
              field: vdevice_name
              type: string
              operator: in
            - value:
              - ge0/0
              field: interface
              type: string
              operator: in
      responses:
        '200':
          description: Success
          content:
            text/csv:
              schema:
                type: string
              example: blob:https://<vmanageIP>/82c972bc-f9b3-4cce-bb70-1e1b033ef1cd
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/qos/doccount:
    get:
      tags:
      - Monitoring - QoS
      description: Get response count of a query
      operationId: getCount13
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '12'
              field: entry_time
              type: date
              operator: last_n_hours
            - value:
              - 172.16.255.11
              field: vdevice_name
              type: string
              operator: in
            - value:
              - ge0/0
              field: interface
              type: string
              operator: in
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              example:
                count: 17193
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    post:
      tags:
      - Monitoring - QoS
      description: Get response count of a query
      operationId: getCountPost13
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              Stats query string:
                description: Stats query string
                value:
                  query:
                    condition: AND
                    rules:
                    - value:
                      - '12'
                      field: entry_time
                      type: date
                      operator: last_n_hours
                    - value:
                      - 172.16.255.11
                      field: vdevice_name
                      type: string
                      operator: in
                    - value:
                      - ge0/0
                      field: interface
                      type: string
                      operator: in
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              example:
                count: 17193
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/qos/fields:
    get:
      tags:
      - Monitoring - QoS
      description: Get fields and type
      operationId: getStatDataFields13
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              example:
              - dataType: string
                property: mac
              - dataType: string
                property: vap
              - dataType: number
                property: rssi
              - dataType: string
                property: mode
              - dataType: number
                property: bandwidth
              - dataType: string
                property: data_security
              - dataType: number
                property: rx_rate
              - dataType: string
                property: assoc_time
              - dataType: date
                property: entry_time
              - dataType: date
                property: statcycletime
              - dataType: string
                property: ssid
              - dataType: number
                property: vip_idx
              - dataType: date
                property: vip_time
              - dataType: string
                property: vdevice_name
              - dataType: string
                property: host_name
              - dataType: string
                property: device_model
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/qos/page:
    get:
      tags:
      - Monitoring - QoS
      description: Get stats raw data
      operationId: getStatBulkRawData_MonitoringQos_2003
      parameters:
      - name: query
        in: query
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '12'
              field: entry_time
              type: date
              operator: last_n_hours
            - value:
              - 172.16.255.11
              field: vdevice_name
              type: string
              operator: in
            - value:
              - ge0/0
              field: interface
              type: string
              operator: in
      - name: scrollId
        in: query
        schema:
          type: string
      - name: count
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        device_model:
                          type: string
                        drop_in_bytes:
                          type: number
                        drop_in_kbps:
                          type: integer
                          format: int32
                        drop_in_pkts:
                          type: integer
                          format: int32
                        drop_in_pps:
                          type: integer
                          format: int64
                        entry_time:
                          type: string
                        host_name:
                          type: string
                        id:
                          type: string
                        interface:
                          type: string
                        queue_name:
                          type: string
                        queued_bytes:
                          type: number
                        queued_bytes_in_kbps:
                          type: number
                   

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