---
title: "Get gateway uplink modem stats"
method: GET
path: "/network-monitoring/v1/gateways/{serial-number}/modem-stat"
tags: ["Gateways"]
---

# Get gateway uplink modem stats

`GET /network-monitoring/v1/gateways/{serial-number}/modem-stat`

Retrieves modem statistics data for the specified gateway.

## Path parameters

- `serial-number` string, required — The gateway serial number.

## Query parameters

- `site-id` string, uuid — Id of a site where devices are associated.

## Response `200`

The response object provides modem stats for the specified gateway.

- GwModemStats
  - `arfcn3g` integer, required — Absolute Radio Frequency Channel Number for 3G networks.
  - `arfcnLte` integer, required — Absolute Radio Frequency Channel Number for LTE networks.
  - `cqi` integer, required — Channel Quality Indicator representing the quality of the wireless channel.
  - `dataBilling` integer, required — It indicates the start date of the monthly billing cycle.
  - `dataLimit` string, required — Data limit for the modem connection.
  - `dataUsage` string, required — Data usage for the modem connection.
  - `rscp3g` string, required — Received Signal Code Power for 3G networks.
  - `rsrpLte` string, required — Reference Signal Received Power for LTE networks.
  - `rsrq` string, required — Reference Signal Received Quality for LTE networks.
  - `rssi` string, required — Received Signal Strength Indicator for the modem connection.
  - `signalStrength` integer, required — Signal-to-Interference-plus-Noise Ratio for the modem connection.
  - `id` string, required — Primary identifier for the resource.
  - `type` string, required — The type of the resource.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
