Cisco Catalyst SD-WAN Monitoring - Interface Statistics API

The Monitoring - Interface Statistics API from Cisco Catalyst SD-WAN — 10 operation(s) for monitoring - interface statistics.

Business capability
Network Performance Management BC-2600.30

Operations 14

GET /statistics/interface #
POST /statistics/interface #
GET /statistics/interface/aggregation #
POST /statistics/interface/aggregation #
POST /statistics/interface/app-agg/aggregation #
GET /statistics/interface/ccapacity/distribution #
GET /statistics/interface/csv #
GET /statistics/interface/doccount #
POST /statistics/interface/doccount #
GET /statistics/interface/fields #
GET /statistics/interface/page #
POST /statistics/interface/page #
GET /statistics/interface/query/fields #
GET /statistics/interface/type #

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-interface-statistics-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-interface-statistics-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Monitoring and Troubleshooting Monitoring - Interface Statistics 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 - Interface Statistics
paths:
  /statistics/interface:
    get:
      tags:
      - Monitoring - Interface Statistics
      description: Get stats raw data
      operationId: getStatDataRawData_MonitoringInterfaceStatistics_2103
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '24'
              field: entry_time
              type: date
              operator: last_n_hours
            - value:
              - 20.0.1.20
              field: vdevice_name
              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: object
                properties:
                  query:
                    type: object
                    properties:
                      condition:
                        type: string
                        example: AND
                      rules:
                        type: object
                        properties:
                          field:
                            type: string
                          operator:
                            type: string
                          type:
                            type: string
                          value:
                            type: array
                            items:
                              type: string
                        $$ref: '#/components/schemas/RuleTypes'
                    $$ref: '#/components/schemas/QueryWithRule'
                $$ref: '#/components/schemas/InterfaceQuery'
              examples:
                Search result:
                  description: Search result
                  value:
                    data:
                    - remote_color: lte
                      fec_re: 0
                      vqoe_score: 10
                      device_model: vedge-cloud
                      latency: 1
                      tx_octets: 0
                      dst_ip: 10.0.106.1
                      local_color: lte
                      src_ip: 10.1.15.15
                      sla_class_names: test_sla_class
                      loss: 0
                      total: 600
                      tx_pkts: 0
                      fec_tx: 0
                      rx_octets: 0
                      statcycletime: 1589075400052
                      state: Up
                      local_system_ip: 172.16.255.15
                      tenant: default
                      entry_time: 1589073783045
                      loss_percentage: 0
                      rx_pkts: 0
                      vmanage_system_ip: 172.16.255.15
                      fec_rx: 0
                      src_port: 12366
                      jitter: 1
                      remote_system_ip: 172.16.255.16
                      vdevice_name: 172.16.255.15
                      proto: IPSEC
                      vip_idx: 351
                      dst_port: 12386
                      name: 172.16.255.15:lte-172.16.255.16:lte
                      sla_class_list: 0,1
                      tunnel_color: lte:lte
                      host_name: vm5
                      id: IuBG_HEB_JLsavezVkiZ
                    pageInfo:
                      startTime: '1589073783045'
                      endTime: '1589072535795'
                      count: 15
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    post:
      tags:
      - Monitoring - Interface Statistics
      description: Get stats raw data
      operationId: getStatsRawData_MonitoringInterfaceStatistics_2104
      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: Query filter
        content:
          application/json:
            schema:
              type: object
            examples:
              Query filter:
                description: Query filter
                value:
                  query:
                    condition: AND
                    rules:
                    - value:
                      - '24'
                      field: entry_time
                      type: date
                      operator: last_n_hours
                    - value:
                      - 172.16.55.16
                      field: vdevice_name
                      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
                          dst_ip:
                            type: string
                          dst_port:
                            type: integer
                            format: int32
                          entry_time:
                            type: string
                          fec_re:
                            type: integer
                            format: int32
                          fec_rx:
                            type: integer
                            format: int64
                          fec_tx:
                            type: integer
                            format: int64
                          host_name:
                            type: string
                          id:
                            type: string
                          jitter:
                            type: integer
                            format: int32
                          latency:
                            type: number
                          local_color:
                            type: string
                          local_system_ip:
                            type: string
                          loss:
                            type: integer
                            format: int32
                          loss_percentage:
                            type: integer
                            format: int32
                          name:
                            type: string
                          proto:
                            type: string
                          remote_color:
                            type: string
                          remote_system_ip:
                            type: string
                          rx_octets:
                            type: integer
                            format: int64
                          rx_pkts:
                            type: integer
                            format: int64
                          sla_class_list:
                            type: string
                          sla_class_names:
                            type: string
                          src_ip:
                            type: string
                          src_port:
                            type: integer
                            format: int32
                          statcycletime:
                            type: string
                          state:
                            type: string
                          tenant:
                            type: string
                          total:
                            type: integer
                            format: int32
                          tunnel_color:
                            type: string
                          tx_octets:
                            type: number
                          tx_pkts:
                            type: integer
                            format: int64
                          vdevice_name:
                            type: string
                          vip_idx:
                            type: integer
                            format: int32
                          vmanage_system_ip:
                            type: string
                          vqoe_score:
                            type: integer
                            format: int32
                        description: interface specific response
                        $$ref: '#/components/schemas/InterfaceResp'
                    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: interface response with page info
                  $$ref: '#/components/schemas/InterfaceRespWithPageInfo'
              examples:
                QueryFields:
                  description: QueryFields
                  value:
                    data:
                    - remote_color: lte
                      fec_re: 0
                      vqoe_score: 10
                      device_model: vedge-cloud
                      latency: 1
                      tx_octets: 0
                      dst_ip: 10.0.106.1
                      local_color: lte
                      src_ip: 10.1.15.15
                      sla_class_names: test_sla_class
                      loss: 0
                      total: 600
                      tx_pkts: 0
                      fec_tx: 0
                      rx_octets: 0
                      statcycletime: 1589075400052
                      state: Up
                      local_system_ip: 172.16.255.15
                      tenant: default
                      entry_time: 1589073783045
                      loss_percentage: 0
                      rx_pkts: 0
                      vmanage_system_ip: 172.16.255.15
                      fec_rx: 0
                      src_port: 12366
                      jitter: 1
                      remote_system_ip: 172.16.255.16
                      vdevice_name: 172.16.255.15
                      proto: IPSEC
                      vip_idx: 351
                      dst_port: 12386
                      name: 172.16.255.15:lte-172.16.255.16:lte
                      sla_class_list: 0,1
                      tunnel_color: lte:lte
                      host_name: vm5
                      id: IuBG_HEB_JLsavezVkiZ
                    pageInfo:
                      startTime: '1589073783045'
                      endTime: '1589072535795'
                      count: 15
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/interface/aggregation:
    get:
      tags:
      - Monitoring - Interface Statistics
      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: getAggregationDataByQuery_MonitoringInterfaceStatistics_3303
      parameters:
      - name: query
        in: query
        required: true
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '24000'
              field: entry_time
              type: date
              operator: last_n_hours
            - value:
              - 172.16.255.16
              field: vdevice_name
              type: string
              operator: in
            - value:
              - ge0/1
              - system
              - vmanage_system
              - eth0
              - loopback65528
              - ge0/0
              field: interface
              type: string
              operator: in
          sort:
          - field: entry_time
            type: date
            order: asc
          aggregation:
            field:
            - property: interface
              sequence: 1
            histogram:
              property: entry_time
              type: minute
              interval: 30
              order: asc
            metrics:
            - property: rx_kbps
              type: avg
            - property: tx_kbps
              type: avg
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    data:
                      type: array
                      items:
                        type: object
                        properties:
                          count:
                            type: integer
                            format: int32
                          entry_time:
                            type: string
                          interface:
                            type: string
                          rx_kbps:
                            type: number
                          tx_kbps:
                            type: number
                          vdevice_name:
                            type: string
                        $$ref: '#/components/schemas/InterfaceAggResp'
                    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: interface aggregation response with page info
                  $$ref: '#/components/schemas/InterfaceAggRespWithPageInfo'
              examples:
                Aggregated Data:
                  description: Aggregated Data
                  value:
                  - entry_time: 1673766000000
                    count: 1
                    interface: eth0
                    tx_kbps: 0
                    rx_kbps: 1
                  - entry_time: 1673766000000
                    count: 1
                    interface: ge0/0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673766000000
                    count: 1
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673766000000
                    count: 1
                    interface: loopback65528
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: eth0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: ge0/0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: loopback65528
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673769600000
                    count: 6
                    interface: eth0
                    tx_kbps: 1.8333333333333333
                    rx_kbps: 0.8333333333333334
                  - entry_time: 1673769600000
                    count: 6
                    interface: ge0/0
                    tx_kbps: 0.3333333333333333
                    rx_kbps: 2.8333333333333335
                  - entry_time: 1673769600000
                    count: 6
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673769600000
                    count: 6
                    interface: loopback65528
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673769600000
                    count: 2
                    interface: system
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673771400000
                    count: 6
                    interface: eth0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673771400000
                    count: 6
                    interface: ge0/0
                    tx_kbps: 5
                    rx_kbps: 48.833333333333336
                  - entry_time: 1673771400000
                    count: 6
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    post:
      tags:
      - Monitoring - Interface Statistics
      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_MonitoringInterfaceStatistics_3304
      requestBody:
        description: Query filter
        content:
          application/json:
            schema:
              type: object
            examples:
              Query filter:
                description: Query filter
                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/1
                      - ge0/2
                      - ge0/4
                      - ge0/7
                      - loopback1
                      - loopback2
                      field: interface
                      type: string
                      operator: in
                  sort:
                  - field: entry_time
                    type: date
                    order: asc
                  aggregation:
                    field:
                    - property: interface
                      sequence: 1
                    histogram:
                      property: entry_time
                      type: hour
                      interval: 6
                      order: asc
                    metrics:
                    - property: rx_kbps
                      type: avg
                    - property: tx_kbps
                      type: avg
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    count:
                      type: integer
                      format: int32
                    entry_time:
                      type: string
                    interface:
                      type: string
                    rx_kbps:
                      type: number
                    tx_kbps:
                      type: number
                    vdevice_name:
                      type: string
                  $$ref: '#/components/schemas/InterfaceAggResp'
              examples:
                Aggregated Data:
                  description: Aggregated Data
                  value:
                  - entry_time: 1673766000000
                    count: 1
                    interface: eth0
                    tx_kbps: 0
                    rx_kbps: 1
                  - entry_time: 1673766000000
                    count: 1
                    interface: ge0/0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673766000000
                    count: 1
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673766000000
                    count: 1
                    interface: loopback65528
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: eth0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: ge0/0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673767800000
                    count: 6
                    interface: loopback65528
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673769600000
                    count: 6
                    interface: eth0
                    tx_kbps: 1.8333333333333333
                    rx_kbps: 0.8333333333333334
                  - entry_time: 1673769600000
                    count: 6
                    interface: ge0/0
                    tx_kbps: 0.3333333333333333
                    rx_kbps: 2.8333333333333335
                  - entry_time: 1673769600000
                    count: 6
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673769600000
                    count: 6
                    interface: loopback65528
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673769600000
                    count: 2
                    interface: system
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673771400000
                    count: 6
                    interface: eth0
                    tx_kbps: 0
                    rx_kbps: 0
                  - entry_time: 1673771400000
                    count: 6
                    interface: ge0/0
                    tx_kbps: 5
                    rx_kbps: 48.833333333333336
                  - entry_time: 1673771400000
                    count: 6
                    interface: ge0/1
                    tx_kbps: 0
                    rx_kbps: 0
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/interface/app-agg/aggregation:
    post:
      tags:
      - Monitoring - Interface Statistics
      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_MonitoringInterfaceStatistics_4104
      requestBody:
        description: Query filter
        content:
          application/json:
            schema:
              type: object
            examples:
              Query filter:
                description: Query filter
                value:
                  query:
                    condition: AND
                    rules:
                    - value:
                      - '2400'
                      field: entry_time
                      type: date
                      operator: last_n_hours
                    - value:
                      - 172.16.255.16
                      field: vdevice_name
                      type: string
                      operator: in
                    - value:
                      - ge0/1
                      - system
                      - vmanage_system
                      - eth0
                      - loopback65528
                      - ge0/0
                      field: interface
                      type: string
                      operator: in
                  sort:
                  - field: entry_time
                    type: date
                    order: asc
                  aggregation:
                    field:
                    - property: interface
                      sequence: 1
                    histogram:
                      property: entry_time
                      type: minute
                      interval: 30
                      order: asc
                    metrics:
                    - property: rx_kbps
                      type: avg
                    - property: tx_kbps
                      type: avg
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                  properties:
                    count:
                      type: integer
                      format: int32
                    entry_time:
                      type: string
                    interface:
                      type: string
                    rx_kbps:
                      type: number
                    tx_kbps:
                      type: number
                    vdevice_name:
                      type: string
                  $$ref: '#/components/schemas/InterfaceAggResp'
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/interface/ccapacity/distribution:
    get:
      tags:
      - Monitoring - Interface Statistics
      description: Get bandwidth distribution
      operationId: getBandwidthDistribution
      parameters:
      - name: site-id
        in: query
        schema:
          pattern: ^[0-9]+$
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        avg_down_capacity_percentage:
                          type: number
                        avg_up_capacity_percentage:
                          type: number
                        bw_down:
                          type: integer
                          format: int64
                        bw_up:
                          type: number
                        count:
                          type: integer
                          format: int64
                        interface:
                          type: string
                        max_down_capacity_percentage:
                          type: number
                        max_up_capacity_percentage:
                          type: number
                        min_down_capacity_percentage:
                          type: number
                        min_up_capacity_percentage:
                          type: integer
                          format: int32
                        range:
                          type: string
                        vdevice_name:
                          type: string
                      $$ref: '#/components/schemas/CapacityRespData'
                  distribution:
                    type: object
                    properties:
                      '100':
                        type: integer
                        format: int64
                      0-25:
                        type: integer
                        format: int64
                      25-50:
                        type: integer
                        format: int64
                      50-75:
                        type: integer
                        format: int64
                      75-100:
                        type: integer
                        format: int64
                      uncategorized:
                        type: integer
                        format: int64
                    $$ref: '#/components/schemas/CapDistribution'
                $$ref: '#/components/schemas/CapacityResp'
              examples:
                Bandwidth Distribution:
                  description: Bandwidth Distribution
                  value:
                    query:
                      condition: AND
                      rules:
                      - value:
                        - '24'
                        field: entry_time
                        type: date
                        operator: last_n_hours
                      - value:
                        - 1.1.60.7
                        field: vdevice_name
                        type: string
                        operator: in
                    aggregation:
                      field:
                      - property: family
                        size: 200
                        sequence: 1
                      metrics:
                      - property: octets
                        type: sum
                        order: desc
        '400':
          description

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