Cisco Catalyst SD-WAN Monitoring - Cellular-EIOLTE API

The Monitoring - Cellular-EIOLTE API from Cisco Catalyst SD-WAN — 9 operation(s) for monitoring - cellular-eiolte.

Business capability
Network Performance Management BC-2600.30

Operations 13

GET /statistics/eiolte #
POST /statistics/eiolte #
GET /statistics/eiolte/aggregation #
POST /statistics/eiolte/aggregation #
POST /statistics/eiolte/cellularAggregation #
GET /statistics/eiolte/csv #
GET /statistics/eiolte/doccount #
POST /statistics/eiolte/doccount #
GET /statistics/eiolte/fields #
GET /statistics/eiolte/page #
POST /statistics/eiolte/page #
GET /statistics/eiolte/query/fields #
POST /statistics/eiolte/uniqueAggregation #

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-cellular-eiolte-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-cellular-eiolte-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Monitoring and Troubleshooting Monitoring - Cellular-EIOLTE 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 - Cellular-EIOLTE
paths:
  /statistics/eiolte:
    get:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get stats raw data
      operationId: getStatDataRawData_MonitoringCellularEiolte_1803
      parameters:
      - name: query
        in: query
        description: Query string
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '24'
              field: entry_time
              type: date
              operator: last_n_hours
          aggregation:
            metrics:
            - property: latency
              type: avg
      - name: page
        in: query
        description: page number
        schema:
          minimum: 1
          type: integer
          format: int64
      - name: pageSize
        in: query
        description: page size
        schema:
          minimum: 1
          type: integer
          format: int64
      - name: sortBy
        in: query
        description: sort by(emp:entry_time)
        schema:
          pattern: ^[a-zA-Z-_]+$
          type: string
      - name: sortOrder
        in: query
        description: sort order(emp:asc、ASC、Asc、desc、Desc、DESC)
        schema:
          type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                Search result:
                  description: Search result
                  value:
                    data:
                    - remote_color: 3g
                      fec_re: 0
                      vqoe_score: 10
                      device_model: vedge-cloud
                      latency: 1
                      tx_octets: 0
                      dst_ip: 10.0.101.2
                      local_color: lte
                      src_ip: 10.1.14.14
                      sla_class_names: None
                      loss: 0
                      total: 600
                      tx_pkts: 0
                      fec_tx: 0
                      rx_octets: 0
                      statcycletime: 1589075400056
                      state: Up
                      local_system_ip: 172.16.255.14
                      tenant: default
                      entry_time: 1589073792008
                      loss_percentage: 0
                      rx_pkts: 0
                      vmanage_system_ip: 172.16.255.14
                      fec_rx: 0
                      src_port: 12380
                      jitter: 1
                      remote_system_ip: 172.16.255.11
                      vdevice_name: 172.16.255.14
                      proto: IPSEC
                      vip_idx: 190
                      dst_port: 12366
                      name: 172.16.255.14:lte-172.16.255.11:3g
                      sla_class_list: '0'
                      tunnel_color: 3g:lte
                      host_name: vm4
                      id: 4OBG_HEB_JLsavezVUfr
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: default
    post:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get stats raw data
      operationId: getStatsRawData_MonitoringCellularEiolte_1804
      parameters:
      - name: page
        in: query
        description: page number
        schema:
          minimum: 1
          type: integer
          format: int64
      - name: pageSize
        in: query
        description: page size
        schema:
          minimum: 1
          type: integer
          format: int64
      - name: sortBy
        in: query
        description: sort by
        schema:
          pattern: ^[a-zA-Z-_]+$
          type: string
      - name: sortOrder
        in: query
        description: sort order
        schema:
          type: string
      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
                  aggregation:
                    field:
                    - property: name
                      sequence: 1
                    - property: proto
                      sequence: 2
                    histogram:
                      property: entry_time
                      type: minute
                      interval: 30
                      order: asc
                    metrics:
                    - property: latency
                      type: avg
                    - property: loss
                      type: avg
                    - property: loss_percentage
                      type: avg
                    - property: vqoe_score
                      type: avg
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              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
      x-roles-required: default
  /statistics/eiolte/aggregation:
    get:
      tags:
      - Monitoring - Cellular-EIOLTE
      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_MonitoringCellularEiolte_3003
      parameters:
      - name: query
        in: query
        description: Query filter
        schema:
          type: string
        examples:
          query string: {}
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                query string: {}
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: default
    post:
      tags:
      - Monitoring - Cellular-EIOLTE
      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_MonitoringCellularEiolte_3004
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
            examples:
              query string: {}
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                query string: {}
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: default,dca
  /statistics/eiolte/cellularAggregation:
    post:
      tags:
      - Monitoring - Cellular-EIOLTE
      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: cellularAggregation
      requestBody:
        description: Stats query string
        content:
          application/json:
            schema:
              type: object
              properties:
                aggregation:
                  type: object
                  properties:
                    field:
                      type: array
                      items:
                        required:
                        - property
                        - size
                        type: object
                        properties:
                          order:
                            type: string
                            enum:
                            - asc
                            - desc
                          orderType:
                            type: string
                            writeOnly: true
                            enum:
                            - key
                            - count
                          property:
                            type: object
                          sequence:
                            type: integer
                            format: int32
                          size:
                            type: integer
                            format: int32
                          type:
                            type: string
                        $$ref: '#/components/schemas/DBQueryAggregationFieldObject'
                    histogram:
                      required:
                      - order
                      - property
                      - type
                      type: object
                      properties:
                        interval:
                          type: integer
                          format: int32
                        mindoccount:
                          type: integer
                          format: int64
                        order:
                          type: string
                          enum:
                          - asc
                          - desc
                        property:
                          type: object
                        type:
                          type: string
                          enum:
                          - year
                          - quarter
                          - month
                          - week
                          - day
                          - hour
                          - minute
                          - second
                      $$ref: '#/components/schemas/DBQueryAggregationHistogramObject'
                    metrics:
                      type: array
                      items:
                        required:
                        - property
                        - type
                        type: object
                        properties:
                          order:
                            type: string
                          property:
                            type: object
                          sequence:
                            type: string
                          size:
                            type: string
                          type:
                            type: string
                            enum:
                            - avg
                            - avgIf
                            - count
                            - sum
                            - max
                            - min
                            - cardinality
                            - top_hits
                            - argMax
                            - groupBitOr
                        $$ref: '#/components/schemas/DBQueryAggregationMetricObject'
                  $$ref: '#/components/schemas/DBQueryAggregationObject'
                category:
                  type: string
                fields:
                  type: array
                  items:
                    type: object
                plot_data:
                  type: array
                  items:
                    type: string
                query:
                  required:
                  - rules
                  type: object
                  properties:
                    condition:
                      type: string
                      enum:
                      - AND
                      - OR
                    field:
                      type: object
                    operator:
                      type: string
                      enum:
                      - between
                      - in
                      - not_in
                      - equal
                      - not_equal
                      - less_or_equal
                      - greater
                      - greater_or_equal
                      - less
                      - last_n_hours
                      - last_n_days
                      - last_n_weeks
                      - hasAny
                      - starts_with
                      - last_n_minutes
                    rules:
                      type: array
                      items:
                        type: object
                        properties:
                          condition:
                            type: string
                            enum:
                            - AND
                            - OR
                          field:
                            type: object
                          operator:
                            type: string
                            enum:
                            - between
                            - in
                            - not_in
                            - equal
                            - not_equal
                            - less_or_equal
                            - greater
                            - greater_or_equal
                            - less
                            - last_n_hours
                            - last_n_days
                            - last_n_weeks
                            - hasAny
                            - starts_with
                            - last_n_minutes
                          rules:
                            type: array
                            items:
                              $ref: '#/components/schemas/DBQueryRuleObject'
                              $$ref: '#/components/schemas/DBQueryRuleObject'
                          type:
                            type: string
                            enum:
                            - int
                            - string
                            - long
                            - double
                            - date
                            - specialString
                            - number
                            - array
                            - boolean
                          value:
                            type: array
                            items:
                              type: string
                        $$ref: '#/components/schemas/DBQueryRuleObject'
                    type:
                      type: string
                      enum:
                      - int
                      - string
                      - long
                      - double
                      - date
                      - specialString
                      - number
                      - array
                      - boolean
                    value:
                      type: array
                      items:
                        type: string
                  $$ref: '#/components/schemas/DBQuerySpecObject'
                size:
                  type: integer
                  format: int32
                sort:
                  type: array
                  items:
                    required:
                    - field
                    - order
                    type: object
                    properties:
                      field:
                        type: object
                      order:
                        type: string
                        enum:
                        - asc
                        - desc
                      type:
                        type: string
                        enum:
                        - int
                        - string
                        - long
                        - double
                        - date
                        - specialString
                        - number
                        - array
                        - boolean
                    $$ref: '#/components/schemas/DBQuerySortObject'
              description: Statistics search DB Query JSON object
              $$ref: '#/components/schemas/StatisticsDBQueryParam'
            examples:
              cellular aggregation:
                description: cellular aggregation
                value:
                  query:
                    condition: AND
                    rules:
                    - field: entry_time
                      type: date
                      value:
                      - '1'
                      operator: last_n_hours
                    - field: rat
                      type: string
                      value:
                      - Unknown
                      operator: not_equal
                    - field: bandclass
                      type: string
                      value:
                      - Unknown
                      operator: not_equal
                  aggregation:
                    field:
                    - sequence: 1
                      orderType: count
                      size: 5000
                      property: carrier
                      order: desc
                    - sequence: 2
                      orderType: count
                      size: 5000
                      property: host_name
                      order: desc
                    - sequence: 1
                      size: 5000
                      property: vdevice_name
                      order: desc
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                Carrier List:
                  description: Carrier List
                  value:
                    data:
                    - carrier: Test PLMN 1-1
                      vdevice_name: 172.16.255.101
                      host_name: pm1-Slot2
                      count: 86
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: default,dca
  /statistics/eiolte/csv:
    get:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get raw data with optional query as CSV
      operationId: getStatDataRawDataAsCSV_MonitoringCellularEiolte_2203
      parameters:
      - name: query
        in: query
        description: Query string
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '24'
              field: entry_time
              type: date
              operator: last_n_hours
      responses:
        '200':
          description: Success
          content:
            text/csv:
              schema:
                type: string
              examples:
                Search result in csv format:
                  description: Search result in csv format
                  value: blob:https://<vmanageIP>/82c972bc-f9b3-4cce-bb70-1e1b033ef1cd
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: default
  /statistics/eiolte/doccount:
    get:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get response count of a query
      operationId: getCount_MonitoringCellularEiolte_2703
      parameters:
      - name: query
        in: query
        description: Query
        required: true
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '24'
              field: entry_time
              type: date
              operator: last_n_hours
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                Query result count:
                  description: Query result count
                  value:
                    count: 17193
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
    post:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get response count of a query
      operationId: getCountPost_MonitoringCellularEiolte_2704
      requestBody:
        description: Query
        content:
          application/json:
            schema:
              type: object
            examples:
              Query:
                description: Query
                value:
                  query:
                    condition: AND
                    rules:
                    - value:
                      - '24'
                      field: entry_time
                      type: date
                      operator: last_n_hours
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                Query result count:
                  description: Query result count
                  value:
                    count: 9642
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
  /statistics/eiolte/fields:
    get:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get fields and type
      operationId: getStatDataFields_MonitoringCellularEiolte_2503
      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/eiolte/page:
    get:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get stats raw data
      operationId: getStatsPaginationRawData_MonitoringCellularEiolte_2303
      parameters:
      - name: query
        in: query
        description: Query string
        schema:
          type: string
        example:
          query:
            condition: AND
            rules:
            - value:
              - '24'
              field: entry_time
              type: date
              operator: last_n_hours
      - name: scrollId
        in: query
        description: ES scroll Id
        schema:
          type: string
        example: DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAOIWZ1NQbXpvQ29Uc0stNzZ2UzlwTEREUQ==
      - name: count
        in: query
        description: Result size
        schema:
          type: integer
          format: int64
        example: 10
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                Search result:
                  description: Search result
                  value:
                    data:
                    - mem_used: 19407626240
                      disk_avail: 9305948160
                      device_model: vmanage
                      mem_cached: 6740430848
                      mem_util: 0.59
                      min1_avg: 0.92
                      disk_used: 5789007872
                      statcycletime: 1647394800045
                      tenant: 57501bad-32a7-4f52-8f54-8547dcd7403e
                      entry_time: 1647393870251
                      runningp: 0
                      cpu_user: 8.63
                      cpu_idle_new: 88.14
                      vip_time: 1647393870252
                      min15_avg: 1.08
                      totalp: 2427
                      cpu_idle: 88.14
                      mem_buffers: 892911616
                      cpu_system: 3.23
                      vmanage_system_ip: 169.254.10.2
                      min5_avg: 1.07
                      cpu_min1_avg: 0.115
                      mem_free: 5716930560
                      vdevice_name: 172.16.255.201
                      vip_idx: 82
                      cpu_min15_avg: 0.135
                      system_ip: 172.16.255.201
                      cpu_user_new: 8.63
                      cpu_system_new: 3.23
                      host_name: vm201
                      cpu_min5_avg: 0.13375
                      id: 4YphkH8BPIGvVbrdtzXi
                    - mem_used: 19534016512
                      disk_avail: 9304268800
                      device_model: vmanage
                      mem_cached: 6747897856
                      mem_util: 0.6
                      min1_avg: 1.14
                      disk_used: 5790687232
                      statcycletime: 1647394800046
                      tenant: 57501bad-32a7-4f52-8f54-8547dcd7403e
                      entry_time: 1647394110479
                      runningp: 0
                      cpu_user: 5.53
                      cpu_idle_new: 91.49
                      vip_time: 1647394110479
                      min15_avg: 1.1
                      totalp: 2323
                      cpu_idle: 91.49
                      mem_buffers: 902213632
                      cpu_system: 2.97
                      vmanage_system_ip: 169.254.10.2
                      min5_avg: 1.14
                      cpu_min1_avg: 0.1425
                      mem_free: 5573771264
                      vdevice_name: 172.16.255.201
                      vip_idx: 86
                      cpu_min15_avg: 0.1375
                      system_ip: 172.16.255.201
                      cpu_user_new: 5.53
                      cpu_system_new: 2.97
                      host_name: vm201
                      cpu_min5_avg: 0.1425
                      id: 5YphkH8BPIGvVbrdtzXi
                    pageInfo:
                      startTime: '1647394800045'
                      endTime: '1647394800047'
                      scrollId: DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAf4WcUlydS1uYzlTdXFhR05GTlBpTFJ4QQ==
                      hasMoreData: true
                      count: 2
                      totalCount: 11140
        '400':
          description: Bad Request
        '403':
          description: Forbidden
        '500':
          description: Internal Server Error
      x-roles-required: Device Monitoring-read
    post:
      tags:
      - Monitoring - Cellular-EIOLTE
      description: Get stats raw data
      operationId: getPostStatsPaginationRawData_MonitoringCellularEiolte_2304
      parameters:
      - name: scrollId
        in: query
        description: ES scroll Id
        schema:
          type: string
        example: DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAOIWZ1NQbXpvQ29Uc0stNzZ2UzlwTEREUQ==
      - name: count
        in: query
        description: Result size
        schema:
          type: integer
          format: int64
        example: 10
      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
        required: true
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
              examples:
                Search result:
                  description: Search result
                  value:
                    data:
                    - mem_used: 19407626240
                      disk_avail: 9305948160
                      device_model: vmanage
                      mem_cached: 6740430848
                      mem_util: 0.59
                      min1_avg: 0.92
                      disk_used: 5789007872
                 

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